• 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

How would I assign a Rogue talent to a magic Item

Kaleb

Well-known member
How would I assign a rogue or slayer talent to a magic Item?
What would I put in an evak script to do this?
 
Mostly its just copy the code into the item. If it makes it quality for pre-reqs add the HasAbility.XXXXX tag where XXXX is the ID of the ability.
 
Have you taken a look at how we handled the Ring of Revelation? That grants Oracle mysteries to a character, and for ease of use in Hero Lab, we just had it add an extra revelation slot, and then left it up to the user to put the correct revelation there.
 
Have you taken a look at how we handled the Ring of Revelation? That grants Oracle mysteries to a character, and for ease of use in Hero Lab, we just had it add an extra revelation slot, and then left it up to the user to put the correct revelation there.
I thought of this too but we are "assuming" the character getting the item is a rogue/ninja/slayer.

I sort of took it to mean that he wants to give a Single Talent to any character that takes the magic item. He could also mean that the specific talent is hard-coded to the magic item or that the gamer gets to select the talent from any of them? We also don't know if the character is suppose to meet the pre-req's of the talent.

So Kaleb you need to better "define" what it is you are wanting:

1) The magic item gives a single set Talent to any character that equips the magic item?
2) The magic item gives a single set Talent to any character that is simply in possession of the magic item?
3) The magic item gives only a Rogue, Ninja, Slayer the ability to select an extra Talent?
4) The magic item gives any character the choice of gaining a single Rogue Talent and they must still meet the pre-reqs of the talent taken?
5) The magic item gives any character the choice of gaining a single Rogue Talent and they DO NOT have to meet the pre-reqs of the talent taken?

I could keep going actually but I hope its one of the above. :)
 
The Item that I have in mind is Keyed for Ninjas, Rogues and Slayers. It Gives them the Talents Fast Stealth and Ledge Walker. All Preqs must be met.
 
Back
Top