local container = Game.createItem(2595, 1)
local label = container:addItem(2599, 1)
label:setAttribute(ITEM_ATTRIBUTE_TEXT, "PLAYER_NAME")
container:moveTo(Position(32341,32226,7)) -- position on the map where you placed your lonley mailbox
You can create a mailbox somewhere on the map where no player can reach it and make your script drop it on the mailbox:
Code:local container = Game.createItem(2595, 1) local label = container:addItem(2599, 1) label:setAttribute(ITEM_ATTRIBUTE_TEXT, "PLAYER_NAME") container:moveTo(Position(32341,32226,7)) -- position on the map where you placed your lonley mailbox
Any trouble implementing it into your desired script let me know.
Wasn't the depot a global thing now?don't work
i need send item to depot from 'town id' of player