Back to Home

Myth of Soma Account Management

By clicking GO to login you are agreeing to the terms and conditions and privacy policy. > Register an Account > Forgot your password?

The Forum

Weap Craft Selling Macro?

1
Author Content Date
I'm planning on finally working towards SR. I just started making daggers, and I'm already having some wrist pain from the repeated selling process.

Is there a macro out there that can either automate the process, or at least just the selling process?

My understanding is that it's allowed on this server as long as you're not afk; correct me if I'm wrong.

Thanks!
PM Reply Quote
[quote="IMCON"]I'm planning on finally working towards SR. I just started making daggers, and I'm already having some wrist pain from the repeated selling process. Is there a macro out there that can either automate the process, or at least just the selling process? My understanding is that it's allowed on this server as long as you're not afk; correct me if I'm wrong. Thanks![/quote]
Up the sensitivity on your mouse for a start, that'll help.

I used a simple clicker and set it to spam left click really quickly then just moved the mouse left to right to quickly sell everything.
PM Reply Quote
[quote="NOTMAT"]Up the sensitivity on your mouse for a start, that'll help. I used a simple clicker and set it to spam left click really quickly then just moved the mouse left to right to quickly sell everything.[/quote]
Thanks! I'll try that :)
PM Reply Quote
[quote="IMCON"]Thanks! I'll try that :)[/quote]
When I try clickers, they work in Windows, but don't seem to work in the soma window :/
PM Reply Quote
[quote="IMCON"]When I try clickers, they work in Windows, but don't seem to work in the soma window :/[/quote]
Me too, anyone got a good link?
PM Reply Quote
[quote="CASSELL"]Me too, anyone got a good link?[/quote]
I use autohotkey

with the the below

SpoilerShow
+1::
loop, 44
{
click, 414 521
click, 540 569
click, 414 521
click, 540 569
}
return
+2::
loop, 42
{
click, 465 518
click, 540 569
click, 465 518
click, 540 569
}
return
+3::
loop, 40
{
click, 409 572
click, 540 569
click, 409 572
click, 540 569
}
return
+4::
loop, 40
{
click, 467 573
click, 540 569
click, 467 573
click, 540 569
}
return
+`:: pause
`:: reload
+w:: click down left;
+q:: click up left;


you will need to adjust cords based on ur screen res using the window spy tht comes with auto hot key

this actually includes a hold down left click for produce
PM Reply Quote
[quote="TYPHIN"]I use autohotkey with the the below [spoiler]+1:: loop, 44 { click, 414 521 click, 540 569 click, 414 521 click, 540 569 } return +2:: loop, 42 { click, 465 518 click, 540 569 click, 465 518 click, 540 569 } return +3:: loop, 40 { click, 409 572 click, 540 569 click, 409 572 click, 540 569 } return +4:: loop, 40 { click, 467 573 click, 540 569 click, 467 573 click, 540 569 } return +`:: pause `:: reload +w:: click down left; +q:: click up left;[/spoiler] you will need to adjust cords based on ur screen res using the window spy tht comes with auto hot key this actually includes a hold down left click for produce[/quote]

 

Please sign in with one of your characters to reply

 

1