02-05-2014, 01:56 AM
i need a code to go to X position and pickup grat mana potion from the floor
refiller help
|
02-05-2014, 01:56 AM
i need a code to go to X position and pickup grat mana potion from the floor
02-05-2014, 05:20 AM
why not buy from npc?
02-05-2014, 05:51 AM
Because i need to pickup manapots from a house... I think i can do it with The map.pickup macro but help me please
02-05-2014, 06:20 AM
dont know how to do that man
02-05-2014, 10:08 AM
Post the x, y and z positions where you want to pick up mana potions.
02-05-2014, 07:58 PM
X 19789
Y 19938 Z 10
02-06-2014, 10:31 AM
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]
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
02-07-2014, 11:59 AM
(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? |
« Next Oldest | Next Newest »
|