Forums WoW Modding Support Archives Azerothcore Discord Archives [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

[DiscordArchive] Idk if the origin of this is important, as it seem to be a missing entry : we only need to retrieve

Pages (2): 1 2 Next
rektbyfaith
Administrator
0
12-01-2021, 10:45 PM
#1
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) ?
rektbyfaith
12-01-2021, 10:45 PM #1

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

rektbyfaith
Administrator
0
12-01-2021, 11:17 PM
#2
Archived author: Claudiodfc • Posted: 2021-12-01T23:17:16.594000+00:00
Original source

I don't have their db with me
rektbyfaith
12-01-2021, 11:17 PM #2

Archived author: Claudiodfc • Posted: 2021-12-01T23:17:16.594000+00:00
Original source

I don't have their db with me

rektbyfaith
Administrator
0
12-01-2021, 11:28 PM
#3
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 !
rektbyfaith
12-01-2021, 11:28 PM #3

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 !

rektbyfaith
Administrator
0
12-01-2021, 11:29 PM
#4
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
rektbyfaith
12-01-2021, 11:29 PM #4

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

rektbyfaith
Administrator
0
12-01-2021, 11:30 PM
#5
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);
rektbyfaith
12-01-2021, 11:30 PM #5

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);

rektbyfaith
Administrator
0
12-01-2021, 11:32 PM
#6
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
rektbyfaith
12-01-2021, 11:32 PM #6

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

rektbyfaith
Administrator
0
12-01-2021, 11:33 PM
#7
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
rektbyfaith
12-01-2021, 11:33 PM #7

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

rektbyfaith
Administrator
0
12-01-2021, 11:34 PM
#8
Archived author: Nyeriah • Posted: 2021-12-01T23:34:18.770000+00:00
Original source

It’s harmless to add them from TC
rektbyfaith
12-01-2021, 11:34 PM #8

Archived author: Nyeriah • Posted: 2021-12-01T23:34:18.770000+00:00
Original source

It’s harmless to add them from TC

rektbyfaith
Administrator
0
12-01-2021, 11:34 PM
#9
Archived author: Ruderalis • Posted: 2021-12-01T23:34:30.878000+00:00
Original source

Okay, nice (:
rektbyfaith
12-01-2021, 11:34 PM #9

Archived author: Ruderalis • Posted: 2021-12-01T23:34:30.878000+00:00
Original source

Okay, nice (:

rektbyfaith
Administrator
0
12-01-2021, 11:37 PM
#10
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.
rektbyfaith
12-01-2021, 11:37 PM #10

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.

Pages (2): 1 2 Next
Recently Browsing
 1 Guest(s)
Recently Browsing
 1 Guest(s)