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

[Items] Weapon atributes.

Midxas

New Member
Joined
Apr 21, 2014
Messages
43
Reaction score
0
Hello i've got simply problem. Im trying to make wand which gives you m lvl but when im putting in on nothing happens :/ Anyone know what could be wrong?
Code:
<item id="2433" article="an" name="Vip Wand">
<attribute key="description" value="Feel this power" />
<attribute key="weight" value="4300" />
<attribute key="weaponType" value="wand" />
<attribute key="shootType" value="energy" />
<attribute key="range" value="4" />
<attribute key="magiclevelpoints" value="5" />
</item>

It shoots and everything but no give 5 m lvls ;/ TFS 0.4
 
Back
Top