Forums WoW Modding Support Archives Azerothcore Discord Archives [DiscordArchive] anyone know how I could phase an npc out of sight and uninteractable for players? I want to make azu

[DiscordArchive] anyone know how I could phase an npc out of sight and uninteractable for players? I want to make azu

[DiscordArchive] anyone know how I could phase an npc out of sight and uninteractable for players? I want to make azu

rektbyfaith
Administrator
0
11-02-2025, 07:31 AM
#1
Archived author: DurryDualWield • Posted: 2025-11-02T07:31:32.761000+00:00
Original source

anyone know how I could phase an npc out of sight and uninteractable for players? I want to make azuregos appear later as the server would progress as an example. How could I go about this?
rektbyfaith
11-02-2025, 07:31 AM #1

Archived author: DurryDualWield • Posted: 2025-11-02T07:31:32.761000+00:00
Original source

anyone know how I could phase an npc out of sight and uninteractable for players? I want to make azuregos appear later as the server would progress as an example. How could I go about this?

rektbyfaith
Administrator
0
11-02-2025, 07:33 AM
#2
Archived author: Mithria • Posted: 2025-11-02T07:33:20.378000+00:00
Original source

you could change his phase mask in the creature table for his guid. However if someone ends up in that phase somehow they would be able to see him. Alternatively, you could use a c++ script to do it, but that's probably overkill for what you're intending to do.

Actually, you could use a condition in the conditions table. i believe npc visibility is one of the things you can set
rektbyfaith
11-02-2025, 07:33 AM #2

Archived author: Mithria • Posted: 2025-11-02T07:33:20.378000+00:00
Original source

you could change his phase mask in the creature table for his guid. However if someone ends up in that phase somehow they would be able to see him. Alternatively, you could use a c++ script to do it, but that's probably overkill for what you're intending to do.

Actually, you could use a condition in the conditions table. i believe npc visibility is one of the things you can set

rektbyfaith
Administrator
0
11-02-2025, 07:33 AM
#3
Archived author: Mithria • Posted: 2025-11-02T07:33:36.659000+00:00
Original source

condition probably makes the most sense for progression
rektbyfaith
11-02-2025, 07:33 AM #3

Archived author: Mithria • Posted: 2025-11-02T07:33:36.659000+00:00
Original source

condition probably makes the most sense for progression

rektbyfaith
Administrator
0
11-02-2025, 07:34 AM
#4
Archived author: DurryDualWield • Posted: 2025-11-02T07:34:55.505000+00:00
Original source

thank you, I will take a look at the conditions. I am getting super close to fixing a massive issue with my worldserver so it may take me a moment to try it
rektbyfaith
11-02-2025, 07:34 AM #4

Archived author: DurryDualWield • Posted: 2025-11-02T07:34:55.505000+00:00
Original source

thank you, I will take a look at the conditions. I am getting super close to fixing a massive issue with my worldserver so it may take me a moment to try it

rektbyfaith
Administrator
0
11-02-2025, 07:35 AM
#5
Archived author: Mithria • Posted: 2025-11-02T07:35:24.249000+00:00
Original source

how are you planning on people "unlocking" azuregos? as in, what has to happen before they can see him
rektbyfaith
11-02-2025, 07:35 AM #5

Archived author: Mithria • Posted: 2025-11-02T07:35:24.249000+00:00
Original source

how are you planning on people "unlocking" azuregos? as in, what has to happen before they can see him

rektbyfaith
Administrator
0
11-02-2025, 07:35 AM
#6
Archived author: DurryDualWield • Posted: 2025-11-02T07:35:48.441000+00:00
Original source

Just when bwl is opened, I have it set to 61 so no one can enter it
rektbyfaith
11-02-2025, 07:35 AM #6

Archived author: DurryDualWield • Posted: 2025-11-02T07:35:48.441000+00:00
Original source

Just when bwl is opened, I have it set to 61 so no one can enter it

rektbyfaith
Administrator
0
11-02-2025, 07:42 AM
#7
Archived author: Mithria • Posted: 2025-11-02T07:42:16.006000+00:00
Original source

although i'll mention that if you go with the conditions table, the wiki page has incorrect info for the creature visibility section.
source type for creature visibility is 30, not 29 and the source entry should be the creature entry, not 0.
rektbyfaith
11-02-2025, 07:42 AM #7

Archived author: Mithria • Posted: 2025-11-02T07:42:16.006000+00:00
Original source

although i'll mention that if you go with the conditions table, the wiki page has incorrect info for the creature visibility section.
source type for creature visibility is 30, not 29 and the source entry should be the creature entry, not 0.

rektbyfaith
Administrator
0
11-02-2025, 07:46 AM
#8
Archived author: DurryDualWield • Posted: 2025-11-02T07:46:28.484000+00:00
Original source

Ah I see, further question, is there a way you can do this with vendor's items? Say nightfall recipe on lokhtos darkbargainer
rektbyfaith
11-02-2025, 07:46 AM #8

Archived author: DurryDualWield • Posted: 2025-11-02T07:46:28.484000+00:00
Original source

Ah I see, further question, is there a way you can do this with vendor's items? Say nightfall recipe on lokhtos darkbargainer

rektbyfaith
Administrator
0
11-02-2025, 07:46 AM
#9
Archived author: DurryDualWield • Posted: 2025-11-02T07:46:36.887000+00:00
Original source

while retaining his other items
rektbyfaith
11-02-2025, 07:46 AM #9

Archived author: DurryDualWield • Posted: 2025-11-02T07:46:36.887000+00:00
Original source

while retaining his other items

rektbyfaith
Administrator
0
11-02-2025, 07:46 AM
#10
Archived author: Mithria • Posted: 2025-11-02T07:46:56.945000+00:00
Original source

yes condition table allows you to hide items in vendor windows and loot windows based on certain things
rektbyfaith
11-02-2025, 07:46 AM #10

Archived author: Mithria • Posted: 2025-11-02T07:46:56.945000+00:00
Original source

yes condition table allows you to hide items in vendor windows and loot windows based on certain things

Recently Browsing
 1 Guest(s)
Recently Browsing
 1 Guest(s)