Author |
Message |
|
|
Post subject: |
Re: Weapon Crafting and Sell item macro |
|
|
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
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
|
|
|
|
Posted: Thu Jan 09, 2014 7:14 pm |
|
|
|
|
|
Post subject: |
Re: Weapon Crafting and Sell item macro |
|
|
Great, I recommend you should introduce yourself on the "Say Hi" thread. Welcome back by the way.
Great, I recommend you should introduce yourself on the "Say Hi" thread. Welcome back by the way.
|
|
|
|
Posted: Sun Feb 05, 2012 7:50 pm |
|
|
|
|
|
Post subject: |
Re: Weapon Crafting and Sell item macro |
|
|
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.
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.
|
|
|
|
Posted: Sun Feb 05, 2012 4:11 pm |
|
|
|
|
|
Post subject: |
Re: Weapon Crafting and Sell item macro |
|
|
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
Try holding down the shift key while pressing the mouse button, since that should disable moving in Soma.
[b]Like so:[/b] [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 [/code]
|
|
|
|
Posted: Sun Oct 31, 2010 7:38 pm |
|
|
|
|
|
Post subject: |
Re: Weapon Crafting and Sell item macro |
|
|
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
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 ;)
|
|
|
|
Posted: Sat Oct 09, 2010 8:46 am |
|
|
|
|
|
Post subject: |
Re: Weapon Crafting and Sell item macro |
|
|
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?
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?
|
|
|
|
Posted: Sat Oct 09, 2010 7:20 am |
|
|
|
|
|
Post subject: |
Re: Weapon Crafting and Sell item macro |
|
|
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
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
|
|
|
|
Posted: Sat Oct 09, 2010 7:03 am |
|
|
|
|
|
Post subject: |
Re: Weapon Crafting and Sell item macro |
|
|
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.
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") [/code]
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.
|
|
|
|
Posted: Fri Oct 08, 2010 7:36 pm |
|
|
|
|
|
Post subject: |
Re: Weapon Crafting and Sell item macro |
|
|
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?
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?
|
|
|
|
Posted: Fri Oct 08, 2010 6:20 pm |
|
|
|
|
|
Post subject: |
Re: Weapon Crafting and Sell item macro |
|
|
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.
[quote="gipsy"]... 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!! [/quote]
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.
|
|
|
|
Posted: Fri Oct 08, 2010 1:34 pm |
|
|
|