Chubby Bunny
New Member
- Joined
- Mar 25, 2018
- Messages
- 63
- Reaction score
- 0
I want to make Queen's sceptre to a Wand with holy damage, how do i do? I have tried OtWeaponCreater but dont quite understand it :/ Can someone help?
Also, do you know how to make a spell to work? Where to put in the scripts and stuffChange/Add following inside items.xml for your Queen's Spectre.
<attribute key="shootType" value="Holy" />
<attribute key="range" value="X" />
<attribute key="weaponType" value="wand" />
then in weapons.xml
Add this, and change values.
<wand id="ItemID" level="Level Required" mana="X" min="DMG" max="DMG" type="Holy"> <!-- Holy wand -->
<vocation name="VocationName"/>
</wand>
That didn't work :S did we misst something? we added it to weapons.xml and items xml :/ And we did that with the spell but it wont work :/Change/Add following inside items.xml for your Queen's Spectre.
<attribute key="shootType" value="Holy" />
<attribute key="range" value="X" />
<attribute key="weaponType" value="wand" />
then in weapons.xml
Add this, and change values.
<wand id="ItemID" level="Level Required" mana="X" min="DMG" max="DMG" type="Holy"> <!-- Holy wand -->
<vocation name="VocationName"/>
</wand>
No errors it just wont attack.. When i inspect it it says gilder wand and all that stuff but the attack function doesnt workvocation name refers to name, not vocationid.
Did you get any error when you reload your weapons/items/spells?
Yep restarted server and change the vocations to sorcerer, druid, master sorcerer and elder druids. still not workingdid you reloaded/restarted your server?
Also have you made sure that vocation name is a name not a numbeR?
When we change the damage on underworld rod to holy it works, but the attack with "gilder wand" doesnt work at allensure you have attribute holy; maybe try looking it up in your items if holy exists anywhere.
We got it to work nowensure you have attribute holy; maybe try looking it up in your items if holy exists anywhere.
Do you know how to make a mana rune? we dont get that to work either :scheck if you see other wands in any other xml files, as events, movements, etc. There may be something there.
~ per your reply
No problem.
Ye we have but we wont get them to work :/ Thanks anywaysearch it up, i'm sure plenty of people done it before on the forums.