Posts: 928
Threads: 14
Joined: Feb 2014
Reputation:
0
07-20-2014, 10:27 PM
(This post was last modified: 07-20-2014, 10:27 PM by mr. Kris.)
First You must add to looter DROP (on the floor) hunting spears.
Second spears on left hand
Third
Code:
1000 {Loot spears}MIN:=5 X:=Self.X() Y:=Self.Y() Z:=Self.Z() Self.Inventory.LeftHand.Count()<=!MIN! Map.PickUpEx(3347, 1, 0, !X!, !Y!, !Z!, 2) Self.Equip.LeftHand(3347)
One problem, when on floor will be on stack more spears than one, bot pick up them all.
I'm trying HELP You guys, make me favour and press this /\ green button with REP+, this keeping me with helping You.
Posts: 928
Threads: 14
Joined: Feb 2014
Reputation:
0
(07-21-2014, 07:35 PM)rev6 Wrote: Thx My Hero
I like help other people
my pleasure
I'm trying HELP You guys, make me favour and press this /\ green button with REP+, this keeping me with helping You.
Posts: 46
Threads: 12
Joined: Jan 2013
Reputation:
0
07-21-2014, 07:51 PM
(This post was last modified: 07-21-2014, 07:51 PM by rev6.)
This Code i Paste to Macro Yes ?
Posts: 928
Threads: 14
Joined: Feb 2014
Reputation:
0
Yes, in the line, not in big text box.
First delete all in new macro window.
Second paste this in line.
Macro will be working well. Macro is automaticaly.
I'm trying HELP You guys, make me favour and press this /\ green button with REP+, this keeping me with helping You.
Posts: 46
Threads: 12
Joined: Jan 2013
Reputation:
0
I must write My position in X/Y/Z ??
Posts: 928
Threads: 14
Joined: Feb 2014
Reputation:
0
No, You doesn't. Macro doing that.
I'm trying HELP You guys, make me favour and press this /\ green button with REP+, this keeping me with helping You.
Posts: 928
Threads: 14
Joined: Feb 2014
Reputation:
0
hmmm look ID spear, does this same ID
or try this:
Code:
1000 {Loot spears}MIN:=5 X:=Self.X() Y:=Self.Y() Z:=Self.Z() Self.Inventory.LeftHand.Count()<=!MIN! Map.PickUpEx(3347, -1, 0, !X!, !Y!, !Z!, 2) Self.Equip.LeftHand(3347)
I'm trying HELP You guys, make me favour and press this /\ green button with REP+, this keeping me with helping You.
Posts: 928
Threads: 14
Joined: Feb 2014
Reputation:
0
In cavebot You create MapTool
I'm trying HELP You guys, make me favour and press this /\ green button with REP+, this keeping me with helping You.
Posts: 928
Threads: 14
Joined: Feb 2014
Reputation:
0
Add here. Don't forgot about activate macros.
I'm trying HELP You guys, make me favour and press this /\ green button with REP+, this keeping me with helping You.