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

kakron

New Member
Joined
Feb 18, 2008
Messages
23
Reaction score
0
Location
Finland
I have a problem with the magic walls.
When i shoot one it never goes away. i have to restart to get it away.
Some one know any solutions to this problem?
Ty
 
this is your solution :p

open your items.xml and replace those lines

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

that works 100% :)

yours Evil Hero,
 
Back
Top