• 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 Problem.

president vankk

Web Developer & AuraOT Owner
Joined
Jul 10, 2009
Messages
5,719
Solutions
9
Reaction score
339
On my server, the magic wall takes a long time!
I would like to reduce this time


rep+:wub:
 
If you're using tfs 0.3.6 check for

setCombatParam(combat, COMBAT_PARAM_CREATEITEM, 1498)
and change with

setCombatParam(combat, COMBAT_PARAM_CREATEITEM, 1497)

<lua codes>


EDIT: or try this

<item id="11095" article="a" name="magic wall">
<attribute key="type" value="magicfield" />
<attribute key="decayTo" value="0" />
<attribute key="duration" value="20" />
</item>
 
Back
Top