Trinitycore: Gobject: The Raven's Claw

Created on 25 Oct 2018  路  9Comments  路  Source: TrinityCore/TrinityCore

Description:
The gobject https://es.wowhead.com/object=185554/the-ravens-claw is used to summon Anzu.

Current behaviour:
You can summon the NPC Anzu as many times as you want.
Expected behaviour:
The gobject should be deactivated once Anzu is summoned.

Steps to reproduce the problem:

  1. .add 32449 (Gobject needs this key)
  2. .go gameobject 44722
  3. Click the gobject several times

Branch: 3.3.5a
TC rev: 0a0312b
OS: Win 8.1

Branch-3.3.5a Comp-Core Sub-GameObject

All 9 comments

confirmed

This worked for me

UPDATE `gameobject_template` SET data3 = 86400000 WHERE entry = 185554;

I do not know if this could be a good solution to apply here.

The gameobject_template.data* fields are challenging to deal with, because the existing values are (supposedly) sniff values and should only be replaced if you can provide verified sniff with a different value set for the same data field.

Duplicate of #25481

let's do the other way around

https://github.com/TrinityCore/TrinityCore/issues/25481#issuecomment-696021124 has some useful info for a related error log triggered by this issue

can a check be implemented with conditions ?

InstanceScript has support to implement it

495d7d60d310dae210c49099c43a694a14445999

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Keader picture Keader  路  3Comments

Jildor picture Jildor  路  3Comments

funjoker picture funjoker  路  3Comments

Rochet2 picture Rochet2  路  3Comments

DDuarte picture DDuarte  路  3Comments