[DiscordArchive] so i just set boss state of valithria as finished and then i can start lich king roleplay?
[DiscordArchive] so i just set boss state of valithria as finished and then i can start lich king roleplay?
Archived author: Dazzler • Posted: 2025-06-03T11:26:10.276000+00:00
Original source
so i just set boss state of valithria as finished and then i can start lich king roleplay?
Archived author: Ryan Turner • Posted: 2025-06-03T11:32:44.913000+00:00
Original source
Don't know, i'm not sure how it is set i think you've to defeat all of them (so setting them as complete, but the lich king) but i can be wrong as I know the teleporter is the one that checks for the boss progression
Archived author: Dazzler • Posted: 2025-06-03T11:34:32.872000+00:00
Original source
y i ve set 11 bosses now to done but teleporter still dosent show me upper spire
Archived author: Mithria • Posted: 2025-06-03T11:38:14.256000+00:00
Original source
```
if (InstanceScript* instance = player->GetInstanceScript())
if (instance->GetBossState(DATA_PROFESSOR_PUTRICIDE) == DONE &&
instance->GetBossState(DATA_BLOOD_QUEEN_LANA_THEL) == DONE &&
instance->GetBossState(DATA_SINDRAGOSA) == DONE &&
instance->GetBossState(DATA_THE_LICH_KING) != IN_PROGRESS)
player->CastSpell(player, FROZEN_THRONE_TELEPORT, false);
```
looks like it checks for putricide, blood queen, and sindragosa data all set
Archived author: Mithria • Posted: 2025-06-03T11:38:28.743000+00:00
Original source
thats in the code for the frozen throne teleporter btw
![[Image: Capture_decran_1186.png?ex=690be087&is=6...c016ec3be&]](https://cdn.discordapp.com/attachments/1255602330431127753/1379424609396592690/Capture_decran_1186.png?ex=690be087&is=690a8f07&hm=9a3c1f41ed2b702fb0dc85ceea8cc6bd81a3aaad8c16a5a0b531f97c016ec3be&)
Archived author: Dazzler • Posted: 2025-06-03T11:40:55.415000+00:00
Original source
ive killed all of those manually and i was able to tp to frozen throne but i cant interract with npc for some reason
![[Image: Capture_decran_1186.png?ex=690be087&is=6...c016ec3be&]](https://cdn.discordapp.com/attachments/1255602330431127753/1379424609396592690/Capture_decran_1186.png?ex=690be087&is=690a8f07&hm=9a3c1f41ed2b702fb0dc85ceea8cc6bd81a3aaad8c16a5a0b531f97c016ec3be&)
Archived author: Mithria • Posted: 2025-06-03T11:42:19.247000+00:00
Original source
i set all those boss states to 3 and the teleport and rp work for me
Archived author: Mithria • Posted: 2025-06-03T11:42:28.885000+00:00
Original source
i can interact with him
Archived author: Dazzler • Posted: 2025-06-03T11:43:01.076000+00:00
Original source
should i go out and instance unbind then go back in?
Archived author: Ryan Turner • Posted: 2025-06-03T11:45:00.428000+00:00
Original source
done