Just want to check , I install this one and follow the steps before I start to run Adventurer ?
Are we still required to put D3 into windowed mode when using this, just like regular DemonBuddy?
Hey, iam using this plugin on my monk and its working flawless for Uliana and SWK Build.
But on my Support/Healing Build, iam havin stuttering and screenfreezes every 3-5 seconds.
The Plugin is also not using "Inner Sanctury" on Cooldown. He is casting it, just when it expires on the ground.
Here is the build: http://www.diablofans.com/builds/57421-heal-support-build-gr80
Here a log: View attachment 189446
Some Infos: Using Windows 7 64Bit Orinal, playing Windowmode, not havin any problems with others builds and using it correctly, how it has to be setup.
Thanks, I'll look into it.
Are we still required to put D3 into windowed mode when using this, just like regular DemonBuddy?
View attachment 50612 2015-10-08 03.39.zip015-10-08 03:23:17,121 [Main Bot Thread] DEBUG PluginManager (null) - Exception while pulsing plugin CombatAssist: System.ArgumentException: Элемент с тем же ключом уже был добавлен.
Thanks for this btw, awesomeness!! but quick suggestion:
So with the new archon buffs, trying to figure out how to get the archon to cast only after the chantodo 20 stack buff is there. I know its possible cause the script for the trinity is set up. Just not sure how to go about putting it into this one.
this is the line i found from trinity.
// With Chantodos set wait until max stacks before using archon
if (Sets.ChantodosResolve.IsFullyEquipped && CacheData.Buffs.HasBuff(SNOPower.P3_ItemPassive_Unique_Ring_021) && CacheData.Buffs.GetBuff(SNOPower.P3_ItemPassive_Unique_Ring_021).StackCount < 20)
return false;
Would be awesome if this could be incorporated along with this so its not casting early losing all that dmg.