[DiscordArchive] hey there , is any module for guild level and skills like in cataclysm ??
[DiscordArchive] hey there , is any module for guild level and skills like in cataclysm ??
Archived author: JudgeFae • Posted: 2025-06-22T21:29:06.052000+00:00
Original source
.npc delete does delete any type of npc including ones that belong so be careful with it.
Archived author: Radjesh • Posted: 2025-06-22T21:36:47.173000+00:00
Original source
Hello, can anyone help me, how can I make solo lfg modules only for characters up to lvl 60, after 60 they cannot use solo lfg, in the config of this module I did not find any options for this
Archived author: beardedoref • Posted: 2025-06-22T21:43:12.585000+00:00
Original source
Thanks!
Archived author: Mithria • Posted: 2025-06-22T23:02:44.648000+00:00
Original source
Creatures spawned in the world are in the `creature` db table. It assigns them a GUID, stores their x,y,z, orientation, map, respawn time, etc.
You can either manually add to this table or use the gm command which will add to it. If you use the temp version or the command, the creature will not be added to this table and will disappear on death/server restart.
Archived author: beardedoref • Posted: 2025-06-22T23:05:36.317000+00:00
Original source
Thanks!
![[Image: image.png?ex=690bd9f1&is=690a8871&hm=7e6...af6575f12&]](https://cdn.discordapp.com/attachments/1255602330431127753/1386484102567297134/image.png?ex=690bd9f1&is=690a8871&hm=7e677342bf08a29e85defc59556c33e8268ccb6f3fa9be293ebce92af6575f12&)
Archived author: beardedoref • Posted: 2025-06-22T23:12:49.699000+00:00
Original source
Is there a reason why some of my tables in HeidiSQL are blank. I am trying to create a custom npc using creaturedisplayinfoextra_dbc and would like some sample values.
![[Image: image.png?ex=690bd9f1&is=690a8871&hm=7e6...af6575f12&]](https://cdn.discordapp.com/attachments/1255602330431127753/1386484102567297134/image.png?ex=690bd9f1&is=690a8871&hm=7e677342bf08a29e85defc59556c33e8268ccb6f3fa9be293ebce92af6575f12&)
Archived author: Bench • Posted: 2025-06-22T23:16:18.144000+00:00
Original source
The vast majority of the *_dbc tables will be blank
Archived author: Mithria • Posted: 2025-06-22T23:40:42.393000+00:00
Original source
Tables ending in _dbc are server side dbc overrides. They will almost all be empty as they are for server side things and many (outside of a few) don't need any server side overrides.
Archived author: Mithria • Posted: 2025-06-22T23:41:41.201000+00:00
Original source
If you want to see samples and compare/edit, look at the dbc files extracted from the client