-
Contributor
[ENG] Nayrs Skill Timeleft Plugin
- for equipped with Nayrs
- add a while bar under poison skill button
- add time reminding bar for active skill (green, red in X reminding sec)
Buff.jpg
Copy to TurboHUD\plugins\DavPlayer
[C#] DAV_NayrsPlugin - Pastebin.com
-
Post Thanks / Like - 1 Thanks
(Sarge) (1 members gave Thanks to s4000 for this useful post)
-
Member
I could see the timer in white bar, when I used this plugin only, but, the timer is hidden behind, when I used with Active Commend Skeleton Plugin.
-
Contributor
Originally Posted by
Violet rain
I could see the timer in white bar, when I used this plugin only, but, the timer is hidden behind, when I used with Active Commend Skeleton Plugin.
Any picture?
-
Member
Sorry, It was a problem with my other plugins.
Last edited by Violet rain; 07-13-2019 at 12:04 AM.
-
Member
Originally Posted by
s4000
Any picture?
sample.png
Any chance it can move here?
-
Contributor
Originally Posted by
alunaman
not tested, but should work
modify
var y = ((float)Math.Round(uiSkill1.Rectangle.Y) + (float)Math.Round(ui.Rectangle.Height) + 0.5f);
to
var y = ((float)Math.Round(uiSkill1.Rectangle.Y) + 0.5f);
-
Post Thanks / Like - 1 Thanks
alunaman (1 members gave Thanks to s4000 for this useful post)
-
Member
Originally Posted by
s4000
not tested, but should work
modify
var y = ((float)Math.Round(uiSkill1.Rectangle.Y) + (float)Math.Round(ui.Rectangle.Height) + 0.5f);
to
var y = ((float)Math.Round(uiSkill1.Rectangle.Y) + 0.5f);
works!!! Thank you!
-
Member
would it be possible to modify this plugin to work for the "combination strike" passive on monk?
-
Contributor
Originally Posted by
Nick133787
would it be possible to modify this plugin to work for the "combination strike" passive on monk?
need to test
-
Contributor
Originally Posted by
Nick133787
would it be possible to modify this plugin to work for the "combination strike" passive on monk?
please check in
[ENG] Monk Combination Strike Timeleft Plugin