[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
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?
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
Archived author: Mithria • Posted: 2025-11-02T07:33:36.659000+00:00
Original source
condition probably makes the most sense for progression
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
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
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
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.
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
Archived author: DurryDualWield • Posted: 2025-11-02T07:46:36.887000+00:00
Original source
while retaining his other items
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