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

need snow script

chauffaille

New Member
Joined
Sep 10, 2009
Messages
198
Reaction score
1
hello ,


I need a script that when the player is walking on the tile of snow, up a text on it saying "cool!"

thx ;D
 
thx xD

another question please, "I am boring!" = P

how do I put for the tile back to normal but fast, because when the player passes,
it takes back to normal
 
I dont know if I understood...
data/items/items.xml
Code:
	<item id="6594" name="snow">
		<attribute key="description" value="Someone must have walked here recently."/>
		<attribute key="decayTo" value="670"/>
		<attribute key="duration" value="30"/>
	</item>

Edit duration value.
 
Back
Top