-
Member
WOW much appreciate SeaDragon,that works perfectly here ^_^
good job!!
-
Member
Great job SeaDragon. I was using and older version of that file for quite some time. When a new hud comes out I normally copy and paste my entire plugins folder into the newer hud and see what doesnt work and do trial and error from there. That includes the user and default folders. Never had problem in the past, but that one file changed evidently. Thank you for the troubleshooting all.
Noobz
-
Member
Hi SeaDragon. Thanks for the great plugin just one thing i would like to see - could you make it work only with the Start Pact rune not with Meteor Shower (it clutters the screen too much especially when there is a 4 wiz party
-
Contributor
Originally Posted by
Gilavar
Hi SeaDragon. Thanks for the great plugin just one thing i would like to see - could you make it work only with the Start Pact rune not with Meteor Shower (it clutters the screen too much especially when there is a 4 wiz party

Disable it with custom code
Code:
Hud.GetPlugin<GLQ_PlayerSkillPlugin>().Wizard_Meteor_Pending_RuneDecorator.Enabled = false;
Hud.GetPlugin<GLQ_PlayerSkillPlugin>().Wizard_Meteor_Pending_RuneTimerDecorator.Enabled = false;
-
Post Thanks / Like - 1 Thanks
Gilavar (1 members gave Thanks to SeaDragon for this useful post)
-
Member
Oh nice! Thanks a lot. Works perfectly now