• 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

Stinger

LeeSmith

Well-known member
has anyone entered the Stinger?

It's in: Monster Compendium: Monsters of Faerun, page 80. If so, can you post the file for me to import? Thanks

-Lee
 
Since natural weapons are not in the editor, I doubt anyone could have done so. In the editor, go to the wondrous items tab, and press "new (Copy)", then find an item called "Fleshcrafting: Stinging Tail". Look at the script on that - you'll be copying some of those lines to a script (keep the same timing) on the race.

That's an example of how to modify an existing natural weapon to be exactly what you need.
 
Since natural weapons are not in the editor, I doubt anyone could have done so. In the editor, go to the wondrous items tab, and press "new (Copy)", then find an item called "Fleshcrafting: Stinging Tail". Look at the script on that - you'll be copying some of those lines to a script (keep the same timing) on the race.

That's an example of how to modify an existing natural weapon to be exactly what you need.


This is what I have:

Large Monstrous Humanoid
Space 10'; Reach 5'
1 Stinger attack (d6+3)
Darkvision 40'
{b}Penalty{/b}: -2 DEX
{b}Effect{/b}: You gain a secondary natural attack dealing 1d6+3 damage. you may also inject poison (DC 15+CON mod, 1d6 CON/1d6 CON)
{b}Location{/b}: Waist

Here is the error I am getting:
Hero Lab was forced to stop compilation after the following errors were detected:
File Stinger.user(line 68) - Thing - invalid unique id

Help me Mr Wizzard!

-lee
 
Is the code you posted just in the text box or is it in something like a pre-req? It souns like you have a syntax error someplace, have you aded any information to anything else?
 
Is the code you posted just in the text box or is it in something like a pre-req? It souns like you have a syntax error someplace, have you aded any information to anything else?

It's just in the Text box. I did not add anything else, just the code above.
 
Back
Top