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

help fixing one animated spell

can someone help me re'writing this spell forTFS 1.1? it's crashing the server when the players cast it then rapidly logout
http://pastebin.com/bKw3Lc7M
i fixed my other animated spells with the help of
@Codex NG and @Moj mistrz
but this one i don't know how to do it

Code:
local combat = createCombatObject()
setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_ICEDAMAGE)
setCombatParam(combat, COMBAT_PARAM_EFFECT, 43)
setCombatParam(combat, COMBAT_PARAM_DISTANCEEFFECT, 34)
setCombatFormula(combat, COMBAT_FORMULA_SKILL, -1.9, 0, -2.4, -0)

This is not even being used in the spell.
 
can someone help me re'writing this spell forTFS 1.1? it's crashing the server when the players cast it then rapidly logout
http://pastebin.com/bKw3Lc7M
i fixed my other animated spells with the help of
@Codex NG and @Moj mistrz
but this one i don't know how to do it
This is why you need to learn to code, and learn programming logic, you don't need to master lua you just need to know the basics of the language and you can build any script your heart desires...
 
Back
Top