Forkz
Advanced OT User
- Joined
- Jun 29, 2020
- Messages
- 586
- Solutions
- 17
- Reaction score
- 159
Hi otlanders,
I'm having trouble adding magic level points to a wand, could someone help me?
items.xml
weapons.xml
I'm having trouble adding magic level points to a wand, could someone help me?
items.xml
XML:
<item id="12662" article="a" name="wand vip">
<attribute key="weight" value="1260" />
<attribute key="weaponType" value="wand" />
<attribute key="shootType" value="death" />
<attribute key="magiclevelpoints" value="3" />
<attribute key="manaGain" value="10" />
<attribute key="manaTicks" value="1000" />
<attribute key="range" value="6" />
</item>
weapons.xml
XML:
<wand id="12662" level="8" mana="8" min="92" max="125" type="death" event="function" value="default"> <!-- Wand Vip -->
<vocation id="1"/>
<vocation id="2"/>
<vocation id="5" showInDescription="0"/>
<vocation id="6" showInDescription="0"/>
<vocation id="9" showInDescription="0"/>
<vocation id="10" showInDescription="0"/>
</wand>