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

absorbPercent in ConditionParam ?

Powers

New Member
Joined
May 10, 2010
Messages
19
Reaction score
0
if you can do absorbPercent in CONDITION ??

Lua:
local combats = createConditionObject(CONDITION_ATTRIBUTES)
setConditionParam(combats, CONDITION_PARAM_TICKS, -1) 
setConditionParam(combats, CONDITION_PARAM_STAT_ ?? absorbPercent..  , 10) --10% absorb
 
Back
Top