• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Infinite Duration Wild Growth Runes

Pitufito

New Member
Joined
Aug 3, 2012
Messages
8
Reaction score
0
Hello, I have a problem, that my Wild Growth Runes last forever, and can be removed by machete/destroy field.
Someone know why and have a solution to fix them?
 
You mean the runes or the rush wood it creates?
For the rush wood look for the id in the script and look in items.xml
XML:
	<item id="1499" article="a" name="rush wood">
		<attribute key="type" value="magicfield" />
		<attribute key="decayTo" value="0" />
		<attribute key="duration" value="45" />
        </item>
You can change the id in the spell for the rushwood id that gets removed.
 
Go to wild growth spell or rune script and search in your items.xml the another wild growth id, (there's both, one is forever and the another is temporal). Just change the id in the spell script for the another one.
 
Well... was like you called.
11096 that id was the correct.
1499 is wrong.
:D

- - - Updated - - -

Wait, now they are not sollid. Help plz D:
 
Back
Top