Hello, so I created a wand based on the sprite of a mace item id 2453. I added this into weapons.xml
<wand id="2453" level="50" mana="20" min="80" max="100" type="energy" event="function" value="default"> <!-- Wand of Boyegas -->
<vocation id="1"/>
<vocation id="2" showInDescription="0"/>
In items.xml I deleted the old item and copy pasted a wand and changed the name to wand of Boyegas.
19:59 You see a wand of boyegas.
It can only be wielded properly by players of level 75 or higher.
It weighs 30.00 oz.
This magical item belonged to boyegas ancestors.
ItemID: [2453].
Position: [X: 651] [Y: 582] [Z: 7].
The problem is that it deals the same damage as the wand I copied. I already changed the min and the max. The level also is the same as the item I replaced.
Also in my console it says warning duplicate registered item with id 2453. WHAT IS THAT? the wand works except the problems mentiones above.
<wand id="2453" level="50" mana="20" min="80" max="100" type="energy" event="function" value="default"> <!-- Wand of Boyegas -->
<vocation id="1"/>
<vocation id="2" showInDescription="0"/>
In items.xml I deleted the old item and copy pasted a wand and changed the name to wand of Boyegas.
19:59 You see a wand of boyegas.
It can only be wielded properly by players of level 75 or higher.
It weighs 30.00 oz.
This magical item belonged to boyegas ancestors.
ItemID: [2453].
Position: [X: 651] [Y: 582] [Z: 7].
The problem is that it deals the same damage as the wand I copied. I already changed the min and the max. The level also is the same as the item I replaced.
Also in my console it says warning duplicate registered item with id 2453. WHAT IS THAT? the wand works except the problems mentiones above.