Forums WoW Modding Support Archives Azerothcore Discord Archives [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?

[DiscordArchive] so i just set boss state of valithria as finished and then i can start lich king roleplay?

Pages (2): 1 2 Next
rektbyfaith
Administrator
0
06-03-2025, 11:26 AM
#1
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?
rektbyfaith
06-03-2025, 11:26 AM #1

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?

rektbyfaith
Administrator
0
06-03-2025, 11:32 AM
#2
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
rektbyfaith
06-03-2025, 11:32 AM #2

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

rektbyfaith
Administrator
0
06-03-2025, 11:34 AM
#3
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
rektbyfaith
06-03-2025, 11:34 AM #3

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

rektbyfaith
Administrator
0
06-03-2025, 11:38 AM
#4
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
rektbyfaith
06-03-2025, 11:38 AM #4

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

rektbyfaith
Administrator
0
06-03-2025, 11:38 AM
#5
Archived author: Mithria • Posted: 2025-06-03T11:38:28.743000+00:00
Original source

thats in the code for the frozen throne teleporter btw
rektbyfaith
06-03-2025, 11:38 AM #5

Archived author: Mithria • Posted: 2025-06-03T11:38:28.743000+00:00
Original source

thats in the code for the frozen throne teleporter btw

rektbyfaith
Administrator
0
06-03-2025, 11:40 AM
#6
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&]
rektbyfaith
06-03-2025, 11:40 AM #6

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&]

rektbyfaith
Administrator
0
06-03-2025, 11:42 AM
#7
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
rektbyfaith
06-03-2025, 11:42 AM #7

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

rektbyfaith
Administrator
0
06-03-2025, 11:42 AM
#8
Archived author: Mithria • Posted: 2025-06-03T11:42:28.885000+00:00
Original source

i can interact with him
rektbyfaith
06-03-2025, 11:42 AM #8

Archived author: Mithria • Posted: 2025-06-03T11:42:28.885000+00:00
Original source

i can interact with him

rektbyfaith
Administrator
0
06-03-2025, 11:43 AM
#9
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?
rektbyfaith
06-03-2025, 11:43 AM #9

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?

rektbyfaith
Administrator
0
06-03-2025, 11:45 AM
#10
Archived author: Ryan Turner • Posted: 2025-06-03T11:45:00.428000+00:00
Original source

done
rektbyfaith
06-03-2025, 11:45 AM #10

Archived author: Ryan Turner • Posted: 2025-06-03T11:45:00.428000+00:00
Original source

done

Pages (2): 1 2 Next
Recently Browsing
 1 Guest(s)
Recently Browsing
 1 Guest(s)