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

Condition_infight

Ecstacy

Mothafuckaaa
Joined
Dec 26, 2008
Messages
3,836
Reaction score
108
Location
The Netherlands
Hey,

I need some help here,
How would I add CONDITION_INFIGHT to someone, because this doesn't work.

Code:
doAddCondition(cid,COMBAT_PARAM_AGGRESSIVE)
 
Code:
local condition = createConditionObject(CONDITION_INFIGHT)
setConditionParam(condition, CONDITION_PARAM_TICKS, 2 * 60 * 1000)

Code:
doAddCondition(cid, condition)
 
Last edited:
Back
Top