Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
pick manas from floor bp
#1
Smile 
hello everyone, can someone help me with a macro for picking up strong or great mana potions from a backpack on the ground, for example i want to buy 4kk in great manas to train magic level in my house and put them all in a backpack on the floor, so i need a macro to pick them to my main backpack then waste them to train with exura vita/utana vid, i'll appreciate some help here because i dont know a lot about macros.

Thank you.Big Grin
Reply
#2
u could make bot to drop manas in certain sqm's then pick them up, but u wont be able to drop 'backpacks' of them
Reply
#3
well if it pick them up from a certain sqm would be nice too, i can drop them inside my house instead of a backpack
Reply
#4
Code:
1000 {PickUpPotions} X:=Self.X() Y:=Self.Y() Z:=Self.Z() Potion:=238 Amount:=100 Self.Capacity()>400 Map.PickUpEx(!Potion!, !Amount!, 0, !X!, !Y!, !Z!, 3)

Explain:
on Potion: it's id of Great Mana, you can change ID.
on Amount: it's amount of manas to pick up, you can change amount.
on Capacity: it's capacity to pick up potions, if your capacity is 400 or more, the character go pick up potions, can you change it too.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)