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

conditions

Doggynub

LUA / C++
Joined
Sep 28, 2008
Messages
2,541
Reaction score
186
how & where to use these ;
Code:
EXHAUST_OTHER = 0
EXHAUST_COMBAT = 1
EXHAUST_HEALING = 2
EXHAUST_WEAPON = 3

:)
 
You should only use COMBAT and HEALING. Other 2 don't affect anything (altough they'll still work)
Oh and BTW, they're supposed to be used as SUBIDs.

While player has EXHAUST_COMBAT, he can't cast any offensive spells.
While player has EXHAUST_HEALING, he can't cast any healing/support spells.
 
Back
Top