08-01-2018, 09:36 AM
I need a macro that takes money from the ground, already tried with all and none works.
HELP PLS
|
08-01-2018, 09:36 AM
I need a macro that takes money from the ground, already tried with all and none works.
Tried with what?
Show me because that is literally macro with single command > 100 {pickup gp} Map.PickUpEx(3031, -1, 0, :X, :Y, :Z, 1) <
08-01-2018, 07:34 PM
(08-01-2018, 10:51 AM)Catar Wrote: Tried with what? worked out, thank you very much, the macros I tried were those 200 {PushMax EDITABLE} VarSetEx(ID, 3031) VarSet(X) Self.X VarSet(Y) Self.Y VarSet(Z) Self.Z VarSub(Y, 1) Map.PickUp(!ID!, -1, 0, !X!, !Y!, !Z!)<>1 VarAdd(X, 1) Map.PickUp(!ID!, -1, 0, !X!, !Y!, !Z!)<>1 VarAdd(Y, 1) Map.PickUp(!ID!, -1, 0, !X!, !Y!, !Z!)<>1 VarAdd(Y, 1) Map.PickUp(!ID!, -1, 0, !X!, !Y!, !Z!)<>1 VarSub(X, 1) Map.PickUp(!ID!, -1, 0, !X!, !Y!, !Z!)<>1 VarSub(X, 1) Map.PickUp(!ID!, -1, 0, !X!, !Y!, !Z!)<>1 VarSub(Y, 1) Map.PickUp(!ID!, -1, 0, !X!, !Y!, !Z!)<>1 VarSub(Y, 1) Map.PickUp(!ID!, -1, 0, !X!, !Y!, !Z!) I also used this one and it was not ID:=3035 ## ID OF ITEM ON GROUND X:=Self.X Y:=Self.Y Z:=Self.Z Map.PickUp(!ID!, -1, 0, !X!, !Y!, !Z!)<>1 VarSub(Y, 1) Map.PickUp(!ID!, -1, 0, !X!, !Y!, !Z!)<>1 VarAdd(X, 1) Map.PickUp(!ID!, -1, 0, !X!, !Y!, !Z!)<>1 VarAdd(Y, 1) Map.PickUp(!ID!, -1, 0, !X!, !Y!, !Z!)<>1 VarAdd(Y, 1) Map.PickUp(!ID!, -1, 0, !X!, !Y!, !Z!)<>1 VarSub(X, 1) Map.PickUp(!ID!, -1, 0, !X!, !Y!, !Z!)<>1 VarSub(X, 1) Map.PickUp(!ID!, -1, 0, !X!, !Y!, !Z!)<>1 VarSub(Y, 1) Map.PickUp(!ID!, -1, 0, !X!, !Y!, !Z!)<>1 VarSub(Y, 1) Map.PickUp(!ID!, -1, 0, !X!, !Y!, !Z!) (08-01-2018, 07:34 PM)petersonzapa Wrote: worked out, thank you very much, the macros I tried were those Wtf is this crap, not even correct syntax, no wonder it didnt work (did u find my "hidden" color macro?)
08-02-2018, 11:52 AM
(08-01-2018, 09:31 PM)Catar Wrote:Hi, I have a huge question about the macro command wiki here, let's suppose I get this in the macro_commands Self.PickUp.Armor (ID, X, Y, Z, Range), and want to get it to work, which I put on the X, Y, Z, RANGE?(08-01-2018, 07:34 PM)petersonzapa Wrote: worked out, thank you very much, the macros I tried were those (08-02-2018, 11:52 AM)petersonzapa Wrote: Hi, I have a huge question about the macro command wiki here, let's suppose I get this in the macro_commands Self.PickUp.Armor (ID, X, Y, Z, Range), and want to get it to work, which I put on the X, Y, Z, RANGE? Position of SQM where that armor is you want to equip from (for example certain SQM in your house) and range is from how far away you want bot to start this action, 0 is while standing on top of that sqm, 1 would be when standing next to that sqm, 2 and higher would make bot move closer to that SQM. (08-02-2018, 12:03 PM)Catar Wrote:Self.PickUp.Armor(8059, 1224, 1223, 7, 2)(08-02-2018, 11:52 AM)petersonzapa Wrote: Hi, I have a huge question about the macro command wiki here, let's suppose I get this in the macro_commands Self.PickUp.Armor (ID, X, Y, Z, Range), and want to get it to work, which I put on the X, Y, Z, RANGE?
08-02-2018, 02:12 PM
no spacebars before (
08-04-2018, 08:20 AM
ok thx, bro ,Is there somewhere to download afk scripts from lvl 350+?
|
« Next Oldest | Next Newest »
|