[DiscordArchive] I ran CMake, is this different?
[DiscordArchive] I ran CMake, is this different?
Archived author: BootlessFawn007 • Posted: 2025-07-21T04:22:57.995000+00:00
Original source
Doesn't matter it seems. Did all of it and VS Studio is still showing errors already before it is done
Archived author: BootlessFawn007 • Posted: 2025-07-21T04:50:58.839000+00:00
Original source
Ended up just reloading back to prior module change. But my worldserver.exe is giving this error now.
DB table script_waypoint has waypoint for creature entry 9023, but creature does not have ScriptName defined and then useless.
and
Script named 'spell_heigan_plague_cloud_aura_40' is assigned in the database, but has no code!
and
Skill condition specifies invalid skill value (390), skipped
and
Table `npc_trainer` contains an entry for a creature template (Entry: 11084) without trainer flag, ignoring
and
Table 'skinning_loot_template' entry 9690 group 1 has total chance > 100% (103.2097)
Server starts and works fine. My guess is this was somehow from the module I tried, but I backed up to prior adding that module???
Archived author: Mithria • Posted: 2025-07-21T05:30:57.834000+00:00
Original source
what did you backup and how? those errors say that you still have stuff in your world db that is from the module
Archived author: BootlessFawn007 • Posted: 2025-07-21T05:44:15.948000+00:00
Original source
Went into HeidiSQL and did the backup like usual, then when I decided to go back, I ran the .sql
Archived author: BootlessFawn007 • Posted: 2025-07-21T05:44:26.496000+00:00
Original source
Maybe I sat it up wrong and it didn't delete?
Archived author: BootlessFawn007 • Posted: 2025-07-21T05:44:46.286000+00:00
Original source
Suppose, that fix would be removing the DB from Heidi then running the .sql, I think that's what I forgot
Archived author: Mithria • Posted: 2025-07-21T05:45:36.587000+00:00
Original source
depends how you amde the backup in heidi
![[Image: image.png?ex=690c364c&is=690ae4cc&hm=e3a...92709ef00&]](https://cdn.discordapp.com/attachments/1255602330431127753/1396730125927714909/image.png?ex=690c364c&is=690ae4cc&hm=e3addaf0b6e286115239a1716af096bbc4a29e64fe7f43d3d58d7f992709ef00&)
Archived author: Mithria • Posted: 2025-07-21T05:46:52.064000+00:00
Original source
if drop isn't checked, it wont drop the db/tables when re-importing, and if data is set to insert ignore then it wont replace existing data
![[Image: image.png?ex=690c364c&is=690ae4cc&hm=e3a...92709ef00&]](https://cdn.discordapp.com/attachments/1255602330431127753/1396730125927714909/image.png?ex=690c364c&is=690ae4cc&hm=e3addaf0b6e286115239a1716af096bbc4a29e64fe7f43d3d58d7f992709ef00&)
Archived author: BootlessFawn007 • Posted: 2025-07-21T05:48:16.101000+00:00
Original source
Ah, Drop was not selected
Archived author: BootlessFawn007 • Posted: 2025-07-21T05:48:43.399000+00:00
Original source
But I should be able to just remove the data bases for Auth, Char, and World and re-apply the back up right?