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

Arrow slot bug.

victis

New Member
Joined
Mar 20, 2010
Messages
14
Reaction score
0
Hey there, I have a problem. On my ots, in SMS shop I did shield which has 5% protection. And the problem is when player put it in arrow slot it works too. Is it possible to solve it?
 
I tried to put
<attribute key="slotType" value="head" /> in that item but it doesn't work. I wannna it to do not work on arrow slot.
 
Hmm, Maybe
Code:
	<movevent event="Equip" itemid="xxx" slot="ur slot" function="onEquipItem"/>
	<movevent event="DeEquip" itemid="xxx" slot="the same slot" function="onDeEquipItem"/>
 
[sarcasm]yeah, we of course know what distro and rev you are using and can just check source to find possible bug and fix it[/sarcasm]

but try using movements from spellbooks maybe?

EDIT: hey! I wasnt writing it so long, it was max 2 minutes... ;f
 
Back
Top