• 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!

New with ot, need help with weapon attack changing.

Sayan Law

New Member
Joined
Feb 24, 2010
Messages
14
Reaction score
0
So basicly i am new with opentibia, i've searched how i could change the weapon attack and defence (planning to make a high exp custom server) some people told me use /attr set attack 1000 and so on, so i used it and it worked on my club, but on another club it hasn't changed..

so my question is: how can i change my weapon attack that goes for all the mace's or something like that?

i would be very thankfull if someone replied to me, ohh and im also new to otland.

edit: i am using mysql.
 
If you want to change the attack and defense of weapons go to items.xml search the name/ID of the weapon and change this:


<item id="2400" article="a" name="magic sword">
<attribute key="description" value="It is the Sword of Valor." />
<attribute key="weight" value="4200" />
<attribute key="defense" value="35" />
<attribute key="attack" value="48" />
<attribute key="weaponType" value="sword" />
<attribute key="extradef" value="3" />
 
If you want to change the attack and defense of weapons go to items.xml search the name/ID of the weapon and change this:


<item id="2400" article="a" name="magic sword">
<attribute key="description" value="It is the Sword of Valor." />
<attribute key="weight" value="4200" />
<attribute key="defense" value="35" />
<attribute key="attack" value="48" />
<attribute key="weaponType" value="sword" />
<attribute key="extradef" value="3" />

Thanks for helping, i gave u rep :peace:
 
Back
Top