Posts: 64
Threads: 10
Joined: Oct 2012
Reputation:
0
07-29-2013, 04:55 PM
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
Posts: 402
Threads: 15
Joined: Apr 2011
Reputation:
0
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)
Since 2010 bbota use.
Jutż nite używtam bto sitę rotbi wietlki sytf i btot scthodzi nta psty ;d jetbać btbotat zaczynam robić własnego i tyle w temacie ;d
T użyłtem bty antglojęzyczni dtebile nite motgli przetczytać tegto.
Posts: 64
Threads: 10
Joined: Oct 2012
Reputation:
0
(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(123, -1, 2, !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)
Posts: 198
Threads: 8
Joined: Jul 2013
Reputation:
0
07-30-2013, 08:43 PM
(This post was last modified: 07-30-2013, 08:44 PM by voonart.)
(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(123, -1, 2, !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)
1000 {PickUpItems} X:=Self.X() Y:=Self.Y() Z:=Self.Z() Self.Attacking()==0 Map.PickUpEx(268, 1, 1, !X!, !Y!, !Z!, 6)
Posts: 64
Threads: 10
Joined: Oct 2012
Reputation:
0
(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)
1000 {PickUpItems} X:=Self.X Y:=Self.Y Z:=Self.Z Self.Attacking()==0 Map.PickUpEx(123, -1, 2, !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)
1000 {PickUpItems} X:=Self.X() Y:=Self.Y() Z:=Self.Z() Self.Attacking()==0 Map.PickUpEx(268, 1, 1, !X!, !Y!, !Z!, 6)
dont work again, anyway i'll give rep + thx
Posts: 138
Threads: 11
Joined: Jun 2013
Reputation:
0
i think that 268 is id of mana potion, not empty vial...
Pomoglem? DAJ REPUTA !
If I help you, REP ME ++ !
Posts: 402
Threads: 15
Joined: Apr 2011
Reputation:
0
(08-05-2013, 11:47 PM)howcraft Wrote: i think that 268 is id of mana potion, not empty vial...
right
Since 2010 bbota use.
Jutż nite używtam bto sitę rotbi wietlki sytf i btot scthodzi nta psty ;d jetbać btbotat zaczynam robić własnego i tyle w temacie ;d
T użyłtem bty antglojęzyczni dtebile nite motgli przetczytać tegto.
|