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

Tuto- How to fix Mwall on TFS 0.3.4

alramo

New Member
Joined
May 25, 2009
Messages
197
Reaction score
0
Well i had this problem, couldnt shoot mwall on fire fields and poisone fields and now is working fine...



go to Data/spells/support

and open the Magic wall script

its goona say smth like this


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




change the 1498 for 1497 , and is rdy :D
 
LOL NVM , now the mwalls works on firefield but mwals wont dissappear!!! GODDDDD AHUEHAUEAEHA XDDD
 
shit idk what did i do!! my MWALLS wont leave never!!!!!!!!!!
 
Back
Top