• 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

Need help with editor for custom race

Kyuhunter

Member
I am trying to make a custom race, from the DanD wiki. I am currently trying to make a racial special ability that adds a weapon. The damage die of the weapon increases every few levels from a d4 up to a d12.
I know that an eval script is probably the way to go, but i have no experience with those so far.

If someone could show me how it is done and explain me how it works it would be greatly appreciated. If there already is a guide somewhere it would be nice if you could link it for me.

Thanks in advance!
Kyuhunter
 
In this thread daplunk and shadowchemosh share some resources on how to get started in the editor and concepts that are needed to get you into scripting.

The ability as you describe it will definitely need some scripting to modify a natural attack field value (wDieSize to be exact) after you bootstrap it. Over at the github wiki for the community are some coding examples. If you look for the article on Natural Attacks, you can get a list of the fields that are involved.
 
Back
Top