• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

C++ Formula bugged

Madara_

Banned User
Joined
Sep 4, 2019
Messages
20
Reaction score
1
Location
brazol
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
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
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.
 
Back
Top