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

[8.0]Script that makes that only 1 vocations can hold some speasial chosen weapons?

^_^ look at your movements or weapons file.

Okay so I did what you said, and I want to make so a knight only can hold a weapon of the item id "2400".
So I went into weapons.xml and putted this under wands:
Code:
<wand id="2400" range="1" lvl="8" mana="0" enabled="1" exhaustion="0" script="wand of inferno.lua"><vocation id="4"/><vocation id="8"/></wand>

But now it attack with flame because of this part:
Code:
script="wand of inferno.lua"

You know how I can fix so its normal physical attack?
 
Back
Top