Blue Eye Logo

Blue Eye Macro

Automation is freedom
It is currently Sun Nov 24, 2024 12:06 am

All times are UTC




Post new topic Reply to topic  [ 8 posts ] 
Author Message
 Post subject: Help :c
Thanked: 0 time(s)  Unread post Posted: Wed Dec 10, 2014 3:58 pm 
Contributor
Contributor
User avatar



Joined: Sun Nov 16, 2014 1:35 pm
Posts: 86
Been thanked: 3 time(s)
Has thanked: 9 time(s)
Contribution Points: 46
Hey
can anyone of you help me

got this macro(copied and made my rgbs etc) and he says "error near line 29"(something like that)

i'm new with this so i don't know where the error could be


here is the macro


begin loop()
Keyboard.Hold keys("{<tab>}4")
Function.Execute("Human Pause")
Keyboard.Release keys("{<tab>}4")
Function.Execute("Human Pause")
Function.Execute("Heal")
Function.Execute("Party Check")
// RGB of the digi you want to attack
if Color.At coordinate is (RGB)("244", "245", "250", "752", "50")
begin loop()
Keyboard.Hold keys("1")
Function.Execute("Human Pause")
Keyboard.Release keys("1")
Keyboard.Hold keys("4")
Function.Execute("Human Pause")
Keyboard.Release keys("4")
Function.Execute("Heal")
Function.Execute("Party Check")
// Same co ordinates of the previous check
if Color.At coordinate is not (RGB)("244", "245", "250", "752", "50")
begin
Macro.Restart("no")
end
end
// RGB of the red square of aggro monsters around the fist
if Color.At coordinate is (RGB) ("164", "0", "29", "563", "67")
begin loop()
Keyboard.Hold keys("4")
Function.Execute("Human Pause")
Keyboard.Release keys("4")
Keyboard.Hold keys("f2")
Function.Execute("Human Pause")
Keyboard.Release keys("f2")
Function.Execute("Heal")
Function.Execute("Party Check")
// Same RGB from above
if Color.At coordinate is not (RGB)(")("164", "0", "29", "563", "67")
begin
Macro.Restart("no")
end
end
// Same RGB from above
if Color.At coordinate is not (RGB)("164", "0", "29", "563", "67")
begin
Macro.Restart("no")
end
end

function("Human Pause")
begin
Variable.Set random number("HumanTime", "350", "800")
Macro.Pause("{HumanTime}")
end
function

function("Heal")
// RGB of a part of digimon hp , preferable about 25% of your digimon HP , this uses Hp DISK in slot F7
if Color.At coordinate is not (RGB)("198", "60", "49", "154", "127")
begin
Keyboard.Hold keys("{<f7>}")
Function.Execute("Human Pause")
Keyboard.Release keys("{<f7>}")
end
// RGB of a part of digimon hp to use FOOD in slot 7 , preferably specify about 50% of digimon HP
if Color.At coordinate is not (RGB)("216", "65", "54", "110", "128")
begin
Keyboard.Hold keys("7")
Function.Execute("Human Pause")
Keyboard.Release keys("7")
end
// RGB for Digimon DS to use DS DISK in slot F8
if Color.At coordinate is not (RGB)("184", "47", "36", "163", "126")
begin
Keyboard.Hold keys("{<f8>}")
Macro.Pause("50")
Keyboard.Release keys("{<f8>}")
end
// RGB for TAMER DS , slot 8
if Color.At coordinate is not (RGB)("199", "199", "199", "157", "70")
begin
Keyboard.Hold keys("8")
Macro.Pause("50")
Keyboard.Release keys("8")
end
function


hope anyone can help me

_________________
Image


Top
 Profile  
Reply with quote  
 Post subject: Re: Help :c
Thanked: 0 time(s)  Unread post Posted: Wed Dec 10, 2014 4:17 pm 
Contributor
Contributor



Joined: Sat Dec 06, 2014 3:50 am
Posts: 61
Location: indonesia
Been thanked: 11 time(s)
Has thanked: 7 time(s)
Contribution Points: 36
sorry i cant help because im newbie to in here, i dont understand script code because i am always use ready script :D :lol: :lol: :lol:


Top
 Profile  
Reply with quote  
 Post subject: Re: Help :c
Thanked: 0 time(s)  Unread post Posted: Wed Dec 10, 2014 7:28 pm 
Contributor
Contributor
User avatar



Joined: Sun Nov 16, 2014 1:35 pm
Posts: 86
Been thanked: 3 time(s)
Has thanked: 9 time(s)
Contribution Points: 46
very useful comment,thank you, sir

_________________
Image


Top
 Profile  
Reply with quote  
 Post subject: Re: Help :c
Thanked: 1 time(s)  Unread post Posted: Wed Dec 10, 2014 8:03 pm 
Silver Contributor
Silver Contributor
User avatar



Joined: Tue Oct 14, 2014 8:22 pm
Posts: 165
Been thanked: 24 time(s)
Has thanked: 27 time(s)
Contribution Points: 77
you deleted something accidentaly just delete it and copy paste a new one from this forum and change your rgb again


Top
 Profile  
Reply with quote  
 Post subject: Re: Help :c
Thanked: 0 time(s)  Unread post Posted: Wed Dec 10, 2014 8:31 pm 
Contributor
Contributor
User avatar



Joined: Sun Nov 16, 2014 1:35 pm
Posts: 86
Been thanked: 3 time(s)
Has thanked: 9 time(s)
Contribution Points: 46
then the complete Macro is useless(I copied it from here: http://www.blueeye-macro.com/viewtopic.php?f=304&t=13649)

I copied it 100% and,without doing anything in there,it says to me:

"At least one criteria/instruction near component/line 29 contains invalid selections and/or arguments,please correct these,and try again"


but for all the others,it worked -.-

_________________
Image


Top
 Profile  
Reply with quote  
 Post subject: Re: Help :c
Thanked: 1 time(s)  Unread post Posted: Wed Dec 10, 2014 8:39 pm 
Silver Contributor
Silver Contributor
User avatar



Joined: Tue Oct 14, 2014 8:22 pm
Posts: 165
Been thanked: 24 time(s)
Has thanked: 27 time(s)
Contribution Points: 77
Ishzark wrote:
then the complete Macro is useless(I copied it from here: http://www.blueeye-macro.com/viewtopic.php?f=304&t=13649)

I copied it 100% and,without doing anything in there,it says to me:

"At least one criteria/instruction near component/line 29 contains invalid selections and/or arguments,please correct these,and try again"


but for all the others,it worked -.-

i dont know whats wrong with that script...copy paste this one and change its rgb:
begin loop()
Keyboard.Hold keys("{<tab>}4")
Function.Execute("Human Pause")
Keyboard.Release keys("{<tab>}4")
Function.Execute("Human Pause")
Function.Execute("Heal")
Function.Execute("Party Check")
// RGB of the digi you want to attack
if Color.At coordinate is (RGB)("36", "120", "181", "618", "110")
begin loop()
Keyboard.Hold keys("{<f2>}")
Function.Execute("Human Pause")
Keyboard.Release keys("{<f2>}")
Keyboard.Hold keys("4")
Function.Execute("Human Pause")
Keyboard.Release keys("4")
Function.Execute("Heal")
Function.Execute("Party Check")
// Same co ordinates of the previous check
if Color.At coordinate is not (RGB)("36", "120", "181", "618", "110")
begin
Macro.Restart("no")
end
end
// RGB of the red square of aggro monsters around the fist
if Color.At coordinate is (RGB)("164", "0", "29", "418", "100")
begin loop()
Keyboard.Hold keys("4")
Function.Execute("Human Pause")
Keyboard.Release keys("4")
Keyboard.Hold keys("{<f2>}")
Function.Execute("Human Pause")
Keyboard.Release keys("{<f2>}")
Function.Execute("Heal")
Function.Execute("Party Check")
// Same RGB from above
if Color.At coordinate is not (RGB)("164", "0", "29", "418", "100")
begin
Macro.Restart("no")
end
end
// Same RGB from above
if Color.At coordinate is not (RGB)("164", "0", "29", "418", "100")
begin
Macro.Restart("no")
end
end

function("Human Pause")
begin
Variable.Set random number("HumanTime", "100", "300")
Macro.Pause("{HumanTime}")
end
function

function("Heal")
// RGB of a part of digimon hp , preferale about 25% of your digimon HP , this uses Hp DISK in slot F7
if Color.At coordinate is not (RGB)("243", "57", "40", "151", "159")
begin
Keyboard.Hold keys("{<f7>}")
Function.Execute("Human Pause")
Keyboard.Release keys("{<f7>}")
end
// RGB of a part of digimon hp to use FOOD in slot 7 , preferably specify about 50% of digimon HP
if Color.At coordinate is not (RGB)("216", "65", "54", "139", "158")
begin
Keyboard.Hold keys("7")
Function.Execute("Human Pause")
Keyboard.Release keys("7")
end
// RGB for Digimon DS to use DS DISK in slot F8
if Color.At coordinate is not (RGB)("28", "239", "255", "140", "173")
begin
Keyboard.Hold keys("{<f8>}")
Macro.Pause("50")
Keyboard.Release keys("{<f8>}")
end
// RGB for TAMER DS , slot 8
if Color.At coordinate is not (RGB)("4", "228", "243", "147", "97")
begin
Keyboard.Hold keys("8")
Macro.Pause("50")
Keyboard.Release keys("8")
end
function

function("Party Check")
// Ask someone to invite you to party , take the screen into investigator then just choose co ordinates of the yes or no button and click import
if Color.At coordinate is (RGB)("142", "118", "44", "595", "190")
begin
Keyboard.Hold keys("{<return>}")
Function.Execute("Human Pause")
Keyboard.Release keys("{<return>}")
end
function


Top
 Profile  
Reply with quote  
 Post subject: Re: Help :c
Thanked: 0 time(s)  Unread post Posted: Wed Dec 10, 2014 8:42 pm 
Contributor
Contributor
User avatar



Joined: Sun Nov 16, 2014 1:35 pm
Posts: 86
Been thanked: 3 time(s)
Has thanked: 9 time(s)
Contribution Points: 46
strange,now it worked

thank you

_________________
Image


Top
 Profile  
Reply with quote  
 Post subject: Re: Help :c
Thanked: 0 time(s)  Unread post Posted: Wed Dec 10, 2014 9:26 pm 
Contributor
Contributor



Joined: Sat Dec 06, 2014 8:19 pm
Posts: 71
Been thanked: 8 time(s)
Has thanked: 2 time(s)
Contribution Points: 56
Ishzark wrote:
then the complete Macro is useless(I copied it from here: http://www.blueeye-macro.com/viewtopic.php?f=304&t=13649)

I copied it 100% and,without doing anything in there,it says to me:

"At least one criteria/instruction near component/line 29 contains invalid selections and/or arguments,please correct these,and try again"


but for all the others,it worked -.-

if it says line 29 then scroll down the script till you see line 29 then check out the script there either your rgb or some other command is wrong there .
i had the same problem long ago to me it said line 38 but its the same there is an error wich you need to repair just check it out it should work .
maybe its the hp code or ds code or rgb to attack digi but best is to copy from this forum a new if your not sure that you can repair it alone

_________________
Tamer: Damir
Server: Leviamon
Top digis Omegamon lv91 128% 15/15
Apocalymon lv94 128% 15/15
Magnamon lv65 128% 15/14
Betamon lv90 121% 15/15
Lucemon lv92 120% 15/15
Kudamon lv57 121% 12/12
Image


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 8 posts ] 

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