• 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!
  • New resources must be posted under Resources tab. A discussion thread will be created automatically, you can't open threads manually anymore.

Action Flower Pots System

@up in items.xml there is something like duration value is time in seconds
 
Thanks! but I noticed a small bug. Any item moved to flower plant will plant a seed, not just seeds.
To fix change one line on seeds.lua
Code:
if tileitem.itemid == 7655 and moveitem.itemid == 7732 then
 
Back
Top