-
Member
Bul-Kathos Wedding Band Range Circle
Heya,
Can someone create or link me to a plugin that checks to see if Bul Kathos Wedding Band is equipped, and if so, draws a circle around your character to show it's effective range? It's a popular item to use for Bonestorm builds.
Thanks.
-
Contributor
I made a plugin for that. It basically draws a circle around your character, if the BK ring (and its life drain effect) is equipped.
The only problem is the actual radius.
According to d3planner: the radius seems to be 8y.
According to Diablo Wiki: the radius is 15y.
I tested it and it works in game on x64.
It assumes a radius of 12y (based on my testing), but you can change that by editing:
Radius = 12 to whatever value you want.
Place the code below into folders Plugins/_SR/Items. You will have to create the folders.
[C#] SR_BulKathosWeddingBandPlugin
PS: Not sure if Support forum is the best place for a request, maybe Discussions?
EDIT:
Another source says: 5y
Bul-Kathos's Wedding Band - Ring - Diablo 3 Item Database - DiabloHub
EDIT2:
Upong further testing in game, it seems the radius is 12y, about twice as larger as the small white glow that the ring radiates around the character.
Last edited by Stormreaver; 08-24-2017 at 02:53 AM.
-
Post Thanks / Like - 1 Thanks
mrjayaur (1 members gave Thanks to Stormreaver for this useful post)
-
Member
Thank you! I will test it.
-
Member
Seeing the following exceptions:
at SharpDX.Result.CheckError()
at Turbo.Basic.Overlay.********())
2017.08.24 03:03:38.246 error while initializing plugins
2017.08.24 03:03:38.250 d:\Games\Game Mods\THUD\plugins\_SR\items\sr_bulkathosweddingbandplugin.cs(10,1

: error CS0535: 'Turbo.Plugins._SR.Items.SR_BulKathosWeddingBandPlugin' does not implement interface member 'Turbo.Plugins.ICustomizer.Customize()'
-
Contributor
Try now. Should be fixed.
-
Post Thanks / Like - 1 Thanks
mrjayaur (1 members gave Thanks to Stormreaver for this useful post)
-
Member
Originally Posted by
Stormreaver
Try now. Should be fixed.
Confirmed. Thank you!
-
Member
Heya Stormreaver,
I was in a party for the first time today and noticed that this plugin draws the range circle for all members, regardless of if they have the BK ring equipped or not.
-
Contributor
Testing something. Will get back to you in a bit
-
Contributor
Try now plz.
(thanks pirate jack ^^)