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

How to change exausted

Exhaust of "use item":
config.lua
Code:
	timeBetweenExActions = 1000 // your choice
exhaust of spells
spells.xml
Code:
Find in line of some spell:
exhaustion="2000"
exhaust for your script:
add line
Code:
	exhaustion.make(cid, storage, time) // if you need check your exhaust use "exhaustion.get(cid, storage)" //function return time to end
to your code...
 
Back
Top