Page 122 of 151

Re: [UI] VinyUI

Posted: Wed Nov 18, 2020 6:49 am
by Lilim
jkelly4590 wrote: Wed Nov 18, 2020 2:10 am How do you move bar that is normally on the bottom of the screen? I have it loaded on an alt, and it's actually on the top, but I would like it on the bottom.
Hey,

I guess you mean the Warboard AddOn?!
Image

Image
  • type /warboard
  • open the "bottom board" tab and check these two boxes first
Image
  • then open the "top board" tab and uncheck these two boxes
  • done!

Re: [UI] VinyUI

Posted: Wed Nov 18, 2020 7:49 am
by Lilim
vastou wrote: Mon Nov 16, 2020 10:20 pm Could you help me please?

I had a problem, i have just used without changing anything into the UI pack.
Spoiler:
1 : First problem Tidy Roll :

All the crest are rolled to my character, i dont know what to do. I dont see any roll on my screen. I try to click on "manage" on t Roll option (/troll), "pass" on crests but its doesnt change anything.
Since that, i dunno what to do anymore, disactivate ALL Tidy roll named addons (tchat etc) but sadly, i see all the rolls of items except crest that are rolled without my word. I have delete it, same problem.

When I use /troll, i can see the during rolls, when I escap the troll menu, it disapears.

2 : Can't use Healer after death :

I cant cure death debuff without /rel, then right click on healer works if /rel. Is that due to the disactivate of tidy roll named addons ?

3 : Tether.
When I /rel .... due to this previous bug. Tether doesn't show me my guard line.
Is there a way to "reactivate it "?

Thanks for your reading & helping


Edit : Lilim thanks for your previous answer

Hey,

quick advice first, you should check if you have the latest VinyUi version, at least 5.14 (and higher)

Tidy Roll
Image
Have you already checked here?
  • the open parties and warband window ("L") - Auto Roll Window tab
Can't use Healer after death
That's the AddOn HealAll that maybe interfer with the Healer. Just disable it
(maybe you have to delete the setup inside: your RoR folder > user > settings > MartyrSquare > character name > name of the current used profile > delete HealAll folder)

Tether
you can try to force it, or try to clear and force it again. here are the two command you will need:
/tether force - Creates a line between you and your friendly target. This disables automatic guard tracking until "/tether clear" command is run.
/tether clear - Clears tether to your current target and all tanks guarding you.

Re: [UI] VinyUI

Posted: Wed Nov 18, 2020 7:59 am
by vastou
thanks a lot

Re: [UI] VinyUI

Posted: Wed Nov 18, 2020 11:33 am
by Serbiansword
Does anyone know which addon in VinyUI is causing the problem with party options in City sieges (I.E. not able to switch groups)?. I'd rather just turn off that addon than to kill the whole Viny pack.

Re: [UI] VinyUI

Posted: Wed Nov 18, 2020 11:39 am
by desizt
The castbar addon tends to cause other addons to stop working as well because it has a pretty significant memleak and other bugs.

All my issues stopped when I replaced it..

Re: [UI] VinyUI

Posted: Wed Nov 18, 2020 4:36 pm
by DarthHideous
Does anyone know how to make the enemy bars look like squared for healing purposes? I've messed around in the settings but I can't quite find what does the trick

Re: [UI] VinyUI

Posted: Wed Nov 18, 2020 4:45 pm
by Asderas27
anyway to remove amethyst castbar and bring back the original game one ?

Re: [UI] VinyUI

Posted: Wed Nov 18, 2020 5:18 pm
by Lilim
Asderas27 wrote: Wed Nov 18, 2020 4:45 pm anyway to remove amethyst castbar and bring back the original game one ?
Hey,

close your game:
  • your RoR folder > Interface > AddOns > remove the Amethyst folder
  • your RoR folder > user > settings > Martyrs Square > character name > current used profile > remove the Amethyst folder
  • your RoR folder > cache > delete the content inside
start your game:
  • Esc > user settings> Layout Editor
  • click on Windows...
  • uncheck hidden "Cast Bar" (maybe it's hidden, if not you can go on to the next point)
  • Exit and Save
After that, do an UI soft reset:
  • Open the Layout Editor
  • Press "Restore Defaults"
  • Leave the Layout Editor but DON'T SAVE
It will do a soft reset of your UI, so don't panic if you see some strange little white boxes or so, they will disapear.
  • maybe do a /rel

Re: [UI] VinyUI

Posted: Wed Nov 18, 2020 5:28 pm
by Lilim
DarthHideous wrote: Wed Nov 18, 2020 4:36 pm Does anyone know how to make the enemy bars look like squared for healing purposes? I've messed around in the settings but I can't quite find what does the trick
hey,

yeah the visuall setup of Enemy is a bit tricky....
you can look in my thread: viewtopic.php?f=113&t=40739 (some addon setups > enemy), maybe it will help you a bit.
If you have still questions, you can ping me on the RoR Discord (link in my signature)

Re: [UI] VinyUI

Posted: Wed Nov 18, 2020 5:38 pm
by Lilim
Serbiansword wrote: Wed Nov 18, 2020 11:33 am Does anyone know which addon in VinyUI is causing the problem with party options in City sieges (I.E. not able to switch groups)?. I'd rather just turn off that addon than to kill the whole Viny pack.

Hey, you can follow Desizt adivce....

desizt wrote: Wed Nov 18, 2020 11:39 am The castbar addon tends to cause other addons to stop working as well because it has a pretty significant memleak and other bugs.

All my issues stopped when I replaced it..

but make sure, you are running the latest VinyUi version...this could cause the same issue (I guess Viny fixed it on 5.16)
meanwhile you can create a macro to switch grps and so on:

Code to switch grps

Code: Select all

/script WindowSetShowing("ScenarioGroupWindow", true)
Code to open the SC summary

Code: Select all

/script WindowSetShowing("ScenarioSummaryWindow", true)