Hello, When I was walking around on my server i was surprised on my server the spells are bugged i tried on another ways changes on formula but didn't work
and then I thought after long times of doing the spells on another way at LUA nothing working and it was from the formula itself bugged always hitting with 30~40 like what on this GIF VIDEO where to edit the formula on the sources or how to fix it? using otx server 2 based on tfs 0.3.7
Thanks in advance also thanks for @M0ustafa he tried to help me at the sources privately but didn't found something i think there's bug on the formula some were i don't know where to find it on the sources..
NOTICE: I'm not sure what if it exactly bugged or not i have tried on all of the ways at this thread but there's nothing working btw.
and then I thought after long times of doing the spells on another way at LUA nothing working and it was from the formula itself bugged always hitting with 30~40 like what on this GIF VIDEO where to edit the formula on the sources or how to fix it? using otx server 2 based on tfs 0.3.7
LUA:
local combat = createCombatObject()
setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_PHYSICALDAMAGE)
setCombatParam(combat, COMBAT_PARAM_DISTANCEEFFECT, CONST_ANI_DEATH)
setCombatParam(combat, COMBAT_PARAM_EFFECT, 17)
setCombatFormula(combat, COMBAT_FORMULA_LEVELMAGIC, 0, -1000, 0, -2000)
function onUseWeapon(cid, var)
return doCombat(cid, combat, var)
end
NOTICE: I'm not sure what if it exactly bugged or not i have tried on all of the ways at this thread but there's nothing working btw.