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

Wheat question

Evan

A splendid one to behold
Senator
Premium User
Joined
May 6, 2009
Messages
7,019
Solutions
1
Reaction score
1,029
Location
United States
Is the growing of wheat source coded?
I can't seem to find the script anywhere in actions, I just need it to not grow at all.

Wheat -->
Wheat.gif


Thanks :)
 
items.xml ^^
Code:
	<item id="2737" name="wheat">
		<attribute key="decayTo" value="2738" />
		<attribute key="duration" value="240" />
	</item>
	<item id="2738" name="wheat">
		<attribute key="description" value="It is not mature yet." />
		<attribute key="decayTo" value="2739" />
		<attribute key="duration" value="240" />
	</item>
	<item id="2739" name="wheat" />
 
Back
Top Bottom