Log in

View Full Version : Drop items



Xartusmo
03-25-2016, 04:59 PM
Hello
I need script for drop noob items from my backpack, (steel shield, old boots, sword etc.)
(I use fishing rod, on water elemental)
Thanks!

Jontor
03-26-2016, 12:00 PM
At least use Google Translator, please

Gluben
03-26-2016, 10:05 PM
Put the code below in one-liner or execute it on a specific label


local list = {"sword", "plate shield", "chain armor"}
Self.DropItems(Self.Position().x, Self.Position().y, Self.Position().z, list)

Here you go from another thread.