Bind Question...
I am not sure how to resolve your problem but would it not be better to just use the bind to fire the inspiration? For example, to fire any green insps you could use something like:
/bind f1 "inspexecname Resurgence$$inspexecname Dramatic Improvement$$inspexecname Respite"
Octavian Vanguard
@ohmsEU and @ohms 2
Badging character: Bimble on the Union server, Badgehunter.com and City Info Tracker.
TBH Thats what I had then I figured I'm going to have the tray open anyway in case I want to click on a macro rather than hit the key, and I have three unused slots in the tray. I don't need slot 10 bound it just seems stupid that it can't be.
Working on a set of binds last night and got a strange issue. Wanted to have one of the extra trays open with a set of macros to trigger inspirations so by hitting one or another I get to pop a red or green or whatever. All good so far. Now the extra trays cannot be bound directly, that I have found, however you can use /powexec_tray <int> <int> to trigger a specific slot in a specific tray.
Slot 1 - 9 works out like:
<font class="small">Code:[/color]<hr /><pre>/bind f1 "powexectray 1 9"
/bind f2 "powexectray 2 9"
/bind f3 "powexectray 3 9"
/bind f4 "powexectray 4 9"
/bind f5 "powexectray 5 9"
/bind f6 "powexectray 6 9"
/bind f7 "powexectray 7 9"
/bind f8 "powexectray 8 9"
/bind f9 "powexectray 9 9"</pre><hr />
Tray being tray 9 in this case. I tested the above and they all work as you would expect. However I was unable to bind slot 10, I tried both /powexectray 10 9 and /powexectray 0 9 but neither will work, nor will shifting everything up one and having the zero slot in position 1.
Binding normal tray slots its listed as slot 10 (powexec_slot 10). Completely stumped, does anyone know how I bind that last slot?