instance_encounters

According to https://trinitycore.atlassian.net/wiki/display/tc/instance_encounters

entry - [COLOR=rgb(51,51,51)]Unique entry from DungeonEncounter.dbc

Okay, since i am using 7.1.0 client, closest file with what matches the file described for entry is DungeonEncounter.db2 and here is a problem,

lets say we want to find the encounter for boss Zereketh the Unbound and in MySQL table instance_encounters the situation looks like this

[ATTACH]1992._xfImport[/ATTACH]

Okay, 494 and 495, lets check DB2 file,

[ATTACH]1993._xfImport[/ATTACH]

What is this magic? How we got 494 and 495 for the entries in the MySQL database if it is 1916 in the DB2 file?

And in the DBC file (from 4.0.6 client) we can actually see these values

[ATTACH]1994._xfImport[/ATTACH]

But what is going on? I am using TDB703, with 7.1 client with DB2 file, and no sign of DBC to read the “old” values from, where these values are taken then from?

How to get actual encounter id from the DB2, or how does it works?

Difficulties were remade → DungeonEncounters changed → instance_encounters needs to refilled

1916 is the right id, blizz dropped 494 and 495 due to Difficulty changes

@joschiwald, thank you for your reply.

I was asking because Arcatraz (instance, where the mentioned boss is located) has the “instance progression” sidebar window (where you can see all the killed bosses and remaining ones), and i’ve been trying to do the same for the Maw of Souls. Everything seems to be correct in my approach, however i cannot make this window to appear. When i am entering instance, everything is just like i entered normal map (of course bosses and other NPC are scaled by difficulty, etc etc)

That thing on the right is set by scenarios table (reason for the name is obvious, it uses scenario mechanics even if the map itself is not a scenario)

Thank you a lot! Managed to find actual data for the instance, now i have the ‘scenario’ panel on the left while i am in instance. Just need to solve boss count on killed for it.