Welcome, Guest. Please login or register.

Login with username, password and session length



Author Topic: RIMUI - What would you like to see added?  (Read 16266 times)

fireopal

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: RIMUI - What would you like to see added?
« Reply #15 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

zambo

  • Newbie
  • *
  • Posts: 15
    • View Profile
Re: RIMUI - What would you like to see added?
« Reply #16 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?

zambo

  • Newbie
  • *
  • Posts: 15
    • View Profile
Re: RIMUI - What would you like to see added?
« Reply #17 on: November 04, 2015, 09:29:50 pm »
Also Immaculate Rez would be nice in the RIMUI.

Herculezz

  • Administrator
  • Jr. Member
  • *****
  • Posts: 95
    • View Profile
Re: RIMUI - What would you like to see added?
« Reply #18 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]

[loopy]

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: RIMUI - What would you like to see added?
« Reply #19 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.

zambo

  • Newbie
  • *
  • Posts: 15
    • View Profile
Re: RIMUI - What would you like to see added?
« Reply #20 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

Herculezz

  • Administrator
  • Jr. Member
  • *****
  • Posts: 95
    • View Profile
Re: RIMUI - What would you like to see added?
« Reply #21 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?