Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
A question.
#1
How can I loot from the floor to my backpack?
#2
For that you need to use a macro, type
Code:
1000 {Pick Up Loot} item:=ID_Item X:=Self.X() Y:=Self.Y() Z:=Self.Z() Map.PickUp(!item!, -1, 0, !X!, !Y!, !Z!)

The command Map.PickUp(ID, Count, Container, X, Y, Z) pick up an item on the ground.

List of commands
Waypoints By Me [Here]

BBot functions/Funções do BBot [Here]
#3
(12-15-2012, 03:42 AM)spiff26 Wrote: For that you need to use a macro, type
Code:
1000 {Pick Up Loot} item:=ID_Item X:=Self.X() Y:=Self.Y() Z:=Self.Z() Map.PickUp(!item!, -1, 0, !X!, !Y!, !Z!)

The command Map.PickUp(ID, Count, Container, X, Y, Z) pick up an item on the ground.

List of commands

It doesnt work, I just have to copy it at macros and enable it right?, and put ej; gold coin in that X like 3031, right?
#4
(12-15-2012, 04:29 AM)Criiz Wrote:
(12-15-2012, 03:42 AM)spiff26 Wrote: For that you need to use a macro, type
Code:
1000 {Pick Up Loot} item:=ID_Item X:=Self.X() Y:=Self.Y() Z:=Self.Z() Map.PickUp(!item!, -1, 0, !X!, !Y!, !Z!)

The command Map.PickUp(ID, Count, Container, X, Y, Z) pick up an item on the ground.

List of commands

It doesnt work, I just have to copy it at macros and enable it right?, and put ej; gold coin in that X like 3031, right?


U need change the ID_Item by item ID, like this
Code:
1000 {Pick Up Loot} item:=3031 X:=Self.X() Y:=Self.Y() Z:=Self.Z() Map.PickUp(!item!, -1, 0, !X!, !Y!, !Z!)
Waypoints By Me [Here]

BBot functions/Funções do BBot [Here]


Forum Jump:


Users browsing this thread: 1 Guest(s)