![]() |
Pomoc daje reputa :) - 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: Pomoc daje reputa :) (/thread-5100.html) |
Pomoc daje reputa :) - mariuszSie - 10-26-2012 Witam Czy ktoś jest w stanie pomóc mi w napisanu macra, aby bot zbierał z ziemi następujące itemy - halberd, battle hammer, steel helmet i gold coin. RE: Pomoc daje reputa :) - nizlov - 10-27-2012 1000 {PickUpItems} X:=Self.X Y:=Self.Y Z:=Self.Z Self.Attacking()==0 Self.Capacity()>=90 Map.PickUpEx(3031, -1, 1, !X!, !Y!, !Z!, 3) Map.PickUpEx(3305, -1, 1, !X!, !Y!, !Z!, 3) Map.PickUpEx(3351, -1, 1, !X!, !Y!, !Z!, 3) Map.PickUpEx(3269, -1, 1, !X!, !Y!, !Z!, 3) http://forums.bmega.net/showthread.php?tid=6088&pid=24032#pid24032 |