refiller help - Printable Version +- BBot - The best bot of the world (https://forums.bmega.net) +-- Forum: Support (https://forums.bmega.net/forum-6.html) +--- Forum: Support & Help (https://forums.bmega.net/forum-8.html) +--- Thread: refiller help (/thread-13865.html) |
refiller help - chuy23 - 02-05-2014 i need a code to go to X position and pickup grat mana potion from the floor RE: refiller help - Pezcadinho druid - 02-05-2014 why not buy from npc? RE: refiller help - chuy23 - 02-05-2014 Because i need to pickup manapots from a house... I think i can do it with The map.pickup macro but help me please RE: refiller help - Pezcadinho druid - 02-05-2014 dont know how to do that man RE: refiller help - Dexter - 02-05-2014 Post the x, y and z positions where you want to pick up mana potions. RE: refiller help - chuy23 - 02-05-2014 X 19789 Y 19938 Z 10 RE: refiller help - Dexter - 02-06-2014 First of all, you know how to create a script with macros and variables? If not, read all tutoriais and the wiki of the forum, and after you'll understanding the macro below. Tutorials: http://forums.bmega.net/forum-3.html (Important Threads) Wiki: http://wiki.bmega.net/doku.php?id=macros_commands After off all, try this macro below: [macro]0 {Pickup Mana Potions} X1:=19789 Y1:=19938 Z1:=10 ID:= Count:=200 ContainerTo:=0 Range:=5 Self.PositionIn(!X1!, !Y1!, !Z1!, !X1!, !Y1!, !Z1!)==1 Map.PickUpEx(!ID!, !Count!, !ContainerTo!, !X1!, !Y1!, !Z1!, !Range!)[/macro] RE: refiller help - chuy23 - 02-06-2014 i dont know how to do scripts i was reading all night but its hard, i think in the macro you post in the ID= i put the id of the manas right? count= its the amount of manas i want to pick up? i put the id and the bot dont pick up the manas... and in the debug its say its ok.. i dont know what to do man thank you i was doing it wrong.. now the macro works +1 RE: refiller help - Dexter - 02-07-2014 (02-06-2014, 04:27 PM)chuy23 Wrote: i dont know how to do scripts i was reading all night but its hard, i think in the macro you post in the ID= i put the id of the manas right? count= its the amount of manas i want to pick up? |