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

Xavicrak

New Member
Joined
Mar 23, 2010
Messages
186
Reaction score
4
bumb. resolved thankyou

here is what you need:

in items.xml put in your mw (1498=id)

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