[DiscordArchive] So an npc's abilities are tied to the instance and not the npc itself?
[DiscordArchive] So an npc's abilities are tied to the instance and not the npc itself?
Archived author: Keleborn • Posted: 2025-02-27T21:04:05.367000+00:00
Original source
So an npc's abilities are tied to the instance and not the npc itself?
Archived author: Keleborn • Posted: 2025-02-27T21:04:22.741000+00:00
Original source
Even a non temp add behaves the same (With the exception of having loot now)
Archived author: Bench • Posted: 2025-02-27T21:04:46.268000+00:00
Original source
If an NPC has a script that's contained in the instance script (e.g. most raid bosses), then yes, but if the NPC has, say, SmartAI behind its abilities, then it'd work fine
Archived author: Ryan Turner • Posted: 2025-02-27T21:06:25.952000+00:00
Original source
For simple creature/npcs behaviour like a rogue defias Smart AI it's used. Very easy to use and can achieve a lot of things without much scripting.
For more complex encounters (bosses, world bosses, instance mechanics) and a lot of of vanilla "scripted events" tend to be actually coded (for instance bosses their respective instances in the cpp file) so when you spawn outside of their intended instance, no scripts run for them. So they are a big target dummy.
Archived author: Ryan Turner • Posted: 2025-02-27T21:06:54.554000+00:00
Original source
They still have their loot (from the loot table), their status from the creature_template but no abilities and no actions
Archived author: Keleborn • Posted: 2025-02-27T21:08:13.029000+00:00
Original source
Got it. Just spawneed him in the doorway of BRS and abilities were there. Thanks!
Archived author: MaTT3o • Posted: 2025-02-27T21:09:02.843000+00:00
Original source
Any ide what im doing wrong with world service here ? Auth works and runs but world fail everytime :/
message.txt
Archived author: Keleborn • Posted: 2025-02-27T21:11:09.349000+00:00
Original source
What do you get when you run the worldserver on its own? without using a service
Archived author: MaTT3o • Posted: 2025-02-27T21:11:29.205000+00:00
Original source
let me check xD
Archived author: MaTT3o • Posted: 2025-02-27T21:11:45.818000+00:00
Original source
but i think i know what i done xD