PDA

View Full Version : Simple Utility Menu Utilizing Click Bars



Wubsie
12-21-2015, 08:48 AM
Hey all!

I know this sort of thing is child's play for a good portion of the user base, but I just wanted to share a quick look at a utility menu system I created for my mixed team. Basically I was just annoyed by switching windows to cast mage portals, soulwells, etc and figured there had to be a better way of doing it without just separate keybinds for each which would just add to the clutter. Do excuse my stumbling english, but secondary languages and all that jazz.


https://www.youtube.com/watch?v=XjdrlANWGaI

I had no previous experience working with ISBoxer's macro or Click Bar funtionalities, so creating this served as a wonderful introduction to both of them. I'm assuming there are other, some even better ways of doing this, but it's functional so it's good enough for me.

Also: I do realize that I've left keybinds for the mapped keys for my portals. They're not required naturally, but I've simply forgotten to remove them and as they are binds I would never use anyways, they've not really been in the way.

Any feedback and improvement ideas are naturally welcome. :)

Lyonheart
12-21-2015, 10:02 AM
! like it!

CDNProdigy
12-21-2015, 12:45 PM
Well done. Thank you for the video contribution!

i am sure quite a few will find this helpful.

MiRai
12-21-2015, 02:26 PM
Good stuff. The only change I'd suggest making would be to not hard-code the macro action to a specific Slot since you may change it in the future, but rather to an ATG which contains the Mage(s). Then you can use a target like Mages%1 (assuming the ATG is named Mages) which will send the macro to the first Mage of the ATG, and continue to wrap around the list of members in case some are not currently part of your Character Set. I'm very rusty with advanced targets (http://isboxer.com/wiki/Target), so someone may need to step in and correct that. :)

Wubsie
12-21-2015, 02:32 PM
Good stuff. The only change I'd suggest making would be to not hard-code the macro action to a specific Slot since you may change it in the future, but rather to an ATG which contains the Mage(s). Then you can use a target like Mages%1 (assuming the ATG is named Mages) which will send the macro to the first Mage of the ATG, and continue to wrap around the list of members in case some are not currently part of your Character Set. I'm very rusty with advanced targets (http://isboxer.com/wiki/Target), so someone may need to step in and correct that. :)
Ah sweet. The only reason I did make it slot specific was that I thought I'd just end up casting multiple instances of portals and whatnot if I made it ATG specific, without making specific groups for just the one I wish to cast it. Cheers for the suggestion. ^^

JohnGabriel
12-21-2015, 06:26 PM
MiRai had the target right, It will sort all the current windows (order will be as they were opened) and send to the first mage. I use it from my tank. The @ just means to sort the list.


@(Mage)#1



So is using click bars better than using menus? Or just two different ways to do the same thing?