[DiscordArchive] Hello, my wife and I noticed that when you're under mob aggro and then run into a town or an outpost
[DiscordArchive] Hello, my wife and I noticed that when you're under mob aggro and then run into a town or an outpost
Archived author: St0ny • Posted: 2025-04-10T16:16:54.201000+00:00
Original source
Hello, my wife and I noticed that when you're under mob aggro and then run into a town or an outpost to escape, the guards and other protective NPCs don't do anything. They're supposed to attack and save the player. Unfortunately, they don't do that anymore. I can't say which update this started or how long it's been happening, only that the NPCs no longer attack the mobs you bring with you.
Does anyone else have this problem?
Archived author: Ryan Turner • Posted: 2025-04-10T16:30:58.284000+00:00
Original source
The npcs need to have the guard flag, if they don't only depended on their faction if not mistaken
Archived author: St0ny • Posted: 2025-04-10T16:43:46.851000+00:00
Original source
How can I find out if the flag is there?
Because we've tried it in several cities now and no NPC has responded. So i can check that.
Archived author: Revision • Posted: 2025-04-10T16:47:33.461000+00:00
Original source
```sql
SELECT `entry`, `name` FROM `creature_template` WHERE `flags_extra` & 32768;
```
Archived author: St0ny • Posted: 2025-04-10T17:13:49.837000+00:00
Original source
Ty