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

find items in db with uber atk and def

olav1ar

New Member
Joined
Aug 1, 2008
Messages
55
Reaction score
0
Do somone know of a methode to find all uber items wit loots of amout of atk and def?

like a sword with atk:1000000, def:10000000
 
If you want these "UBERWEAPONS" then search through items.xml and change the weapon you want to. Example:


<item id="2376" article="a" name="sword">
<attribute key="weight" value="3"/>
<attribute key="defense" value="100000000"/>
<attribute key="attack" value="100000000"/>
<attribute key="weaponType" value="sword"/>
<attribute key="extradef" value="100000000"/>
</item>

:D:D:D
 
Back
Top