Ok quick background.
I have been trying in vain for months to work out a way to set primary and secondary ability macros with no luck. When I use Razor it will only use certain abilities and if I set it through in game macros via the options tab it works until I log out or am disconnected. I always hit apply then done still doesn't stay when I relog. (all other macros save fine for some reason )
if someone could write an easyuo script where I could set 2 hotkeys for primary ability and secondary ability I would be forever grateful and would be happy to pay you for your time!
Many thanks from a prehistoric man
Velociwatcher
Help an old man with his carpal tunnel!
-
- Elder Scribe
- Posts: 164
- Joined: Wed Nov 11, 2009 12:15 am
Re: Help an old man with his carpal tunnel!
you could set these in the options menu of the game to say f11 f12 and they wont erase, the keys you were trying to use will reset every time, maybe not if you edited the file with notepad.
-
- Elder Scribe
- Posts: 164
- Joined: Wed Nov 11, 2009 12:15 am
Re: Help an old man with his carpal tunnel!
Like I said I have tried setting up in the options they always erase. I've tried f1 and f2, any differnce between them and f11/f12?
Offer still stands though f11and12 are a bit out of the way for me:)
Offer still stands though f11and12 are a bit out of the way for me:)
Re: Help an old man with his carpal tunnel!
Did you try setting the keys this way?
Razor->Hot Keys->Misc->Special Moves->Set Primary Ability
Razor->Hot Keys->Misc->Special Moves->Set Secondary Ability
ETA: Hey, why doesn't this work?
Razor->Hot Keys->Misc->Special Moves->Set Primary Ability
Razor->Hot Keys->Misc->Special Moves->Set Secondary Ability
ETA: Hey, why doesn't this work?
Taelwrath - noobus perpetuus
Re: Help an old man with his carpal tunnel!
not the best script in the world, just something i whipped together in a few seconds. does not work well if you furiously pound the hotkey.
possible hotkeys:
A-Z, 0-9, F1-F12, ESC, BACK, TAB, ENTER, PAUSE, CAPSLOCK, SPACE, PGDN, PGUP, END, HOME, LEFT, RIGHT, UP, DOWN, PRNSCR, INSERT, DELETE, NUMLOCK and SCROLLLOCK
change %primary or %secondary to suit your needs
example: if you want primary ability to be F1 change: set %primary 1 -> set %primary F1
possible hotkeys:
A-Z, 0-9, F1-F12, ESC, BACK, TAB, ENTER, PAUSE, CAPSLOCK, SPACE, PGDN, PGUP, END, HOME, LEFT, RIGHT, UP, DOWN, PRNSCR, INSERT, DELETE, NUMLOCK and SCROLLLOCK
change %primary or %secondary to suit your needs
example: if you want primary ability to be F1 change: set %primary 1 -> set %primary F1
Code: Select all
set %primary 1
set %secondary 2
mainloop:
onhotkey %primary
{
event macro 35 0
wait 2
}
onhotkey %secondary
{
event macro 36 0
wait 2
}
goto mainloop
Taming Bod Thread: http://uoex.net/forum/viewtopic.php?f=8&t=2943
Fletching Bod Thread: http://uoex.net/forum/viewtopic.php?f=8&t=3271
Fletching Bod Thread: http://uoex.net/forum/viewtopic.php?f=8&t=3271
-
- Elder Scribe
- Posts: 164
- Joined: Wed Nov 11, 2009 12:15 am
Re: Help an old man with his carpal tunnel!
Tael wrote:Did you try setting the keys this way?
Razor->Hot Keys->Misc->Special Moves->Set Primary Ability
Razor->Hot Keys->Misc->Special Moves->Set Secondary Ability
ETA: Hey, why doesn't this work?
Only works on pre-aos(i think) specials. Armor pierce doesn't work for example. I am at work ATM so will check the script when I get home. TY all for taking the time to help!
You guys roxer!
Re: Help an old man with his carpal tunnel!
Blech, it seems that Razor doesn't even know what weapon I'm holding, so that hotkey setting is useless.TheWatcher wrote:Only works on pre-aos(i think) specials.
Please report if the script Adrias provided works well enough for your needs. I'm also experienced at euo scripting, and I'm sure that between us we can make things work well enough for you.
Taelwrath - noobus perpetuus
Re: Help an old man with his carpal tunnel!
no there should be no difference, i used to use page up and page down in razor till i learned in game options ones can use armor pierce, set em to those same problem, reset to fkeys no problems. dont know why it didnt save yours at f1 f2 tho. hopefully that script adrias gave you will help.TheWatcher wrote:Like I said I have tried setting up in the options they always erase. I've tried f1 and f2, any differnce between them and f11/f12?
Offer still stands though f11and12 are a bit out of the way for me:)