Blue Eye Logo

Blue Eye Macro

Automation is freedom
It is currently Thu Nov 21, 2024 2:52 pm

All times are UTC




Post a reply
Username:
Subject:
Message body:
Enter your message here, it may contain no more than 60000 characters. 

Smilies
:D :) ;) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :!: :?: :idea: :arrow: :| :mrgreen: :geek: :ugeek:
Font size:
Font colour
Options:
BBCode is ON
[img] is OFF
[flash] is OFF
[url] is ON
Smilies are ON
Disable BBCode
Disable smilies
Do not automatically parse URLs
Please click and drag the 2 correct statements to the right hand side.
Please click and drag the 2 correct statements to the right hand side.
Please select the options below to the correct list to avoid automated registrations.
Statements
2 correct statements
Fish can swim
Chickens can talk
Dogs have 4 legs
Elephants can fly
   

Topic review - [UPDATE: 03/04/20] Bot4you ROexe MSP [Yggdrasil, Valhalla]
Author Message
  Post subject:  Re: [UPDATE: 03/04/20] Bot4you ROexe MSP [Yggdrasil, Valhall  Reply with quote
Hi! any idea how to avoid players if theres any in the map?
Post Posted: Thu Jan 25, 2024 2:16 am
  Post subject:  Re: [UPDATE: 03/04/20] Bot4you ROexe MSP [Yggdrasil, Valhall  Reply with quote
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
Post Posted: Mon Jan 16, 2023 9:12 am
  Post subject:  Re: Bot4you  Reply with quote
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?
Post Posted: Sat Dec 17, 2022 2:41 am
  Post subject:  Re: [UPDATE: 03/04/20] Bot4you ROexe MSP [Yggdrasil, Valhall  Reply with quote
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.
Post Posted: Tue Jun 14, 2022 8:48 pm
  Post subject:  Re: [UPDATE: 03/04/20] Bot4you ROexe MSP [Yggdrasil, Valhall  Reply with quote
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?
Post Posted: Mon Mar 21, 2022 3:24 am
  Post subject:  Re: [UPDATE: 03/04/20] Bot4you ROexe MSP [Yggdrasil, Valhall  Reply with quote
Guest wrote:
how and where to input the code??thanks

please follow instruction..
download BEM then Create
Post Posted: Mon Mar 21, 2022 1:16 am
  Post subject:  Re: [UPDATE: 03/04/20] Bot4you ROexe MSP [Yggdrasil, Valhall  Reply with quote
how and where to input the code??thanks
Post Posted: Mon Mar 21, 2022 1:08 am
  Post subject:  Re: [UPDATE: 03/04/20] Bot4you ROexe MSP [Yggdrasil, Valhall  Reply with quote
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.
Post Posted: Sun Mar 20, 2022 1:05 pm
  Post subject:  Re: [UPDATE: 03/04/20] Bot4you ROexe MSP [Yggdrasil, Valhall  Reply with quote
Hi. I was successfully installed it. but unfortunately when I open the game server detected modification need to reinstall :( please help
Post Posted: Sun Mar 20, 2022 12:49 pm
  Post subject:  Re: [UPDATE: 03/04/20] Bot4you ROexe MSP [Yggdrasil, Valhall  Reply with quote
honey04 wrote:
Boss, gumagana naman yung sa monster sprite. ang problem is yung sa Item sprite. ayaw mag change color kahit na edit ko na and nailagay na sa Data.grf folder.

BTW im playing ROZero NFT


check mo ibang gr files baka nandung yung par asa item sprite na override kasi yan..

Stifler wrote:
Bossing, bat ayaw gumana?
na edit ko na yung sprite ng monster, di nagbago kulay ng spore
pwede paki DM ako sa discord please para makausap po kita ng husto
Stifler#6707

SCREEN SHOT
https://media.discordapp.net/attachments/827846524951592984/944846058373120020/tra.png?width=827&height=465

edit mo yung ibang grf files kasi meron priority na override yan..
Post Posted: Sun Feb 27, 2022 12:00 am

All times are UTC


Jump to:  


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