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

LifeDrain Rod

Ralfegor

New Member
Joined
Apr 6, 2008
Messages
297
Reaction score
1
why my script isn't working :( i can attack but is not healing me the health i drain

PHP:
local combat = createCombatObject()
setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_LIFEDRAIN)
setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_BLUE)
setCombatFormula(combat, COMBAT_FORMULA_LEVELMAGIC, -0.07, 0, -0.27, 0)

function onUseWeapon(cid, var)
return doCombat(cid, combat, var)
end

why?
 
Back
Top