Shanksera
New Member
- Joined
- Sep 23, 2008
- Messages
- 379
- Reaction score
- 1
Hello,I've set everything in spells and items.xml.Charges etc. for example
spells.xml
items.xml
In game its showing you see heavy magic missile rune.Doesn't show charges and every rune has 1 charge.
spells.xml
Code:
<conjure name="Heavy Magic Missile" words="adori gran" maglv="3" mana="70" soul="0" reagentId="2260" conjureId="2311" conjureCount="5" function="conjureRune">
<vocation name="Sorcerer"/> <vocation name="Master Sorcerer"/>
<vocation name="Druid"/> <vocation name="Elder Druid"/>
items.xml
Code:
<item id="2311" article="an" name="heavy magic missile rune">
<attribute key="runeSpellName" value="adori gran"/>
<attribute key="weight" value="120"/>
<attribute key="charges" value="5"/>
In game its showing you see heavy magic missile rune.Doesn't show charges and every rune has 1 charge.
Last edited: