insanitywiz wrote:I thought macros as well as hotkey data were stored serverside myself. Since I can play on a brand new computer and all my hot-keys are set up already...
If your using multiple chat windows, i would try and rule that out as a possibility. Make sure all your windows are set to "common". Then use the "always chat here" option on the "Main" chat window, set language accordingly. Not a solution, just something to rule out. I...
Trying to type out a "raidlooter" list macro. But first i need to set the loot type in 'Raid Options Window'. Can't seem to find any references anywhere on how to apply /notify to [combobox]. nm...got it to work....posting for reference...maybe add [combobox] to the FM under /notify /notif...
Sub /declare bag int local 0 /declare bankbag int local 0 /declare Shared int local 0 /target banker /click right target /delay 1s /for bankbag 1 to 16 step 1 /newif (!${Window.bank${bankbag}.Open}) /itemnotify bank${bankbag} rightmouseup /delay 1 /next bankbag /for bag 1 to 8 step 1 /newif (!${Win...