Blue Eye Logo

Blue Eye Macro

Automation is freedom
It is currently Thu Nov 21, 2024 11:32 am

All times are UTC




Post new topic Reply to topic  [ 638 posts ]  Go to page Previous  1 ... 60, 61, 62, 63, 64
Author Message
 Post subject: Re: [UPDATE: 03/04/20] Bot4you ROexe MSP [Yggdrasil, Valhall
Thanked: 0 time(s)  Unread post Posted: Sun Mar 20, 2022 1:05 pm 
VIP Contributor
VIP Contributor



Joined: Thu Nov 24, 2016 12:55 am
Posts: 549
Been thanked: 192 time(s)
Has thanked: 18 time(s)
Contribution Points: 185
harhail6 wrote:
Hi. I was successfully installed it. but unfortunately when I open the game server detected modification need to reinstall :( please help

Some sever doesn't allow to edit grf files so you would need a bypass.

_________________
Ragnarok Online

Bot4You ROPH
http://www.blueeye-macro.com/viewtopic.php?f=437&t=30450

Creating .spr file or sprite for Pixel bot
http://www.blueeye-macro.com/viewtopic.php?f=435&t=30445

Changing monster sprite and items sprite
http://www.blueeye-macro.com/viewtopic.php?f=435&t=30516
Donate
https://www.paypal.com/donate/?business=KZWJ5C7XC6WF6&no_recurring=1&currency_code=PHP
QR
Image


Top
 Profile  
Reply with quote  
 Post subject: Re: [UPDATE: 03/04/20] Bot4you ROexe MSP [Yggdrasil, Valhall
Thanked: 0 time(s)  Unread post Posted: Mon Mar 21, 2022 1:08 am 


how and where to input the code??thanks


Top
  
Reply with quote  
 Post subject: Re: [UPDATE: 03/04/20] Bot4you ROexe MSP [Yggdrasil, Valhall
Thanked: 0 time(s)  Unread post Posted: Mon Mar 21, 2022 1:16 am 
VIP Contributor
VIP Contributor



Joined: Thu Nov 24, 2016 12:55 am
Posts: 549
Been thanked: 192 time(s)
Has thanked: 18 time(s)
Contribution Points: 185
Guest wrote:
how and where to input the code??thanks

please follow instruction..
download BEM then Create

_________________
Ragnarok Online

Bot4You ROPH
http://www.blueeye-macro.com/viewtopic.php?f=437&t=30450

Creating .spr file or sprite for Pixel bot
http://www.blueeye-macro.com/viewtopic.php?f=435&t=30445

Changing monster sprite and items sprite
http://www.blueeye-macro.com/viewtopic.php?f=435&t=30516
Donate
https://www.paypal.com/donate/?business=KZWJ5C7XC6WF6&no_recurring=1&currency_code=PHP
QR
Image


Top
 Profile  
Reply with quote  
 Post subject: Re: [UPDATE: 03/04/20] Bot4you ROexe MSP [Yggdrasil, Valhall
Thanked: 0 time(s)  Unread post Posted: Mon Mar 21, 2022 3:24 am 
New User
New User



Joined: Mon Mar 21, 2022 2:55 am
Posts: 9
Been thanked: 0 time(s)
Has thanked: 0 time(s)
Contribution Points: 31
Roan1234321 wrote:
Hi!
Working as of March 4, 2020
No update or changes.

Updated on January 5, 2020
Change log:
    attached BEM file
    Added on code:
    AutoFlywing (put on F3)
    Random walk

Requirement:
RO setup:
Image
1280x720 (32 bit color ) hindi OS, color to nasa setup ng RO. if 16 sayo try mo troubleshoot baka ma solve.if hinde check this out
http://www.guidingtech.com/9914/change-from-16-bit-to-32-bit-color-windows-7/

Since I'm using my on monster and item sprite you need to download my monster sprite and item sprite.(see attached files)
For changing monster and item sprite guide here:
http://www.blueeye-macro.com/viewtopic.php?f=435&t=30516
For creating your own sprite/.spr file for pixel based bot here is a guide:
http://www.blueeye-macro.com/viewtopic.php?f=435&t=30445

Steps:
1. Download and install Blue Eye Macro.
2. Copy Code to Blue Eye Macro.
3. Open your Ragnarok online client Log into the game.
4. Return to RO window.
5. Run bot

For non-ROPH Users
since it wont move the window you need to make your own code to move the RO window to coordinates (0,0)

Code:
Begin
     Window.Set location("Ragnarok", "yes", "0", "0")
     Function.Execute("Attack")
     Function.Execute("Loot4")
     Function.Execute("Fly")
 end

function("Attack")
     if  Color.Can be located on screen (RGB)("255", "255", "0", "0")
          begin
               Mouse.Click at color closest to coordinate (RGB)("255", "255", "0", "0", "640", "375", "left")
               Mouse.Move to coordinate("997", "43")
               if  Color.Pixel pattern can be located on screen("255,198,198,0,-1,255,198,198,0,2,255,198,198", "4")
                    begin loop()
                         Mouse.Move to coordinate("997", "43")
                         Humanly.Pause("250", "500")
                         if  Color.Pixel pattern can not be located on screen("255,198,198,0,-1,255,198,198,0,2,255,198,198", "4")
                              begin
                                   Humanly.Pause("400", "500")
                                   Function.Execute("Loot4")
                                   Macro.Break from loop("yes")
                              end
                    end
          end
function

function("Loot4")
     begin
          Color.Limit area of interest to coordinates("463", "249", "376", "287")
          if  Color.Can be located on screen (RGB)("0", "0", "255", "0")
               begin loop()
                    Mouse.Click at color closest to coordinate (RGB)("0", "0", "255", "0", "640", "375", "left")
                    Humanly.Pause("400", "500")
                    if  Color.Can not be located on screen (RGB)("0", "0", "255", "0")
                         begin
                              Humanly.Pause("800", "1000")
                              if  Color.Can not be located on screen (RGB)("0", "0", "255", "0")
                                   begin
                                        Color.Unlimit area of interest()
                                        Macro.Break from loop("yes")
                                   end
                         end
               end
          Color.Unlimit area of interest()
     end
function

function("Rwalk")
     begin
          if  Color.Can not be located on screen (RGB)("255", "255", "0", "0")
               begin
                    // set variables from random X coordinates on your screen example 100 to 1100
                    Variable.Set random number("X", "100", "1100")
                    // set variables from random Y coordinates on your screen example 100 to 620
                    Variable.Set random number("Y", "100", "620")
                    Mouse.Click at coordinate("{X}", "{Y}", "left")
                    Humanly.Pause("1500", "2000")
               end
     end
function

function("Fly")
     begin
          Function.Execute("Rwalk")
          Function.Execute("Rwalk")
          if  Color.Can not be located on screen (RGB)("255", "255", "0", "0")
               begin
                    Keyboard.Press key("{<f3>}")
                    Humanly.Pause("3000", "4000")
               end
     end
function


Note:
comment for problems encountered.
hit thank you if it worked.
You can use this with other macro script using BEM or other software.(but I suggest using BEM so you won't get any complication)

Update: January 5, 2020
Now working on ROEXE MY SG PH(EAC)
But working on some Private server with Gepard 3.0 protection.

Old Video:
https://youtu.be/cOVwNLQV6Ts



WHERE TO DOWNLOAD ROGGH?


Top
 Profile  
Reply with quote  
 Post subject: Re: [UPDATE: 03/04/20] Bot4you ROexe MSP [Yggdrasil, Valhall
Thanked: 0 time(s)  Unread post Posted: Tue Jun 14, 2022 8:48 pm 
New User
New User



Joined: Tue Jun 14, 2022 1:14 am
Posts: 8
Been thanked: 0 time(s)
Has thanked: 0 time(s)
Contribution Points: 22
good afternoon friend, I did everything just right and in the grif editor it was really perfect! but when I start the private server of ragnarok that I play "portal kafra", it doesn't work and the monster is still original...I read this topic here and realized that the server I play is blocked by gepard. grf (because I went to it and modified the monster's sprite and when I started the game, it closed accusing that I had modified the monster's sprite). I saw through the forum that there is a way to make this work, without having to change the monster script, but for that, I would have to use the default of each monster I wanted to attack. This should get this pattern using the investigator guide! I'm new to this area and I was wondering if you could explain in detail how I can get the monster pattern through this guide as I have no idea how to do that! Thanks in advance.


Top
 Profile  
Reply with quote  
 Post subject: Re: Bot4you
Thanked: 0 time(s)  Unread post Posted: Sat Dec 17, 2022 2:41 am 


Roan1234321 wrote:
geegee wrote:
How to make it work? i can't install the said file.

download blue eye macro installer first.
here: http://www.blueeye-macro.com/viewforum.php?f=493


I was able to login to the game without being detected by Gepard. Sprite works as well. Problem is, the cursor just moves and points to the edited monster sprite but doesn't click it. It won't walk, attack or loot. Any idea?


Top
  
Reply with quote  
 Post subject: Re: [UPDATE: 03/04/20] Bot4you ROexe MSP [Yggdrasil, Valhall
Thanked: 0 time(s)  Unread post Posted: Mon Jan 16, 2023 9:12 am 
New User
New User



Joined: Mon Jan 16, 2023 8:52 am
Posts: 2
Been thanked: 0 time(s)
Has thanked: 0 time(s)
Contribution Points: 13
nag success na ba itofor gold room? if yes pa mention naman dito.. newbie lng ako.. pretty much I require help or further instructions to make it work.. playing pala sa OsRO


Top
 Profile  
Reply with quote  
 Post subject: Re: [UPDATE: 03/04/20] Bot4you ROexe MSP [Yggdrasil, Valhall
Thanked: 0 time(s)  Unread post Posted: Thu Jan 25, 2024 2:16 am 
New User
New User



Joined: Wed Jan 24, 2024 9:23 am
Posts: 2
Been thanked: 0 time(s)
Has thanked: 0 time(s)
Contribution Points: 10
Hi! any idea how to avoid players if theres any in the map?


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 638 posts ]  Go to page Previous  1 ... 60, 61, 62, 63, 64

All times are UTC


You cannot post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  


Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group