EchoTiger / NewQuestingPack

The new official questing pack for Honorbuddy.
4 stars 1 forks source link

Azsuna Quest 37530 - Char tries to attack an unattackable NPC endlessly - easy fixable ;) #37

Closed marrvin2 closed 7 years ago

marrvin2 commented 7 years ago

During Quest "Save yourself" in Azsuna (as Prince Verondis "Vehicle" to go back into the cave). On its way to the cave the char tries to attack "Athissa", which is hostile but not attackable. Maybe a temporary blacklist?

<Vendor Name="Athissa" Entry="89116" Type="Repair" Nav="Fly" X="3.041662" Y="6181.417" Z="1.276337" />

Quest: ` ...

` Log:

[18:03:32.411 N] (Singular) YourCurrentTarget: changed to: Athissa.EC0C lvl=110 h=100.0%, maxh=24942420, d=32.2 yds, box=2.0, boss=N, trivial=N, player=N, attackable=N, neutral=N, hostile=Y, entry=89116, faction=16, loss=Y, facing=Y, blacklist=N, combat=N, flying=N, abovgrnd=N, creature=Humanoid, tagme=N, tagother=N [18:03:32.651 N] (Singular) [WoWRedError] 50 [18:03:32.652 N] (Singular) [WoWRedError] 50 [18:03:32.656 N] (Singular) (Singular) [CombatLog] SPELL_CAST_FAILED Meteor Storm#179215 failure: 'Invalid target' [18:03:32.657 N] (Singular) (Singular) [CombatLog] SPELL_CAST_FAILED Fireball#178784 failure: 'Invalid target' [18:03:32.792 N] (Singular) PetsCurrentTarget: changed to: Athissa.EC0C lvl=110 h=100.0%, maxh=24942420, d=32.2 yds, box=2.0, boss=N, trivial=N, player=N, attackable=N, neutral=N, hostile=Y, entry=89116, faction=16, loss=Y, facing=Y, blacklist=N, combat=N, flying=N, abovgrnd=N, creature=Humanoid, tagme=N, tagother=N [18:03:33.110 N] (Singular) [WoWRedError] 50 [18:03:33.114 N] (Singular) (Singular) [CombatLog] SPELL_CAST_FAILED Meteor Storm#179215 failure: 'Invalid target' [18:03:33.734 N] (Singular) CombatPerfMon: FPS:37 Latency:69 [18:03:34.134 N] (Singular) [WoWRedError] 50 [18:03:34.135 N] (Singular) [WoWRedError] 50

EchoTiger commented 7 years ago

All bot behaviors (combat, looting, etc) - should all be disabled while this quest is being carried out. So Singular shouldn't be trying to do anything at all as the vehicle control is handled by custom code.

Do you perhaps have a full log of this?

marrvin2 commented 7 years ago

found it!

time code is around 18:03:32

Athissa-log.zip

EchoTiger commented 7 years ago

Should be fixed in https://github.com/EchoTiger/NewQuestingPack/commit/721ea562395f69a07c6cf2c5da5c827f607c9f29 .

An "Attackable" check has been added to the CombatAwareness logic.