Blue Eye Logo

Blue Eye Macro

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

Topic review - Weapon Crafting and Sell item macro
Author Message
  Post subject:  Re: Weapon Crafting and Sell item macro  Reply with quote
Hi i've got a slight problem with this, everytime I try to take materials out of my warehouse it takes them out too quick and crashes, i've tried to put delays in but to no avail. Does anyone still support this? More than willing to pay :D
Post Posted: Thu Jan 09, 2014 7:14 pm
  Post subject:  Re: Weapon Crafting and Sell item macro  Reply with quote
Great, I recommend you should introduce yourself on the "Say Hi" thread. Welcome back by the way.
Post Posted: Sun Feb 05, 2012 7:50 pm
  Post subject:  Re: Weapon Crafting and Sell item macro  Reply with quote
It took some time, but now im having vacation again; and currently working on a armour crafting macro. I have seen that there were some problems here and I tested with my own new machine.
Indeed there were some issues concerning the time delay. The fix that helped on my new machine was to update the Virtual Driver within Blue Eye > General > Settings > Input > Install. This fixed the weird time delay.
Post Posted: Sun Feb 05, 2012 4:11 pm
  Post subject:  Re: Weapon Crafting and Sell item macro  Reply with quote
Try holding down the shift key while pressing the mouse button, since that should disable moving in Soma.

Like so:
Code:
 begin
     Keyboard.Press and hold key("{<shift>}")
     Mouse.Set coordinate("250", "250")
     Macro.Pause("200")
     Mouse.Hold button("left")
     Macro.Pause("200")
     Mouse.Release button("left")
     Keyboard.Release key("{<shift>}")
 end
Post Posted: Sun Oct 31, 2010 7:38 pm
  Post subject:  Re: Weapon Crafting and Sell item macro  Reply with quote
can you click on the NPC manualy? if BE moves mouse to NPC if youll click yourelf does it work then?

if not:
make a screen in investigator, and set some new coords ;)
Post Posted: Sat Oct 09, 2010 8:46 am
  Post subject:  Re: Weapon Crafting and Sell item macro  Reply with quote
I'm sorry it did not work out for you.

Does the problem still seam to be that the game does not register the mouse movement, until after the mouse button has been pressed?
Post Posted: Sat Oct 09, 2010 7:20 am
  Post subject:  Re: Weapon Crafting and Sell item macro  Reply with quote
thanks for the help, unfortunatly that code and settings didnt fix it either. It is strange that everything else works fine just not when the character is able to move.

I will wait for your next updateand try it then.

cheers
Post Posted: Sat Oct 09, 2010 7:03 am
  Post subject:  Re: Weapon Crafting and Sell item macro  Reply with quote
Sure,

Just use the following code instead of Mouse.Click at coordinate....
Code:
      Mouse.Set coordinate("250", "250")
     Macro.Pause("200")
     Mouse.Hold button("left")
     Macro.Pause("200")
     Mouse.Release button("left")



Also you might be able to gain something from simply changing the Blue Eye settings, try setting the "General operations delay" to the maximum, and then try again.

With the next version of BE, you will be able to specify the delays for just mouse clicks alone, which should solve your problem in this case.
Post Posted: Fri Oct 08, 2010 7:36 pm
  Post subject:  Re: Weapon Crafting and Sell item macro  Reply with quote
yes was standing in the right spot

the wierd thing is that the mouse looks like it is right over the forge or the vendor when it clicks but still makes the character move...

it is like the click happens before the mouse is in place

is there a way to put more time between the muse being put over the vendor/forge and the click happening?

maybe it has something to do with my slow laptop?
Post Posted: Fri Oct 08, 2010 6:20 pm
  Post subject:  Re: Weapon Crafting and Sell item macro  Reply with quote
gipsy wrote:
... keep in mind that this is still in testing phase. Keep also in mind that your character have to be on X:342 Y:90!!



Did you make sure to stand at 342/90?

Or try splitting the macro in to 2 different macros, one for crafting, and one for selling.

Then you can manually open the forge, then activate the macro for crafting, after the macro is done, manually open the blacksmith, and start a different macro to start selling.
Post Posted: Fri Oct 08, 2010 1:34 pm

All times are UTC


Jump to:  


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