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

pz lock! help

matti450

Member
Joined
Apr 13, 2008
Messages
507
Reaction score
24
i am using version 0.3.6 war ot and want to make pz lock on the magic wall and other runes i tried with evrythimg like insert aggresive 1 to the scripts

any adea?
 
Create a new file on data folder and add
doPlayerSendMessage(cid, 21, "I really dont know what else to say...")
save it as:

leavin.lua

restart server... done :)
 
Nope dont work this is my mwall

local combat = createCombatObject()
setCombatParam(combat, COMBAT_PARAM_DISTANCEEFFECT, CONST_ANI_ENERGY)
setCombatParam(combat, COMBAT_PARAM_CREATEITEM, 1497)
setCombatParam(combat, COMBAT_PARAM_AGGRESSIVE, TRUE)

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

and this is the code

<rune name="Magic Wall" id="2293" allowfaruse="1" charges="3" lvl="32" maglv="9" exhaustion="2000" aggressive="1" blocktype="all" event="script" value="support/magic wall rune.lua"/>
 
Back
Top