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

Regeneration items doesn't work at logout/login!?

Mjmackan

Mapper ~ Writer
Joined
Jul 18, 2009
Messages
1,488
Solutions
18
Reaction score
199
Location
Sweden
Hello i am having problem with my regeneration items, when you equip them you get the regeneration but when you logout/login then the regeration stops, though you can put them off/on again and the regeneration will get back.
The part in movements is added:

LUA:
	<movevent type="Equip" itemid="6132" slot="feet" event="function" value="onEquipItem"/>
	<movevent type="DeEquip" itemid="6132" slot="feet" event="function" value="onDeEquipItem"/>

Any idea on how to fix it?

Rep++ for help is obvious.
 
If you put it on and then take it off and keep it off, you probably will still have the regeneration.
If that is the case, it's the way how the function works, I really don't know how anyone can fix this.

// Not saying it's impossible to fix
 
No if i keep them off the regeneration stops, so it seems like movements is working correct. But maybe some function at login that have been forgot?
 
Back
Top