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

Magicwall Pz

hioad

New Member
Joined
Feb 28, 2010
Messages
157
Reaction score
0
cannot enter safe zone when you shoot magic wall for 2 minutes. how do i remove the pz from the magic walls?



Thanks
 
use this :)

Lua:
local combat = createCombatObject()
setCombatParam(combat, COMBAT_PARAM_DISTANCEEFFECT, CONST_ANI_ENERGY)
setCombatParam(combat, COMBAT_PARAM_CREATEITEM, 1497)

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