![]() |
MACRO GETTING LOOT UNDER YOU FROM AN OPEN BP - Printable Version +- BBot - The best bot of the world (https://forums.bmega.net) +-- Forum: Support (https://forums.bmega.net/forum-6.html) +--- Forum: Support & Help (https://forums.bmega.net/forum-8.html) +--- Thread: MACRO GETTING LOOT UNDER YOU FROM AN OPEN BP (/thread-1403.html) |
MACRO GETTING LOOT UNDER YOU FROM AN OPEN BP - Luizin - 09-14-2011 I Need a macro to do what i said in the top of this topic..... help me please ;D i need to get loot in the floor to an open bp how do i do this??? Re: MACRO GETTING LOOT UNDER YOU FROM AN OPEN BP - azaav3 - 09-20-2011 You can use the same system that AntiPush changing the ID. Code: 200 {PushMax} VarSet(X) Self.X VarSet(Y) Self.Y VarSet(Z) Self.Z VarSub(Y, 1) Map.PickUp(3031, -1, 0, !X!, !Y!, !Z!)<>1 VarAdd(X, 1) Map.PickUp(3031, -1, 0, !X!, !Y!, !Z!)<>1 VarAdd(Y, 1) Map.PickUp(3031, -1, 0, !X!, !Y!, !Z!)<>1 VarAdd(Y, 1) Map.PickUp(3031, -1, 0, !X!, !Y!, !Z!)<>1 VarSub(X, 1) Map.PickUp(3031, -1, 0, !X!, !Y!, !Z!)<>1 VarSub(X, 1) Map.PickUp(3031, -1, 0, !X!, !Y!, !Z!)<>1 VarSub(Y, 1) Map.PickUp(3031, -1, 0, !X!, !Y!, !Z!)<>1 VarSub(Y, 1) Map.PickUp(3031, -1, 0, !X!, !Y!, !Z!) Visit this link for more information: http://forums.bmega.net/viewtopic.php?f=8&t=1922 |