![]() |
pick up items - Printable Version +- BBot - The best bot of the world (https://forums.bmega.net) +-- Forum: Scripts & Macros (https://forums.bmega.net/forum-4.html) +--- Forum: Requests (https://forums.bmega.net/forum-17.html) +--- Thread: pick up items (/thread-11277.html) |
pick up items - kisiel8 - 08-11-2013 How to pick up items from ground? kto może dać skrypt na podnoszenie przedniotów z ziemi? RE: pick up items - voonart - 08-11-2013 1000 {pickup} itempick:=3079 X:=Self.X() Y:=Self.Y() Z:=Self.Z() Map.PickUpEx(!itempick!, 1, 1, !X!, !Y!, !Z!,6) http://wiki.bmega.net/doku.php?id=macros_commands Map.PickUpEx(ID, Count, ContainerTo, X, Y, Z, Range) |