-
Contributor
[v9] GR Killed Blue Elite List
This plugin used to show the killed blue elite number & type
Save in plugins\DAV
[C#] DAV_KilledElitePlugin - Pastebin.com
DeadMsg.png
Remark
- hud sometime get bug on identify elite, especially with illusionist attribute
customize
Code:
showTimer = 10f; // show message for X second
msgHeader = "Dead Elite";
xPos = Hud.Window.Size.Width * 0.5f;
yPos = Hud.Window.Size.Height * 160 / 1080;
textFont = Hud.Render.CreateFont("Arial", 10, 255, 51, 255, 51, true, true, true);
Last edited by s4000; 01-04-2020 at 03:58 AM.
-
Post Thanks / Like - 4 Thanks
-
-
Member
-
Member
Does this work on 9.1 as well? Getting exceptions error.
-
Contributor
Originally Posted by
kadala
Does this work on 9.1 as well? Getting exceptions error.
What is that?
-
Member
From exceptions.txt:
2020.01.07 21:24:49.432 19.12.12.0 namespace mismatch in plugin file: 'C:\Users\---\Desktop\TurboHUD 19.12.12.0 (v9.1) STABLE for Diablo III 2.6.7.64706 (64 bit)\Plugins\DavPlayer\dav_killedeliteplugin.cs': namespace should be this: 'Turbo.Plugins.DavPlayer
Last edited by kadala; 01-07-2020 at 08:32 AM.
Reason: Update
-
Contributor
Originally Posted by
kadala
From exceptions.txt:
2020.01.07 21:24:49.432 19.12.12.0 namespace mismatch in plugin file: 'C:\Users\---\Desktop\TurboHUD 19.12.12.0 (v9.1) STABLE for Diablo III 2.6.7.64706 (64 bit)\Plugins\DavPlayer\dav_killedeliteplugin.cs': namespace should be this: 'Turbo.Plugins.DavPlayer
Save in plugins\DAV
-
Post Thanks / Like - 1 Thanks
kadala (1 members gave Thanks to s4000 for this useful post)
-
Member
Thank you. I'm so embarassed I missed that.