• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

I need a script for donor wand

masonclark1

New Member
Joined
May 26, 2012
Messages
14
Reaction score
0
I need a script for a donor wand that hits about 250~350ish on monsters and about 150~200 pvp Please ^_^ IT would be much appreciated.
 
Code:
    <wand id="xxxx" level="8" mana="100" min="350" max="600" type="earth" event="function" value="default"> <!-- don wand -->
        <vocation id="1;2"/>
    </wand>

Its not harder then that.. The dmg might be abit off, but just change till you find 250-350, I think its around 30-60% you hit more on monsters.
 
Code:
    <wand id="xxxx" level="8" mana="100" min="350" max="600" type="earth" event="function" value="default"> <!-- don wand -->
        <vocation id="1;2"/>
    </wand>

Its not harder then that.. The dmg might be abit off, but just change till you find 250-350, I think its around 30-60% you hit more on monsters.

Yes, I Am kind of dumb, I would put that in Items.xml right ?
 
You forgot to post which server you use.
What WibbenZ posted should be in weapons.xml.
In items.xml you also have to add weapontype wand, shoottype and range, you can look for example at real tibia wands.

@masonclark1
Also the version :p
 
Last edited:
Back
Top