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

Wild Growth - exevo grav vita. Script don't working OTHire 0.0.3 Client 7.72.

Eldran

New Member
Joined
Jul 13, 2009
Messages
85
Reaction score
2
I need help because the magic (Wild Growth) "exevo grav vita" isn't working on my server, the character loose the mana points but the wall does not appear in front of him. Somebody can help me? Thanks!

wild_growth.lua
local combat = createCombatObject()
setCombatParam(combat, COMBAT_PARAM_DISTANCEEFFECT, CONST_ANI_ENERGY)
setCombatParam(combat, COMBAT_PARAM_CREATEITEM, 1499)
setCombatParam(combat, COMBAT_PARAM_AGGRESSIVE, 0)

function onCastSpell(cid, var)
return doCombat(cid, combat, var)
end
 
Back
Top