Blue Eye Logo

Blue Eye Macro

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

Topic review - Hunting Macro
Author Message
  Post subject:  Re: Hunting Macro  Reply with quote
Yes it is a useful macro, so thank you!
I must admit it's nice see see that there is still some activity with this game, because one could argue that it is dying out. ;/
I'll try my best to contribute some macros once i have learnt how to make them.
Post Posted: Wed Feb 29, 2012 12:36 pm
  Post subject:  Re: Hunting Macro  Reply with quote
Thanks for the macro
;)
Post Posted: Tue Feb 21, 2012 5:14 am
  Post subject:  Re: Hunting Macro  Reply with quote
Dawny wrote:
i would also put in the code to hold the SHIFT button down. as it's gonna prevent any unwanted movement

I have been testing it myself a lot and have not noticed a lot of issues with it... :)

simba wrote:
[..]Then there is the question of ethics. It would be easy for the bot to be passed around. You know what Soma is like. Then Isylver would be hot on it.
At the end of the day, I want the bot to take away some annoying clicking for me, not play the game for me.

You are right about a bot playing for you is a little bit boring. I have used it some time and it helped me keeping on hitting my mob while chatting in guild, or drinking irl. The player will still have to play the game, but it will become a little bit less of a mess having to watch to the screen whole the time. If the player does want to do this, then he souldn't use this bot in the first place.
Post Posted: Mon Feb 20, 2012 11:03 pm
  Post subject:  Re: Hunting Macro  Reply with quote
Hi Gipsy, good work. But, in windows 7 you can simply hold mouse 1 for 1 second and it will "MouseLock" the button down. I was doing this for a long time to get 30 con and using an auto button presser for potting.

I'm going to take this one step further though. I'm going to make a macro which can locate and attack mobs as well as detect low hp and pot accordingly.

The only problem is making sure it does not hit other ppls mobs because that is a dead giveaway.

Then there is the question of ethics. It would be easy for the bot to be passed around. You know what Soma is like. Then Isylver would be hot on it.

At the end of the day, I want the bot to take away some annoying clicking for me, not play the game for me.
Post Posted: Thu Feb 16, 2012 4:51 pm
  Post subject:  Re: Hunting Macro  Reply with quote
i would also put in the code to hold the SHIFT button down. as it's gonna prevent any unwanted movement
Post Posted: Thu Feb 16, 2012 3:03 pm
  Post subject:  Hunting Macro  Reply with quote
Hello everyone,

I have created a macro which will make it easier to hunt! You can combine this one with the pot macro. If you want to get the code, check at the botton of this post.

Here you can see the video of the hunting macro in use:
http://youtu.be/Op2gG4fVCPU

This is the code:
Code:
 begin
     Keyboard.Wait for keys to be held down("{<alt>}")
     if  Keyboard.Key is held down("1")
          begin
               Mouse.Release button("left")
               Mouse.Release button("right")
               Mouse.Hold button("left")
               Mouse.Hold button("right")
          end
     if  Keyboard.Key is held down("2")
          begin
               Mouse.Release button("left")
               Mouse.Release button("right")
          end
 end
 


And just a question for Gigus: can you link the submission to repository to this post?
Post Posted: Wed Feb 15, 2012 8:27 pm

All times are UTC


Jump to:  


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