Dylanaw
Godly Member
- Joined
- Feb 18, 2009
- Messages
- 473
- Reaction score
- 10
Hello Otland!,
I'm trying to make a weapon for Sorcerers And Druids.
I'm trying to make this:
How to make it be wieled by both vactions? ; Sorcerers/Druids
I know i also have to add something in my weapon.xml but i have no idea what to type at:
(Sorcerer = 1, Druids = 2)
Any idea's?
Thanks in adavance!
I'm trying to make a weapon for Sorcerers And Druids.
I'm trying to make this:
LUA:
<item id="7735" article="a" name="star tear">
<attribute key="description" value="It is sparkling with universal energy." />
<attribute key="weight" value="2550" />
<attribute key="weaponType" value="wand" />
<attribute key="shootType" value="energy" />
<attribute key="range" value="7" />
How to make it be wieled by both vactions? ; Sorcerers/Druids
I know i also have to add something in my weapon.xml but i have no idea what to type at:
Code:
<vocation id="2"/>
Any idea's?
Thanks in adavance!