BBot - The best bot of the world
pick manas from floor bp - Printable Version

+- BBot - The best bot of the world (https://forums.bmega.net)
+-- Forum: Scripts & Macros (https://forums.bmega.net/forum-4.html)
+--- Forum: Requests (https://forums.bmega.net/forum-17.html)
+--- Thread: pick manas from floor bp (/thread-20179.html)



pick manas from floor bp - sandia con chile - 08-02-2016

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


RE: pick manas from floor bp - Catar - 08-02-2016

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


RE: pick manas from floor bp - sandia con chile - 08-02-2016

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


RE: pick manas from floor bp - Kazie - 08-04-2016

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.