[DiscordArchive] Did you only spawn 1 npc type?
[DiscordArchive] Did you only spawn 1 npc type?
Archived author: Ryan Turner • Posted: 2025-02-07T17:38:03.836000+00:00
Original source
Did you only spawn 1 npc type?
Archived author: Ryan Turner • Posted: 2025-02-07T17:38:20.573000+00:00
Original source
Like ID 1200 multiple times or different ones
Archived author: Kraghus • Posted: 2025-02-07T17:39:32.465000+00:00
Original source
No, quite a few different mob types, quite a few different times. Might just wipe the creature database and re-import.
Archived author: Ryan Turner • Posted: 2025-02-07T17:41:09.450000+00:00
Original source
You can always check `creature` table in your db and sort it by the biggest GUID and you can have an idea what things you added if you dont want to wipe it all (which wiping it all and re import is faster and less headache)
Archived author: Kraghus • Posted: 2025-02-07T17:42:33.179000+00:00
Original source
I tried going to the last guid, but the data there isn't making much sense. For instance, the id1 field does not seem to be the id that I used to spawn the mobs.
Archived author: Ryan Turner • Posted: 2025-02-07T17:42:54.168000+00:00
Original source
id1 = the creature id
Archived author: Ryan Turner • Posted: 2025-02-07T17:43:09.597000+00:00
Original source
The reason why i said sort by the GUID because the newer guids = newer creatures
Archived author: Ryan Turner • Posted: 2025-02-07T17:43:26.548000+00:00
Original source
Did you spawn all those creatures in 1 specific instance?
Archived author: Kraghus • Posted: 2025-02-07T17:46:07.598000+00:00
Original source
No, multiple spawns across multiple characters and multiple maps lol. If I go to the biggest guid, the id1s don't seem to be matching up with .add NPC "id1" from my in-game commands. That's why I asked if they were temporary. They should also be in very similar coordinates, and they are not
Archived author: Ryan Turner • Posted: 2025-02-07T17:47:15.072000+00:00
Original source
If you go to the plac where you spawaned them are they there?