• 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 Exahust] Tfs 0.2 version

Dalale

GX
Joined
Jun 13, 2008
Messages
718
Reaction score
2
Location
Sweden
Hello Otland im wondring if ya could help me with one thing, the problem is i want a exahust like real tibia or almost in the magic wall runes, people can now spam it so none can pass i mean they use elfbot (M.wall timer) And see when it dissapear they spam and spam and they dont get exahust
//Thanks:peace:

script
Code:
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

Code:
<rune name="Magic Wall" id="2293" allowfaruse="1" charges="40" lvl="32" maglv="9" exhaustion="1100" aggressive="1" blocktype="all" script="support/magic wall rune.lua"/>
 
Back
Top