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

Bread System, and the Fruit Tree..

jpkulik

New Member
Joined
Mar 15, 2008
Messages
208
Reaction score
2
Hello all!
I has looking in the forum, and i dind´t found a bread system, and i also the fruit acction for the forgotten server, becous ein TFS, wee cant eat the fruits tree.
I hope have some help.
Cya
OBS: The bread system dont work, becouse wee cant put water in the contairners.
 
Seriously, if your server doesn't have that already you should seriously consider to change distro.

Anyway, download another similar distro and copy the script for there instead.
 
HTML:
function onAddItem(moveitem, tileitem, position)
	if moveitem.itemid == 2693 then
		doTransformItem(moveitem.uid, 2689)
		doSendMagicEffect(position, CONST_ME_HITBYFIRE)
        doSendAnimatedText(position, "Fresh!", TEXTCOLOR_ORANGE)
	end
	return TRUE
end

bread.lua in movements a bit modified by me ;s

HTML:
	<movevent event="AddItem" tileitem="1" itemid="1786" script="bread.lua"/>
	<movevent event="AddItem" tileitem="1" itemid="1788" script="bread.lua"/>
	<movevent event="AddItem" tileitem="1" itemid="1790" script="bread.lua"/>
	<movevent event="AddItem" tileitem="1" itemid="1792" script="bread.lua"/>
 
Back
Top