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

Magic wall rune problem

olaajnus

New Member
Joined
Jan 2, 2009
Messages
30
Reaction score
0
I got a problem, when someone shoots a m-wall rune it dont dissapear but after about 15 minutes it dissapear.

Can someone tell my how i can change the m-wall time, i clicked my in to runes/support runes/ magic wall, and everything i read was - local combat = createCombatObject()
setCombatParam(combat, COMBAT_PARAM_DISTANCEEFFECT, CONST_ANI_ENERGY)
setCombatParam(combat, COMBAT_PARAM_CREATEITEM, 1498)

function onCastSpell(cid, var)
return doCombat(cid, combat, var)
end -
 
its shooting wrong item id :d or bad script i forgot which one..try both of those it will fix ur prob..
 
Back
Top