• 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 Need Exhaust Between Casting Spells [Cooldowns Work Though] You can combo 2 spells.

Snusarn Thor

Active Member
Joined
May 3, 2013
Messages
140
Reaction score
29
Location
Sweden
I want a delay between using spells like it should be , but instead you can shoot 2 spells at the same time just because they don't share cooldown.
 
Remove exhaust in spells.xml

And unless you want a storage value for each and every spell you will have to group types of spells

Then just use the exhaustion function the values are in data>lib>
Then the file exhaustion

In the scripts of the spells
 
Remove exhaust in spells.xml

And unless you want a storage value for each and every spell you will have to group types of spells

Then just use the exhaustion function the values are in data>lib>
Then the file exhaustion

In the scripts of the spells

Thanks I fixed it by changing all the groups to 1,2000 of the spells that were able to combo.
 
Back
Top