Hi guys!! need help how to install and config pixelbot thanks!
|
|
Actually, i did make a pixelbot before on RO, its not walking, it just attack the monsters it sees, and loot when killed, i did add the tele but i remove it and just let monsters come to my location, the only real issue i had with this is for example, my character is an archer, and he is attacking a monster on the distance, and if the monster go to some kind of a tree or any element that prevents the archer from attacking, the bot get stucked, it wont attack even if it sees a monster again, but the real time logs still saying that he is attacking the monster, and the annoying part of this is if you pause or stop the bot and start it again, it wont move at all, i have to close the bot and close the ragnarok client and restart it.. and it will work again..Quote:
i have made a similar pixel bot like this last year, coded via AHK. See the video below
[Only registered and activated users can see links. Click Here To Register...]
Method i use was Search the RO.exe of its Memory address of the mob. If mob is found in screen mouse_move then click. i use @[Only registered and activated users can see links. Click Here To Register...] to teleport in map, as it is very hard to Add an AI to move in the map, aside from random clicking to move. I found that method very annoying it will make the bot Stuck in 1 area and if the mob is out of reach.
You can still do this in official server if you have teleport skill / Creamy. Loop the code every 30secs (or your desired timer) it will tele and search for mob.
Quote:
Actually, i did make a pixelbot before on RO, its not walking, it just attack the monsters it sees, and loot when killed, i did add the tele but i remove it and just let monsters come to my location, the only real issue i had with this is for example, my character is an archer, and he is attacking a monster on the distance, and if the monster go to some kind of a tree or any element that prevents the archer from attacking, the bot get stucked, it wont attack even if it sees a monster again, but the real time logs still saying that he is attacking the monster, and the annoying part of this is if you pause or stop the bot and start it again, it wont move at all, i have to close the bot and close the ragnarok client and restart it.. and it will work again..
have u had prblems like this on your bot? oh and my bot did not use memory, i only uses pixel search.. if so? can you guide me on how to stop this from happening, i might continue to develop it..
mind sharing ;P?Quote:
i have made a similar pixel bot like this last year, coded via AHK. See the video below
[Only registered and activated users can see links. Click Here To Register...]
Method i use was Search the RO.exe of its Memory address of the mob. If mob is found in screen mouse_move then click. i use @[Only registered and activated users can see links. Click Here To Register...] to teleport in map, as it is very hard to Add an AI to move in the map, aside from random clicking to move. I found that method very annoying it will make the bot Stuck in 1 area and if the mob is out of reach.
You can still do this in official server if you have teleport skill / Creamy. Loop the code every 30secs (or your desired timer) it will tele and search for mob.
what program did you use to develop it?Quote:
i have made a similar pixel bot like this last year, coded via AHK. See the video below
[Only registered and activated users can see links. Click Here To Register...]
Method i use was Search the RO.exe of its Memory address of the mob. If mob is found in screen mouse_move then click. i use @[Only registered and activated users can see links. Click Here To Register...] to teleport in map, as it is very hard to Add an AI to move in the map, aside from random clicking to move. I found that method very annoying it will make the bot Stuck in 1 area and if the mob is out of reach.
You can still do this in official server if you have teleport skill / Creamy. Loop the code every 30secs (or your desired timer) it will tele and search for mob.
Autohotkey you can use 2 types Pixel search or image search. check the links for the documentation its really easy.Quote:
what program did you use to develop it?