Forums WoW Modding Support Archives Azerothcore Discord Archives [DiscordArchive] I ran CMake, is this different?

[DiscordArchive] I ran CMake, is this different?

[DiscordArchive] I ran CMake, is this different?

Pages (4): Previous 1 2 3 4 Next
rektbyfaith
Administrator
0
07-21-2025, 04:22 AM
#21
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
rektbyfaith
07-21-2025, 04:22 AM #21

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

rektbyfaith
Administrator
0
07-21-2025, 04:50 AM
#22
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???
rektbyfaith
07-21-2025, 04:50 AM #22

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???

rektbyfaith
Administrator
0
07-21-2025, 05:30 AM
#23
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
rektbyfaith
07-21-2025, 05:30 AM #23

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

rektbyfaith
Administrator
0
07-21-2025, 05:44 AM
#24
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
rektbyfaith
07-21-2025, 05:44 AM #24

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

rektbyfaith
Administrator
0
07-21-2025, 05:44 AM
#25
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?
rektbyfaith
07-21-2025, 05:44 AM #25

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?

rektbyfaith
Administrator
0
07-21-2025, 05:44 AM
#26
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
rektbyfaith
07-21-2025, 05:44 AM #26

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

rektbyfaith
Administrator
0
07-21-2025, 05:45 AM
#27
Archived author: Mithria • Posted: 2025-07-21T05:45:36.587000+00:00
Original source

depends how you amde the backup in heidi
rektbyfaith
07-21-2025, 05:45 AM #27

Archived author: Mithria • Posted: 2025-07-21T05:45:36.587000+00:00
Original source

depends how you amde the backup in heidi

rektbyfaith
Administrator
0
07-21-2025, 05:46 AM
#28
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&]
rektbyfaith
07-21-2025, 05:46 AM #28

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&]

rektbyfaith
Administrator
0
07-21-2025, 05:48 AM
#29
Archived author: BootlessFawn007 • Posted: 2025-07-21T05:48:16.101000+00:00
Original source

Ah, Drop was not selected
rektbyfaith
07-21-2025, 05:48 AM #29

Archived author: BootlessFawn007 • Posted: 2025-07-21T05:48:16.101000+00:00
Original source

Ah, Drop was not selected

rektbyfaith
Administrator
0
07-21-2025, 05:48 AM
#30
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?
rektbyfaith
07-21-2025, 05:48 AM #30

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?

Pages (4): Previous 1 2 3 4 Next
Recently Browsing
 1 Guest(s)
Recently Browsing
 1 Guest(s)