3.3.5 f37682b
When flying over hostile faction towns in Outland, the debuff Guard's Mark is correctly applied and guards are correctly spawned, but the debuff doesn't correctly make them aggro the player.
rev. c9e3f2aa9a02 2016-03-31 03:31:51 +0100 (3.3.5 branch) (Win64, Release) / TDB 335.60
Confirmed, I have noticed it all the time when flying in Outland, but never cared much about it.
Speaking of flying in Outland, have you noticed the error spam you get in Blade's Edge Mountains?
You can't do that yet
You can't do that yet
You can't do that yet
This happens mostly while moving or flying, not as much while standing still. Not sure what triggers it.
It's triggered by spell_areas related to Apexis Emanations buffs
Make a separate issue for it please.
working on it.
diff --git src/server/scripts/World/npcs_special.cpp src/server/scripts/World/npcs_special.cpp
index 1a8a5e9773..1d06f2b925 100644
--- src/server/scripts/World/npcs_special.cpp
+++ src/server/scripts/World/npcs_special.cpp
@@ -59,11 +59,11 @@ struct SpawnAssociation
enum AirFoceBots
{
SPELL_GUARDS_MARK = 38067,
- AURA_DURATION_TIME_LEFT = 5000
+ AURA_DURATION_TIME_LEFT = 30000
};
float const RANGE_TRIPWIRE = 15.0f;
-float const RANGE_GUARDS_MARK = 50.0f;
+float const RANGE_GUARDS_MARK = 100.0f;
SpawnAssociation spawnAssociations[] =
{
I'm willing to test it, but is that small change enough to make players actually aggro the mounted flying guards?
I tested it. AURA_DURATION_TIME_LEFT was 5000 so the Flying Creatures would only aggro if they had LOS with 5 seconds left on the buff or less.
[ ... ] 5 seconds left on the buff or less.
... I would have thought "5 seconds left on the buff or more." -- but then again, I haven't done any research.
https://github.com/TrinityCore/TrinityCore/commit/e840d4967eae376d1bb888ae471056d05c2f0acc now causes the guards to attack right away, is that how it's supposed to be ?
Yes the guard spawn and attack instantly the player that triggered the bot (has the mark)
then the whole 30 seconds check makes no sense, they should just always attack
Yes, as the duration of the aura is 30 secs https://www.wowhead.com/spell=38067/guards-mark
Most helpful comment
It's triggered by spell_areas related to Apexis Emanations buffs