Blue Eye Logo

Blue Eye Macro

Automation is freedom
It is currently Thu Nov 21, 2024 7:17 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
Chickens can talk
Elephants can fly
Dogs have 4 legs
Fish can swim
   

Topic review - Mage Hunting Bot
Author Message
  Post subject:  Re: Mage Hunting Bot  Reply with quote
How do I do a pixel pattern for a wraith as an example?
Post Posted: Sat May 10, 2014 4:27 pm
  Post subject:  Re: Mage Hunting Bot  Reply with quote
Ok based on the auto pot macro I have added the following and have tried adjusting the range but it does not seem to be helping. I am trying to cast even though there are no mobs around me, probably due to the clothes my char is wearing.

Code:
 begin
     begin loop()
          if  Color.At the current mouse position is within (RGB range)("82", "85", "90", "50")
               begin
                    Keyboard.Hold keys("{<ctrl>}")
                    Keyboard.Press key("{<f6>}")
                    Keyboard.Release keys("{<ctrl>}")
                    Macro.Pause("100")
                    Mouse.Click("Right")
                    Macro.Pause("2500")
                    Keyboard.Hold keys("{<ctrl>}")
                    Keyboard.Press key("{<f7>}")
                    Keyboard.Release keys("{<ctrl>}")
                    Macro.Pause("100")
                    Mouse.Click("Right")
                    Macro.Pause("2500")
                    Keyboard.Hold keys("{<ctrl>}")
                    Keyboard.Press key("{<f8>}")
                    Keyboard.Release keys("{<ctrl>}")
                    Macro.Pause("100")
                    begin loop()
                         if  Color.At the current mouse position is within (RGB range)("82", "85", "90", "50")
                              begin
                                   Mouse.Hold button("Right")
                              end
                         if  Color.At the current mouse position is not within (RGB range)("82", "85", "90", "50")
                              begin
                                   Mouse.Release button("Right")
                              end
                    end
               end
     end
 end
Post Posted: Sat May 10, 2014 7:37 am
  Post subject:  Mage Hunting Bot  Reply with quote
Hi All,

Started making my first macro, thanks to Gipsy for the template. Using a stupid laptop so have to press <ctrl> before hitting a function key.

Code:
 begin
     Keyboard.Wait for keys to be held down("{<alt>}")
     if  Keyboard.Key is held down("1")
          begin
               Keyboard.Hold keys("{<ctrl>}")
               Keyboard.Press key("{<f6>}") //Slow
               Keyboard.Release keys("{<ctrl>}")
               Macro.Pause("100")
               Mouse.Click("Right")
               Macro.Pause("2500")
               Keyboard.Hold keys("{<ctrl>}")
               Keyboard.Press key("{<f7>}") //Weaken
               Keyboard.Release keys("{<ctrl>}")
               Macro.Pause("100")
               Mouse.Click("Right")
               Macro.Pause("2500")
               Keyboard.Hold keys("{<ctrl>}")
               Keyboard.Press key("{<f8>}") //Main Spell
               Keyboard.Release keys("{<ctrl>}")
               Macro.Pause("100")
               Mouse.Hold button("Right")
          end
     if  Keyboard.Key is held down("2")
          begin
               Mouse.Release button("left")
               Mouse.Release button("right")
          end
 end


Next stage
    Automate release mouse click after mob killed
    Automate pick up of drop if any
    Automate search for mob based on RGB colour if possible

Any guidance on these appreciated

Thanks
Post Posted: Sat May 10, 2014 5:36 am

All times are UTC


Jump to:  


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