andu
Sold 649 scripts, 25 maps and 9 events!
For example:
How to make a spell which deals condition damage by death?
createConditionObject(CONDITION_DEATH) - no work, so - is there any alternate?
@edit
0.3.5 tfs
PHP:
local condition = createConditionObject(CONDITION_FIRE)
addDamageCondition(condition, 7, 2000, -85)
setCombatCondition(combat, condition)
How to make a spell which deals condition damage by death?
createConditionObject(CONDITION_DEATH) - no work, so - is there any alternate?
@edit
0.3.5 tfs
Last edited: