• 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

soul4soul

Intermediate OT User
Joined
Aug 13, 2007
Messages
1,877
Solutions
3
Reaction score
130
Location
USA
the m-wall count down is off by like 6 seconds, the time counting and and the time they actually disappear at is different
 
So you want to know how to change it or not?
Is it in the new items.xml that Talaturen made?
If you want to know how to change it... then go to items.xml and press ctrl + f and search for magic wall.
Then you should find something like this:
Code:
<item id="1498" article="a" name="magic wall">
  <attribute key="type" value="magicfield" /> 
  <attribute key="decayTo" value="0" /> 
  <attribute key="duration" value="20" /> 
  </item>
 
Back
Top