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

Lua Script Easy

You mean that you need a script for that?

Example: Soft Boots:
Code:
	<movevent type="Equip" itemid="2640" slot="feet" event="function" value="onEquipItem"/>
	<movevent type="DeEquip" itemid="2640" slot="feet" event="function" value="onDeEquipItem"/>
 
for example... a ring of 2x exp?? something that work like the soft boots but using exp...

i'm looking for something like that XD but what i found doesnt work XD my server is 8.7
 
Back
Top