Forums WoW Modding Support Archives TrinityCore Discord Archives [DiscordArchive] So for LightData it would be `struct LightDataMeta` ?

[DiscordArchive] So for LightData it would be `struct LightDataMeta` ?

[DiscordArchive] So for LightData it would be `struct LightDataMeta` ?

Pages (3): 1 2 3 Next
rektbyfaith
Administrator
0
09-10-2025, 11:13 AM
#1
Archived author: Vel • Posted: 2025-09-10T11:13:04.902000+00:00
Original source

So for LightData it would be `struct LightDataMeta` ?
rektbyfaith
09-10-2025, 11:13 AM #1

Archived author: Vel • Posted: 2025-09-10T11:13:04.902000+00:00
Original source

So for LightData it would be `struct LightDataMeta` ?

rektbyfaith
Administrator
0
09-10-2025, 11:23 AM
#2
Archived author: Vel • Posted: 2025-09-10T11:23:31.450000+00:00
Original source

Not sure what I do wrong but I am styl 32 bytes short when I compare my packet with the hotfix_blob content for LightData.
```lua
Packet: 3801088
Size: 197
tableHash: 0x0AD67EBF
recordId: 23099
timestamp: 1757503243
status: 32
size: 180
data (hex): 43 02 64 00 C0 A4 87 00 1B 0C 10 00 4F 47 1E 00 4F 47 1E 00 4F 47 1E 00 4F 47 1E 00 4F 47 1E 00 4F 47 1E 00 45 52 20 00 45 52 20 00 00 00 00 00 45 52 20 00 00 00 00 00 3A 58 4D 00 4E 53 3A 00 3A 5F 4D 00 4E 53 3A 00 00 50 C3 46 00 00 00 00 00 00 90 40 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
```

Compared to for example data:
```0x3913A0058578A100CD9E85002C1F1A0052392C0052392C00593E3000593E30006E441100EAE3C3002D261D001E1712001105000000000000584E34003319130000000000361A0F000000000000000000000000000000E04000207D450E745A3B000040400000FA440000803F000000000000000000000000B88D7A008C5A59007A5824000000E144000000000000803F543C1A0000A8CCBD80C43E40006656C0007CBD3F00000000000000000000000000000000``` (212 bytes)
rektbyfaith
09-10-2025, 11:23 AM #2

Archived author: Vel • Posted: 2025-09-10T11:23:31.450000+00:00
Original source

Not sure what I do wrong but I am styl 32 bytes short when I compare my packet with the hotfix_blob content for LightData.
```lua
Packet: 3801088
Size: 197
tableHash: 0x0AD67EBF
recordId: 23099
timestamp: 1757503243
status: 32
size: 180
data (hex): 43 02 64 00 C0 A4 87 00 1B 0C 10 00 4F 47 1E 00 4F 47 1E 00 4F 47 1E 00 4F 47 1E 00 4F 47 1E 00 4F 47 1E 00 45 52 20 00 45 52 20 00 00 00 00 00 45 52 20 00 00 00 00 00 3A 58 4D 00 4E 53 3A 00 3A 5F 4D 00 4E 53 3A 00 00 50 C3 46 00 00 00 00 00 00 90 40 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
```

Compared to for example data:
```0x3913A0058578A100CD9E85002C1F1A0052392C0052392C00593E3000593E30006E441100EAE3C3002D261D001E1712001105000000000000584E34003319130000000000361A0F000000000000000000000000000000E04000207D450E745A3B000040400000FA440000803F000000000000000000000000B88D7A008C5A59007A5824000000E144000000000000803F543C1A0000A8CCBD80C43E40006656C0007CBD3F00000000000000000000000000000000``` (212 bytes)

rektbyfaith
Administrator
0
09-10-2025, 11:25 AM
#3
Archived author: Vel • Posted: 2025-09-10T11:25:36.383000+00:00
Original source

(just an example I pulled from this)
[Image: image.png?ex=690c85b0&is=690b3430&hm=ecf...c748858ff&]
rektbyfaith
09-10-2025, 11:25 AM #3

Archived author: Vel • Posted: 2025-09-10T11:25:36.383000+00:00
Original source

(just an example I pulled from this)
[Image: image.png?ex=690c85b0&is=690b3430&hm=ecf...c748858ff&]

rektbyfaith
Administrator
0
09-10-2025, 11:27 AM
#4
Archived author: Tea • Posted: 2025-09-10T11:27:56.488000+00:00
Original source

you probably missed that last 3 columns are arrays with 4 elements
rektbyfaith
09-10-2025, 11:27 AM #4

Archived author: Tea • Posted: 2025-09-10T11:27:56.488000+00:00
Original source

you probably missed that last 3 columns are arrays with 4 elements

rektbyfaith
Administrator
0
09-10-2025, 11:36 AM
#5
Archived author: Vel • Posted: 2025-09-10T11:36:43.936000+00:00
Original source

It's weird because LightDataMeta defines 46 (45) columns
```c++
static constexpr DB2Meta Instance =
{
.FileDataId = 1375580,
.IndexField = -1,
.ParentIndexField = 0,
.FieldCount = 46,
.FileFieldCount = 46,
.LayoutHash = 0xB5052D20,
.Fields = Fields
};
```
But LightData has 56 columns.
rektbyfaith
09-10-2025, 11:36 AM #5

Archived author: Vel • Posted: 2025-09-10T11:36:43.936000+00:00
Original source

It's weird because LightDataMeta defines 46 (45) columns
```c++
static constexpr DB2Meta Instance =
{
.FileDataId = 1375580,
.IndexField = -1,
.ParentIndexField = 0,
.FieldCount = 46,
.FileFieldCount = 46,
.LayoutHash = 0xB5052D20,
.Fields = Fields
};
```
But LightData has 56 columns.

rektbyfaith
Administrator
0
09-10-2025, 11:36 AM
#6
Archived author: Vel • Posted: 2025-09-10T11:36:58.954000+00:00
Original source

https://wago.tools/db2/LightData?filter%...579&page=1
[Embed: Wago Tools]
https://wago.tools/db2/LightData?filter%...579&page=1
rektbyfaith
09-10-2025, 11:36 AM #6

Archived author: Vel • Posted: 2025-09-10T11:36:58.954000+00:00
Original source

https://wago.tools/db2/LightData?filter%...579&page=1
[Embed: Wago Tools]
https://wago.tools/db2/LightData?filter%...579&page=1

rektbyfaith
Administrator
0
09-10-2025, 11:38 AM
#7
Archived author: Vel • Posted: 2025-09-10T11:38:07.079000+00:00
Original source

Oh that has to do something with the arrays I guess.
rektbyfaith
09-10-2025, 11:38 AM #7

Archived author: Vel • Posted: 2025-09-10T11:38:07.079000+00:00
Original source

Oh that has to do something with the arrays I guess.

rektbyfaith
Administrator
0
09-10-2025, 11:39 AM
#8
Archived author: Vel • Posted: 2025-09-10T11:39:09.301000+00:00
Original source

But how should I know this? It's not specified in the meta that there are any arrays.
rektbyfaith
09-10-2025, 11:39 AM #8

Archived author: Vel • Posted: 2025-09-10T11:39:09.301000+00:00
Original source

But how should I know this? It's not specified in the meta that there are any arrays.

rektbyfaith
Administrator
0
09-10-2025, 11:39 AM
#9
Archived author: Vel • Posted: 2025-09-10T11:39:30.641000+00:00
Original source

Oh...
rektbyfaith
09-10-2025, 11:39 AM #9

Archived author: Vel • Posted: 2025-09-10T11:39:30.641000+00:00
Original source

Oh...

rektbyfaith
Administrator
0
09-10-2025, 11:39 AM
#10
Archived author: Vel • Posted: 2025-09-10T11:39:34.645000+00:00
Original source

i am looking at bad meta now.
rektbyfaith
09-10-2025, 11:39 AM #10

Archived author: Vel • Posted: 2025-09-10T11:39:34.645000+00:00
Original source

i am looking at bad meta now.

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