Blue Eye Macro
http://w.blueeye-macro.com/

[Update: 20/03/22]Ragnarok Online Gravity Game Hub
http://w.blueeye-macro.com/viewtopic.php?f=437&t=35897
Page 1 of 10

Author:  Roan1234321 [ Sun Feb 13, 2022 5:13 am ]
Post subject:  [Update: 20/03/22]Ragnarok Online Gravity Game Hub

Version 1.0
Here are the Basic Features.
Features:
    Auto Tele
    Auto Pots
    Auto Attack
    Auto Loot (Buggy some loots not being looted)

Note:
F2 = HP potion
F3 = Tele

As of now this is the stable script that I made.
Will add or enhance the code in the future.
Code is made to farm at Grand Peco and Sleeper.
For other monster just change the RGB of functions Attack1 and Attack2
to the desired monster RGB.

Next update will add the following Feature:

    Auto Awakening
    Auto Two-hand Quicken
    Advance Auto Attack(currently on testing phase)



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/

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


Code:
Begin
     Window.Set location("Ragnarok", "yes", "0", "0")
     Function.Execute("Profile")
     Function.Execute("Attack1")
     Function.Execute("Attack2")
     Function.Execute("Fly")
 end

function("Profile")
     begin
          if  Color.At coordinate is within (RGB range)("49", "74", "123", "0", "113", "84")
               begin
                    Macro.Wait for current global loop execution time to exceed("1617")
                    Keyboard.Hold keys("{<lmenu>}")
                    Macro.Wait for current global loop execution time to exceed("2062")
                    Keyboard.Hold keys("v")
                    Macro.Wait for current global loop execution time to exceed("2355")
                    Keyboard.Release keys("v")
                    Keyboard.Release keys("{<lmenu>}")
               end
     end
function

function("Heal")
     begin
          if  Color.At coordinate is not within (RGB range)("156", "181", "239", "10", "144", "83")
               begin
                    Function.Execute("Profile")
                    Keyboard.Press key("{<f2>}")
                    Humanly.Pause("334", "334")
               end
     end
function

function("Attack1")
     if  Color.Can be located on screen (RGB)("231", "173", "132", "0")
          begin
               Mouse.Click at color closest to coordinate (RGB)("231", "173", "132", "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()
                         Humanly.Pause("250", "500")
                         Function.Execute("Heal")
                         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("Loot")
                                   Macro.Break from loop("yes")
                              end
                    end
          end
function

function("Attack2")
     if  Color.Can be located on screen (RGB)("247", "231", "206", "0")
          begin
               Mouse.Click at color closest to coordinate (RGB)("247", "231", "206", "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()
                         Humanly.Pause("250", "500")
                         Function.Execute("Heal")
                         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("Loot")
                                   Macro.Break from loop("yes")
                              end
                    end
          end
function

function("Loot")
     begin
          Keyboard.Hold keys("{<ctrl>}")
          Mouse.Move to coordinate("673", "375")
          Mouse.Click("left")
          Mouse.Move to coordinate("673", "407")
          Mouse.Click("left")
          Mouse.Move to coordinate("605", "405")
          Mouse.Click("left")
          Mouse.Move to coordinate("605", "334")
          Mouse.Click("left")
          Mouse.Move to coordinate("674", "334")
          Mouse.Click("left")
          Keyboard.Release keys("{<ctrl>}")
     end
function

function("Fly")
     begin
          if  Color.Can not be located on screen (RGB)("231", "173", "132", "0")
               and
               Color.Can not be located on screen (RGB)("247", "231", "203", "0")
               begin
                    Keyboard.Press key("{<f3>}")
                    Humanly.Pause("250", "250")
                    Mouse.Click at coordinate("728", "563", "left")
                    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)


Alpha Video
Currently on testing
https://youtu.be/FDWQl3cj0Bo

You can check some of my old video of RObot in my youtube channel
I will try to make it work the same way here in GGH.
Please help subscribe to my YT channel if channel reach 100 subscriber
I will add the update once available and will work harder if subscriber reach 100.
YT:
https://www.youtube.com/user/roan1234321/playlists

For those who want to donate check my signature you can scan the QR code or click the donation link.
Donations will encourage me to give more time in making or updating the code.
Thank you for your support.

Author:  pazuofo [ Sun Feb 13, 2022 4:03 pm ]
Post subject:  Re: Ragnarok Online Gravity Game Hub

What does it mean?)

Author:  whateveremer [ Mon Feb 21, 2022 9:08 am ]
Post subject:  Re: Ragnarok Online Gravity Game Hub

I'm excited, i've tried to use blue eye.. it works but when you modify sprite in ROGGH data.grf it is being detected and you'll be disconnected.

Author:  Roan1234321 [ Sun Feb 27, 2022 12:01 am ]
Post subject:  Re: Ragnarok Online Gravity Game Hub

whateveremer wrote:
I'm excited, i've tried to use blue eye.. it works but when you modify sprite in ROGGH data.grf it is being detected and you'll be disconnected.


Then don't edit sprite, just pick the dominant pixel on the monster.

Author:  Guest [ Sun Feb 27, 2022 4:10 pm ]
Post subject:  Re: Ragnarok Online Gravity Game Hub

Roan1234321 wrote:
whateveremer wrote:
I'm excited, i've tried to use blue eye.. it works but when you modify sprite in ROGGH data.grf it is being detected and you'll be disconnected.


Then don't edit sprite, just pick the dominant pixel on the monster.


It says modulated files were found. reinstall game

Author:  toybits [ Mon Feb 28, 2022 2:44 am ]
Post subject:  Re: Ragnarok Online Gravity Game Hub

Roan1234321 wrote:
whateveremer wrote:
I'm excited, i've tried to use blue eye.. it works but when you modify sprite in ROGGH data.grf it is being detected and you'll be disconnected.


Then don't edit sprite, just pick the dominant pixel on the monster.


What do you mean sir? pls post on how to do it?
"just pick the dominant pixel on the monster"

Thanks in advance sir

Author:  whateveremer [ Mon Feb 28, 2022 4:46 am ]
Post subject:  Re: [Update]Ragnarok Online Gravity Game Hub

Thanks Roan! Here's a sample code to attack creamy.

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

function("CREAMY")
     if  Color.Can be located on screen (RGB)("16", "41", "66", "0")
          begin
               Mouse.Click at color closest to coordinate (RGB)("16", "41", "66", "0", "640", "375", "left")
               Mouse.Move to coordinate("997", "43")
          end
function

Author:  Roan1234321 [ Mon Feb 28, 2022 9:25 am ]
Post subject:  Re: [Update]Ragnarok Online Gravity Game Hub

whateveremer wrote:
Thanks Roan! Here's a sample code to attack creamy.

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

function("CREAMY")
     if  Color.Can be located on screen (RGB)("16", "41", "66", "0")
          begin
               Mouse.Click at color closest to coordinate (RGB)("16", "41", "66", "0", "640", "375", "left")
               Mouse.Move to coordinate("997", "43")
          end
function


yes that's it

Author:  pinyadustin [ Mon Feb 28, 2022 11:02 am ]
Post subject:  Re: [Update]Ragnarok Online Gravity Game Hub

whateveremer wrote:
Thanks Roan! Here's a sample code to attack creamy.

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

function("CREAMY")
     if  Color.Can be located on screen (RGB)("16", "41", "66", "0")
          begin
               Mouse.Click at color closest to coordinate (RGB)("16", "41", "66", "0", "640", "375", "left")
               Mouse.Move to coordinate("997", "43")
          end
function



hello this works for me. How do i set it to attack other monsters?

if i change my sprite it automatically dc

Author:  Roan1234321 [ Mon Feb 28, 2022 12:16 pm ]
Post subject:  Re: [Update]Ragnarok Online Gravity Game Hub

pinyadustin wrote:
whateveremer wrote:
Thanks Roan! Here's a sample code to attack creamy.

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

function("CREAMY")
     if  Color.Can be located on screen (RGB)("16", "41", "66", "0")
          begin
               Mouse.Click at color closest to coordinate (RGB)("16", "41", "66", "0", "640", "375", "left")
               Mouse.Move to coordinate("997", "43")
          end
function



hello this works for me. How do i set it to attack other monsters?

if i change my sprite it automatically dc


change the value of the RGB

Page 1 of 10 All times are UTC
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/