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

Lua How do i remove specific item on specific tile?

sestorme

Member
Joined
Dec 9, 2011
Messages
272
Reaction score
6
Location
Birmingham, UK
I just tried to use:

Code:
doRemoveThing(getTileItemById({x = 1001, y = 999, z = 8}, 3766, 1))

and of course, it didn't work, i also tried:

Code:
doCleanTile({x = 1001, y = 999, z = 8})

and yet again, no effect.

Any ideas? I guess it's quite simple, I am just lost by now ;d
 
Back
Top