![]() |
[b]Pick UP Vials [/b] - 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: [b]Pick UP Vials [/b] (/thread-11117.html) |
[b]Pick UP Vials [/b] - leonel13jaime - 07-29-2013 I neee a Macro for Pick Up Empty Vials ![]() for example: i have my main bp for Itens Second For Gps And other Bp for the empty vials Since i have a knight the cap not problem for me RE: [b]Pick UP Vials [/b] - gogol13 - 07-29-2013 1000 {PickUpVials} X:=Self.X Y:=Self.Y Z:=Self.Z Self.Attacking()==0 Map.PickUpEx(vial id, -1, numer of backpack 0= 1st 1=2nd etc, !X!, !Y!, !Z!, 6) 1000 {PickUpItems} X:=Self.X Y:=Self.Y Z:=Self.Z Self.Attacking()==0 Map.PickUpEx(123, -1, 2, !X!, !Y!, !Z!, 6) RE: [b]Pick UP Vials [/b] - leonel13jaime - 07-30-2013 (07-29-2013, 07:42 PM)gogol13 Wrote: 1000 {PickUpVials} X:=Self.X Y:=Self.Y Z:=Self.Z Self.Attacking()==0 Map.PickUpEx(vial id, -1, numer of backpack 0= 1st 1=2nd etc, !X!, !Y!, !Z!, 6) well thx but dont work ![]() i try changing some nunbes but nothing' can u fix plx?? i add the macro used 1000 {PickUpItems} X:=Self.X Y:=Self.Y Z:=Self.Z Self.Attacking()==0 Map.PickUpEx(268, -1, 1, !X!, !Y!, !Z!, 6) (Main Bp) RE: [b]Pick UP Vials [/b] - voonart - 07-30-2013 (07-30-2013, 08:25 PM)leonel13jaime Wrote:(07-29-2013, 07:42 PM)gogol13 Wrote: 1000 {PickUpVials} X:=Self.X Y:=Self.Y Z:=Self.Z Self.Attacking()==0 Map.PickUpEx(vial id, -1, numer of backpack 0= 1st 1=2nd etc, !X!, !Y!, !Z!, 6) 1000 {PickUpItems} X:=Self.X() Y:=Self.Y() Z:=Self.Z() Self.Attacking()==0 Map.PickUpEx(268, 1, 1, !X!, !Y!, !Z!, 6) RE: [b]Pick UP Vials [/b] - leonel13jaime - 07-30-2013 (07-30-2013, 08:43 PM)voonart Wrote:(07-30-2013, 08:25 PM)leonel13jaime Wrote:(07-29-2013, 07:42 PM)gogol13 Wrote: 1000 {PickUpVials} X:=Self.X Y:=Self.Y Z:=Self.Z Self.Attacking()==0 Map.PickUpEx(vial id, -1, numer of backpack 0= 1st 1=2nd etc, !X!, !Y!, !Z!, 6) dont work again, anyway i'll give rep + thx ![]() RE: [b]Pick UP Vials [/b] - howcraft - 08-05-2013 i think that 268 is id of mana potion, not empty vial... RE: [b]Pick UP Vials [/b] - gogol13 - 08-06-2013 (08-05-2013, 11:47 PM)howcraft Wrote: i think that 268 is id of mana potion, not empty vial... right |