[DiscordArchive] Did u apply the sql file to your database?
[DiscordArchive] Did u apply the sql file to your database?
Archived author: M'Dic • Posted: 2023-10-22T20:46:04.158000+00:00
Original source
Did u apply the sql file to your database?
Archived author: M'Dic • Posted: 2023-10-22T20:46:18.187000+00:00
Original source
```
solocraft_player_instance_handler::ApplyBuffs+4CC D:\TBuildWithNPCBots\TrinityCore-3.3.5-with-NPCBots\src\server\scripts\Custom\Solocraft.cpp line 496
Local solocraft_player_instance_handler* this = <Unable to read memory>
Parameter float difficulty = 0x6E196FDA58
Parameter int dunLevel = 0x6E196FDDB0
Parameter int numInGroup = 0x6E196FDDB8
Parameter int classBalance = 0x6E196FDDC0
Local int SpellPowerBonus = 0x6E196FDA50
Local std::basic_ostringstream<char,std::char_traits<char>,std::allocator<char> > ss
```
Archived author: Iraluna • Posted: 2023-10-22T20:49:50.759000+00:00
Original source
Yes, I executed this:
DROP TABLE IF EXISTS `custom_solocraft_character_stats`;
CREATE TABLE IF NOT EXISTS `custom_solocraft_character_stats` (
`GUID` int unsigned NOT NULL DEFAULT 0,
`Difficulty` float NOT NULL,
`GroupSize` int unsigned NOT NULL DEFAULT 0,
`SpellPower` int unsigned NOT NULL DEFAULT 0,
`Stats` float NOT NULL DEFAULT '100',
PRIMARY KEY (`GUID`)
) ENGINE=InnoDB COLLATE='utf8mb4_general_ci';
Archived author: M'Dic • Posted: 2023-10-22T20:58:03.052000+00:00
Original source
On what db?
Archived author: M'Dic • Posted: 2023-10-22T20:58:13.152000+00:00
Original source
Auth? Character?world?
Archived author: Iraluna • Posted: 2023-10-22T20:58:13.218000+00:00
Original source
characters
Archived author: Iraluna • Posted: 2023-10-22T20:58:32.001000+00:00
Original source
I thought characters should be fine
Archived author: Iraluna • Posted: 2023-10-22T20:58:48.650000+00:00
Original source
I was just wondering how an empty table would help
Archived author: M'Dic • Posted: 2023-10-22T20:59:07.715000+00:00
Original source
Its suppose to store the values there
Archived author: Iraluna • Posted: 2023-10-22T20:59:31.083000+00:00
Original source
Ok, it hasn't yet - it's still empty