[DiscordArchive] Idk if the origin of this is important, as it seem to be a missing entry : we only need to retrieve
[DiscordArchive] Idk if the origin of this is important, as it seem to be a missing entry : we only need to retrieve
Archived author: Ruderalis • Posted: 2021-12-01T22:45:08.581000+00:00
Original source
Idk if the origin of this is important, as it seem to be a missing entry : we only need to retrieve it and insert it back ? Maybe I could take the one of TC world db (if TC has one) ?
Archived author: Claudiodfc • Posted: 2021-12-01T23:17:16.594000+00:00
Original source
I don't have their db with me
Archived author: Ruderalis • Posted: 2021-12-01T23:28:59.853000+00:00
Original source
Ok, I found it in the TC db. I implemented it in my AC db and started the server again, logged my toon in Ironforge : no more error for now !
Archived author: Ruderalis • Posted: 2021-12-01T23:29:20.789000+00:00
Original source
I hope putting it back will not break something that could have been a good reason to remove it (x
Archived author: Ruderalis • Posted: 2021-12-01T23:30:14.258000+00:00
Original source
Here it is (the query, the gob) :
INSERT INTO `gameobject_template` (`entry`, `type`, `displayId`, `name`, `IconName`, `castBarCaption`, `unk1`, `size`, `Data0`, `Data1`, `Data2`, `Data3`, `Data4`, `Data5`, `Data6`, `Data7`, `Data8`, `Data9`, `Data10`, `Data11`, `Data12`, `Data13`, `Data14`, `Data15`, `Data16`, `Data17`, `Data18`, `Data19`, `Data20`, `Data21`, `Data22`, `Data23`, `AIName`, `ScriptName`, `VerifiedBuild`) VALUES (181375, 6, 0, 'Midsummer Bonfire Spawn Trap 2', '', '', '', 1, 0, 0, 0, 29114, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', '', -18019);
Archived author: Nyeriah • Posted: 2021-12-01T23:32:34.847000+00:00
Original source
We’re missing some object templates. I thought I had added them all but I might have missed some
Archived author: Nyeriah • Posted: 2021-12-01T23:33:40.731000+00:00
Original source
Since traps are spawned automatically now according to gameobject template, we get those erros when we end up hitting nonexistent ones
Archived author: Nyeriah • Posted: 2021-12-01T23:34:18.770000+00:00
Original source
It’s harmless to add them from TC
Archived author: Ruderalis • Posted: 2021-12-01T23:34:30.878000+00:00
Original source
Okay, nice (:
Archived author: Ruderalis • Posted: 2021-12-01T23:37:20.398000+00:00
Original source
By the way, does your AC still cast warrior battle stance and dk blood presence on first login ? Mine do not :/ Modules like mod-custom-login do not work anymore for the first-login related things neither. Thought it came from my changes to the core, but tested with a fresh up-to-date AC and the issue is the same.