• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

adding talent to magic item

Kaleb

Well-known member
I want to add the two rogue talents to a magic item is this the right way to word the eval script

doneif (field[gIsEquip].value = 0)
hero.childfound (cRogFastSt)
hero.childfound (cRogLedgeW)


would I use Pre levels or post levels?
 
This script wouldn't even compile. Are you trying to give them the actual talents (as in it fulfills prereqs) or just the abilities from them?
 
What I would do would be to copy the abilties codes and have those run when equipped and assign the HasAbility.? tag to the hero, then it acts like they have it for prereqs.
 
Back
Top