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
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
Posted: Mon Jan 16, 2023 9:12 am
Guest
Post subject:
Re: Bot4you
Roan1234321 wrote:
geegee wrote:
How to make it work? i can't install the said file.
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?
[quote="Roan1234321"][quote="geegee"]How to make it work? i can't install the said file.[/quote] download blue eye macro installer first. here: [url]http://www.blueeye-macro.com/viewforum.php?f=493[/url][/quote]
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?
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.
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.
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.
[quote="Roan1234321"]Hi! Working as of March 4, 2020 No update or changes.
Updated on January 5, 2020 Change log: [list] attached BEM file Added on code: AutoFlywing (put on F3) Random walk [/list]
Requirement: RO setup: [img]http://i24.photobucket.com/albums/c11/Romnick_Reyes/New%20Bitmap%20Image_zpsgzdjbnv2.png[/img] 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 [url]http://www.guidingtech.com/9914/change-from-16-bit-to-32-bit-color-windows-7/[/url]
Since I'm using my on monster and item sprite you need to download my monster sprite and item sprite.(see attached files) [b][size=150]For changing monster and item sprite guide here:[/size][/b] [url]http://www.blueeye-macro.com/viewtopic.php?f=435&t=30516[/url] [b][size=150]For creating your own sprite/.spr file for pixel based bot here is a guide:[/size][/b] [url]http://www.blueeye-macro.com/viewtopic.php?f=435&t=30445[/url]
[size=150][b]Steps:[/b][/size] 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 [/code]
[size=150]Note:[/size] comment for problems encountered. [size=150][color=#0000FF][b]hit thank you if it worked.[/b][/color][/size] 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.
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.
[quote="harhail6"]Hi. I was successfully installed it. but unfortunately when I open the game server detected modification need to reinstall :( please help[/quote] Some sever doesn't allow to edit grf files so you would need a bypass.
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
edit mo yung ibang grf files kasi meron priority na override yan..
[quote="honey04"]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[/quote]
check mo ibang gr files baka nandung yung par asa item sprite na override kasi yan..
[quote="Stifler"]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
[color=#BF0080]SCREEN SHOT[/color] [url]https://media.discordapp.net/attachments/827846524951592984/944846058373120020/tra.png?width=827&height=465[/url][/quote] edit mo yung ibang grf files kasi meron priority na override yan..