--- Release 4.0.0.3969 ---
General
*new* - Support for casting Garrison Ability. Settings added to control Health % or Mob Count to trigger its use
*new* - Support for Stealth/Prowl/Shadowmeld if waiting out Ressurrection Sickness. Setting added allowing user to disable this behavior if not wanted.
*new* - Suppresses Dismount for Combat if mounted on Telaari Talbuk or Frostwolf War Wolf in Nagrand
fixed - Buff logic now uses spell override name if one exists
Death Knight
fixed - All Specs - revision to criteria for Blood Charge detection and use of Blood Tap
fixed - All Specs - refinement to use of Death Grip and Chains of Ice for mobs/players trying to escape
Priest
fixed - Shadow - Mind Spike logic was detecting passive aura Surge of Darkness which is always present, causing it to be cast too frequently. Fixed Surge of Darkness detection to detect proc so Mind Spike now appropriately cast
added - Shadow - Prayer of Mending health % now controlled by user setting
Rogue
*new* - All Specs - setting added to control when Stealth is used (Auto, Always, None)
fixed - All Specs - endless Sap loop if target is immune. Now correctly detects if Sap failed due to immunity and suppresses further use against that mob type
fixed - All Specs - Sap on target moving away. Was not testing as thoroughly if target was viable for Sap.
// for long cooldowns, spend only when worthwhile
new Decorator(
ret => Pet != null && Target != null && Target.IsAlive
&& (Target.IsBoss() || Target.IsPlayer || ScaryNPC || 3 <= Unit.NearbyUnfriendlyUnits.Count(u => u.IsTargetingMeOrPet)),
new PrioritySelector(
Spell.Buff("Rapid Fire", ret => Me.Specialization == WoWSpec.HunterMarksmanship && !Me.HasAura("The Beast Within"))
)
),
new Decorator(
ret => (Pet != null || HasTalent(HunterTalents.LoneWolf)) && Target != null && Target.IsAlive
&& (Target.IsBoss() || Target.IsPlayer || ScaryNPC || 3 <= Unit.NearbyUnfriendlyUnits.Count(u => u.IsTargetingMeOrPet)),
new PrioritySelector(
Spell.Buff("Rapid Fire", ret => Me.Specialization == WoWSpec.HunterMarksmanship && !Me.HasAura("The Beast Within"))
)
),
A setting was added in latest release (download from Post #1 of this thread) to control the Health % that Prayer of Mending is cast at. -Bobby53Who we have to sacrifice to make the shadowpriest stop using prayer of mending, this is a big problem because prayer of mending have a cast time in wod, its also take you from the shadow form and its heal for like 1.2k.
--- Release 4.0.0.3974 ---
General
fixed - Suppress casting Garrison Ability when in Nagrand and spell is TELAARI TALBUK or FROSTWOLF WAR WOLF. HonorBuddy manages those with all other mounts. Those were unintentionally being cast through generic use of the Garrison Abilities.
ryanmcauley, Thanks for the post, but that does not match the results of my testing. If Singular is intentionally pulling additional mobs, it announces it loudly in bright white text identifying that a Pull More is occurring and what # additional mob it is. If that message is not displaying, then while it could be due to Singular it is most likely interaction in the Questing profile. I would be happy to research this once the details described in Reporting Singular Bugs (click here) are provided. Be sure to add a LOGMARK as described at the point that behavior occurs so there is a specific anchor in the log file that corresponds to the behavior you observed. Thanks for the post and good luck with your Priest, -Bobby53As an spriest: it will pull 10 people (even tho its set to "do not pull more") and then spam prayer of mending until it dies and repeats.
Parametic: Thanks for the log file. The reference to Feral Druid is coming from:Hi. I am trying to run DungeonBuddy as resto, but it keeps saying that I am specced as a feral druid. Earlier in the log however, it recognizes that I am resto. Please take a look.
View attachment 155893
[18:44:22.277 D] Class profile set to DruidFeral (Druid - Feral)
doelol, Thanks for the post! Yes, a log file is always required. Note that it will already contain all settings from Class Config so no need to provide an additional screenshot of your Heal settings. For details needed on questions/bugs please see Reporting Singular Bugs (click here). Thanks again and good luck with your Priest, -Bobby53Hi,
I can't make my holy priest casting "Flash Heal" unless the target is below 30%. Even with the following settings :
![]()
Im using the "base version" of singular
I don't know if have to post here, and if i need to add a log just tell me.
Reporting Bugs in Singular (click here)since the last update, my rogue no longer stealth anymore, even when 'stealth always' is true. anyone know whats going on?
valt, Thanks for the post and the log files! I reviewed both and here are the findings.Frost mage just cant stop spamming ice lance. Ice lances itself to dead pretty much. Getting rid of Frostjaw talent seems to have helped a bit, testing more.