Blue Eye Logo

Blue Eye Macro

Automation is freedom
It is currently Tue Dec 03, 2024 5:40 pm

All times are UTC




Post new topic Reply to topic  [ 156 posts ]  Go to page Previous  1 ... 12, 13, 14, 15, 16
Author Message
 Post subject: Re: Ragnarok Script for Auto Farming
Thanked: 0 time(s)  Unread post Posted: Fri Jun 17, 2022 3:03 am 
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 night, I have a 100% functional configuration..but I need to improve it and I'm having trouble getting it! I need that as soon as he tries to attack a monster that is on a hill or behind a wall, he realizes he can't attack the monster and teleports. For example: If he tries to attack the monster and can't attack for 10 seconds, let him teleport! but let this time not interfere as a time limit for attacking other monsters that are visible and attackable, only for monsters that are not attackable! I would like to know if someone could help me to put this inside my configuration please. Thanks in advance ! Here is my current configuration:

begin
Window.Bring to front("Ragnarok", "Yes")
Function.Execute("Attack")
Function.Execute("Fly")
end

function("Attack")
begin
Window.Bring to front("Ragnarok", "Yes")
Humanly.Pause("400", "500")
if Color.Can be located on screen (RGB)("255", "255", "198", "0")
begin
Humanly.Pause("300", "400")
Mouse.Click at color closest to coordinate (RGB)("255", "255", "198", "0", "800", "700", "left")
Humanly.Pause("300", "400")
end
end
function

function("Fly")
begin
Window.Bring to front("Ragnarok", "Yes")
Color.Limit area of interest to coordinates("1", "1", "800", "600")
if Color.Can not be located on screen (RGB)("255", "255", "198", "0")
begin
Window.Bring to front("Ragnarok", "Yes")
Humanly.Pause("300", "400")
Keyboard.Press key("2")
Humanly.Pause("300", "400")
end
end
function


Top
 Profile  
Reply with quote  
 Post subject: Re: Ragnarok Script for Auto Farming
Thanked: 0 time(s)  Unread post Posted: Mon Jun 27, 2022 2:09 pm 
New User
New User



Joined: Thu Apr 16, 2020 7:09 pm
Posts: 7
Been thanked: 2 time(s)
Has thanked: 0 time(s)
Contribution Points: 15
tattooed wrote:
Good night, I have a 100% functional configuration..but I need to improve it and I'm having trouble getting it! I need that as soon as he tries to attack a monster that is on a hill or behind a wall, he realizes he can't attack the monster and teleports. For example: If he tries to attack the monster and can't attack for 10 seconds, let him teleport! but let this time not interfere as a time limit for attacking other monsters that are visible and attackable, only for monsters that are not attackable! I would like to know if someone could help me to put this inside my configuration please. Thanks in advance ! Here is my current configuration:

begin
Window.Bring to front("Ragnarok", "Yes")
Function.Execute("Attack")
Function.Execute("Fly")
end

function("Attack")
begin
Window.Bring to front("Ragnarok", "Yes")
Humanly.Pause("400", "500")
if Color.Can be located on screen (RGB)("255", "255", "198", "0")
begin
Humanly.Pause("300", "400")
Mouse.Click at color closest to coordinate (RGB)("255", "255", "198", "0", "800", "700", "left")
Humanly.Pause("300", "400")
end
end
function

function("Fly")
begin
Window.Bring to front("Ragnarok", "Yes")
Color.Limit area of interest to coordinates("1", "1", "800", "600")
if Color.Can not be located on screen (RGB)("255", "255", "198", "0")
begin
Window.Bring to front("Ragnarok", "Yes")
Humanly.Pause("300", "400")
Keyboard.Press key("2")
Humanly.Pause("300", "400")
end
end
function


you should have to check for the original script of macro blitz, the only way to attain your goal was how many times to try to attack and teleport.


Top
 Profile  
Reply with quote  
 Post subject: Re: Ragnarok Script for Auto Farming
Thanked: 0 time(s)  Unread post Posted: Tue Jul 19, 2022 4:47 am 


Hi how to create function with multiple color what i mean to create multiple attack script since some game cant use spr


Top
  
Reply with quote  
 Post subject: Re: Ragnarok Script for Auto Farming
Thanked: 0 time(s)  Unread post Posted: Fri Aug 12, 2022 3:20 am 
New User
New User



Joined: Fri Aug 12, 2022 3:17 am
Posts: 1
Been thanked: 0 time(s)
Has thanked: 0 time(s)
Contribution Points: 10
Hello I have followed the instructions and everything is almost perfect. Can you add on your current script whenever someone attacks me it will automatically use flywings and 1 potion. I'm using ygg on my server. We have PK on and there are guardians that deal massive damage. It would be a great help if I can teleport right away. :D

Follow up: I can't edit the sprite of the guardian since it's located on the protected.grf

This is a gepard 3.0 server it works like a charm tho :))


Top
 Profile  
Reply with quote  
 Post subject: Re: Ragnarok Script for Auto Farming
Thanked: 0 time(s)  Unread post Posted: Thu Sep 08, 2022 10:55 am 


hi how can i copy paste the code?this is my first time to use blue eye macro..thank you in advance


Top
  
Reply with quote  
 Post subject: Re: Ragnarok Script for Auto Farming
Thanked: 0 time(s)  Unread post Posted: Fri Jan 26, 2024 3:37 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 tips how to limit the area of attack and avoid other player if seen on the location?


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 156 posts ]  Go to page Previous  1 ... 12, 13, 14, 15, 16

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