Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Spears
#1
I need script which is picking up spears from ground if i have less than 10 in hand.

I hunt on trolls and drop spears into ground so its almost everywhere.

Or.. It would be better if it drop spears from corpses of trolls if i have less than 10 in hand.

Much thanks,
Assae
#2
Code:
1000 {EquipSpear} Self.Inventory.LeftHand()==3277 Self.Inventory.LeftHand.Count()<=10 X:=Self.X() Y:=Self.Y() Z:=Self.Z() Map.PickUpEx(3277, 1, 0, !X!, !Y!, !Z!, 2) Self.Equip.LeftHand(3277)
Waypoints By Me [Here]

BBot functions/Funções do BBot [Here]
#3
Thanks bro Big Grin


Forum Jump:


Users browsing this thread: 1 Guest(s)