ISXRI

General Category => Support, Bug Reports, and Feature Requests => Feature Requests => Topic started by: Herculezz on September 01, 2015, 02:20:45 pm

Title: RIMUI - What would you like to see added?
Post by: Herculezz on September 01, 2015, 02:20:45 pm
Post here what buttons and commands you would like to see added to RimUI to make it a viable full replacement to the competition
Title: Re: RIMUI - What would you like to see added?
Post by: Deugar on September 01, 2015, 02:26:59 pm
based on the image posted before, can you add zone reset,  which would reset all resettable zones for the group prefer it to reset only group zones.
Title: Re: RIMUI - What would you like to see added?
Post by: OkIamhere on September 02, 2015, 06:38:34 pm
It would be great to see a "Use Guild Hall Flag" button too.
Title: Re: RIMUI - What would you like to see added?
Post by: OkIamhere on September 02, 2015, 07:36:16 pm
Oh, and a "Zone" button
Title: Re: RIMUI - What would you like to see added?
Post by: Eragon on September 03, 2015, 07:52:14 am
If you can manage to add all the features ogre have to the RIMUI it will be perfect.
Title: Re: RIMUI - What would you like to see added?
Post by: OkIamhere on September 03, 2015, 05:58:11 pm
Agreed!!!!
Title: Re: RIMUI - What would you like to see added?
Post by: OkIamhere on September 05, 2015, 08:26:27 am
Great additions in 3.95!!! Thank you for the hard work. However, let me seem ungrateful and ask for more.

Still having issues with the tank targeting self and not mobs in heroics.

Need a zone button with option number button

In raid the groups target through group tanks not main raid tank; so need a assist button that can be customized to whom.

Heirloom loot will not auto-confirm

Love the new upgrades!! Thanks again!!!!!!
Title: Re: RIMUI - What would you like to see added?
Post by: OkIamhere on September 07, 2015, 02:28:09 am
Any chance of getting some of these new features added to the MCP?
Title: Re: RIMUI - What would you like to see added?
Post by: Herculezz on September 07, 2015, 04:39:37 pm
Yes I have a good list going and will be adding them hopefully today if the wife lets me :)
Title: Re: RIMUI - What would you like to see added?
Post by: Eragon on September 07, 2015, 08:17:17 pm
Be carefull, wife aggro is the end. :P
Title: Re: RIMUI - What would you like to see added?
Post by: OkIamhere on September 11, 2015, 05:46:51 am
The MCP is looking sexy!! Can we get the option to move the buttons around on the MCP for custom setup?
Title: Re: RIMUI - What would you like to see added?
Post by: Herculezz on September 11, 2015, 04:28:19 pm
yes that is in the works
Title: Re: RIMUI - What would you like to see added?
Post by: Eragon on September 13, 2015, 08:55:09 am
Great job guys, is looking good. Keep the good work.
Title: Re: RIMUI - What would you like to see added?
Post by: Lars on October 11, 2015, 04:23:50 pm
Jump doesn't work with non US/UK keyboard as  SPACE doesn't get parsed (according to error message in console)
I would like an option to change that later if possible, :)
Title: Re: RIMUI - What would you like to see added?
Post by: Herculezz on October 14, 2015, 12:47:02 am
Jump doesn't work with non US/UK keyboard as  SPACE doesn't get parsed (according to error message in console)
I would like an option to change that later if possible, :)

CombatBot will have the option to change Key Mappings
Title: Re: RIMUI - What would you like to see added?
Post by: fireopal on November 03, 2015, 04:06:39 am
Ok i just started using this.

Some things i would like to see added
   -customizable colors for the text/background of each botton on the rimui
   -names added to the window name so when alt+tab i know what toon im landing on
   -default paladin profile ;) ok ill fine ill just import mine
   -Jousting ability in and out (for the scouts)
   -changing lock spot by increments like move west 10m


some things i know you can do but i need documentation on
   -how do i make a button on RIMUI to toggle the scouts move behind options so i can change on the fly
   -how do i connect a second computer to all be controlled

so far this has been a fantastic coding feat

i like the simple things you have improved upon like adding the target's of the raid members in the HUD
the on events tab i can't wait to see what this can do
Title: Re: RIMUI - What would you like to see added?
Post by: zambo on November 04, 2015, 12:17:45 am
Can you add a button that all but tank use Call of the Tinkerer to him please?
Title: Re: RIMUI - What would you like to see added?
Post by: zambo on November 04, 2015, 09:29:50 pm
Also Immaculate Rez would be nice in the RIMUI.
Title: Re: RIMUI - What would you like to see added?
Post by: Herculezz on November 05, 2015, 04:59:41 pm
both of those are doable as it is.

Call of tinkerer,

Select execute command.

Argument 1
~Not~${Me.Name}  (<- This does the command on all but who presses the button)
Argument 2
RI_Obj_CB:Cast[Item:Call of The Tinkerer,1]

for Immaculate revival
Argument 1
ALL
Argument 2
RI_Obj_CB:Cast[Immaculate Revival,1]
Title: Re: RIMUI - What would you like to see added?
Post by: [loopy] on November 09, 2015, 09:21:01 am
Can the invite button be changed to run from a character list more then 6, Also can some logic be added to slow the invite down so the order the characters are put into the list is the order they are invited to the group.
Title: Re: RIMUI - What would you like to see added?
Post by: zambo on November 10, 2015, 06:27:37 pm
Hey Herc, for Immaculate Revival it does not let me add the whole text into the argument.
RI_Obj_CB:Cast[Immaculate Revival,1]
It only adds RI_Obj_CB:Cast[Immaculate Revival
Title: Re: RIMUI - What would you like to see added?
Post by: Herculezz on November 11, 2015, 07:34:13 pm
it needs "" around it, in the new version it will add those automatically, loopy it does have a 2microsecond delay in between each I can increase that if you like. You want to be able to add more than 6 to the inviter? what purpose would that serve?