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

Rhyse mage clicker v1.0

Author Content Date
Hi, i made a little clicker/macro for training int which i believe will be legal for us all to use but if someone could confirm / delete this thread if im violating anything. i thought i would share as it makes training int alot easier

what the clicker does

1. Makes the mouse wheel control your spells F5-F8 so you can switch between weaken/aura/spells without using a keyboard

2. It will continue to press right click for you so all you have to do is use the mouse wheel to switch to weaken then back to your spell and just leave mouse over the monster.

3. pressing the mouse wheel in will use F1 so you can use MP pots without moving off the monster your hitting or using a keyboard

i will include a full guide of functions and hot keys inside the download, also i will include the source code / a compiled version of the clicker so people can check it out for themselves and to be sure theres nothing dangerous going on.

if you do not want to use the compiled version then please download autohotkey (free) and then you can just double click the source code .ahk file

SOURCE CODE DOWNLOAD
http://www75.zippyshare.com/v/40234854/file.html

COMPILED VERSION DOWNLOAD
http://www47.zippyshare.com/v/68347655/file.html
PM Reply Quote
[quote="KONG"]Hi, i made a little clicker/macro for training int which i believe will be legal for us all to use but if someone could confirm / delete this thread if im violating anything. i thought i would share as it makes training int alot easier what the clicker does 1. Makes the mouse wheel control your spells F5-F8 so you can switch between weaken/aura/spells without using a keyboard 2. It will continue to press right click for you so all you have to do is use the mouse wheel to switch to weaken then back to your spell and just leave mouse over the monster. 3. pressing the mouse wheel in will use F1 so you can use MP pots without moving off the monster your hitting or using a keyboard i will include a full guide of functions and hot keys inside the download, also i will include the source code / a compiled version of the clicker so people can check it out for themselves and to be sure theres nothing dangerous going on. if you do not want to use the compiled version then please download autohotkey (free) and then you can just double click the source code .ahk file SOURCE CODE DOWNLOAD http://www75.zippyshare.com/v/40234854/file.html COMPILED VERSION DOWNLOAD http://www47.zippyshare.com/v/68347655/file.html [/quote]
Hey, good work! I have made something similar myself using the software that came with my mouse ... however I havent been able to create the spell switching using the mouse wheel. How exactly did you do this?
PM Reply Quote
[quote="LOKAN"]Hey, good work! I have made something similar myself using the software that came with my mouse ... however I havent been able to create the spell switching using the mouse wheel. How exactly did you do this? [/quote]
Thanks! I had an attempt at a magic scroller myself.. hope yours work better than mine did XD
PM Reply Quote
[quote="BRAINDATA"]Thanks! I had an attempt at a magic scroller myself.. hope yours work better than mine did XD[/quote]
@ LOKAN check the source code, just have a varible which holds a number to show you which spell is selected then an IF statement

MyNumber = 0
rightclick = 0



WheelUp::

if MyNumber = 4
{
Send {F2}
Mynumber = 4
}

if MyNumber = 3
{
Send {F8}
Mynumber = 4
}

if MyNumber = 2
{
Send {F7}
Mynumber = 3
}

if MyNumber = 1
{
Send {F6}
Mynumber = 2
}

if MyNumber = 0
{
Send {F5}
Mynumber = 1
}

return




WheelDown::

if MyNumber = 0
{
Send {F5}
Mynumber = 1
}

if MyNumber = 1
{
Send {F2}
Mynumber = 1
}

if MyNumber = 2
{
Send {F5}
Mynumber = 1
}

if MyNumber = 3
{
Send {F6}
Mynumber = 2
}

if MyNumber = 4
{
Send {F7}
Mynumber = 3
}

return
PM Reply Quote
[quote="KONG"]@ LOKAN check the source code, just have a varible which holds a number to show you which spell is selected then an IF statement MyNumber = 0 rightclick = 0 WheelUp:: if MyNumber = 4 { Send {F2} Mynumber = 4 } if MyNumber = 3 { Send {F8} Mynumber = 4 } if MyNumber = 2 { Send {F7} Mynumber = 3 } if MyNumber = 1 { Send {F6} Mynumber = 2 } if MyNumber = 0 { Send {F5} Mynumber = 1 } return WheelDown:: if MyNumber = 0 { Send {F5} Mynumber = 1 } if MyNumber = 1 { Send {F2} Mynumber = 1 } if MyNumber = 2 { Send {F5} Mynumber = 1 } if MyNumber = 3 { Send {F6} Mynumber = 2 } if MyNumber = 4 { Send {F7} Mynumber = 3 } return[/quote]
Does this pot??

Ie when MP is 50% auto pot?
PM Reply Quote
[quote="BASIL"]Does this pot?? Ie when MP is 50% auto pot? [/quote]
cant believe i didnt do this myself, helps so much
PM Reply Quote
[quote="HEROIC"]cant believe i didnt do this myself, helps so much[/quote]
Dont suppose anyone knows how to modify it so that it just holds the right button down rather than clicks it a zillion times per second?
PM Reply Quote
[quote="FUJITORA"]Dont suppose anyone knows how to modify it so that it just holds the right button down rather than clicks it a zillion times per second?[/quote]
"FUJITORA"Dont suppose anyone knows how to modify it so that it just holds the right button down rather than clicks it a zillion times per second?


I wrote an app that does that..
PM Reply Quote
[quote="BRAINDATA"][quote="FUJITORA"]Dont suppose anyone knows how to modify it so that it just holds the right button down rather than clicks it a zillion times per second?[/quote] I wrote an app that does that..[/quote]
Can any blue confirm if this is ok to use? Dont want to get banned for 3rd party.
PM Reply Quote
[quote="BELKA"]Can any blue confirm if this is ok to use? Dont want to get banned for 3rd party.[/quote]
I don't mind macro usage providing you're not afk.
PM Reply Quote
[quote="ISYLVER"]I don't mind macro usage providing you're not afk. [/quote]
"ISYLVER"I don't mind macro usage providing you're not afk.


I might do int in that case :p
PM Reply Quote
[quote="ISHARIE"][quote="ISYLVER"]I don't mind macro usage providing you're not afk. [/quote] I might do int in that case :p[/quote]
Auto cast is available to anyone on windows 7 with out using this.
Select mouse lock and reverse the mouse buttons. In soma the buttons are the correct way round with right click locking on after holding it down a while.
PM Reply Quote
[quote="SCOIN"]Auto cast is available to anyone on windows 7 with out using this. Select mouse lock and reverse the mouse buttons. In soma the buttons are the correct way round with right click locking on after holding it down a while. [/quote]
How do you get this to work? Says "The version of this file is not compatible with the version of Windows you're running." (Windows 7, 32-bit)

Would much prefer this to mouse click-lock. Thanks.
PM Reply Quote
[quote="KING"]How do you get this to work? Says "The version of this file is not compatible with the version of Windows you're running." (Windows 7, 32-bit) Would much prefer this to mouse click-lock. Thanks.[/quote]
Where in the soma files do you extract too?
PM Reply Quote
[quote="8"]Where in the soma files do you extract too?[/quote]
Extarct to desktop, run the macro then load up soma.
PM Reply Quote
[quote="SHATTERSTAR"]Extarct to desktop, run the macro then load up soma.[/quote]

 

Please sign in with one of your characters to reply