Thread: Cirk's Autorank
View Single Post
03-28-06, 07:48 AM   #7
Cirk
A Cobalt Mageweaver
 
Cirk's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2006
Posts: 226
I've just updated Autorank for patch 1.10 (basically to accommodate the tooltip changes).

Vudoo, in regards to your change to get it to work for your preferred self-casting action, I still didn't include any functionality like that in this version, but you can either just replicate your fix again, or alternatively add this just after line 316 (i.e., after the check for the _enabled value):
Code:
onSelf = onSelf or IsAltKeyDown();
One day I should add that as a real option

Cheers,
-- Cirk
__________________
Cirk's Addons
  Reply With Quote