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): Previous 1 2 3 Next
rektbyfaith
Administrator
0
09-10-2025, 11:39 AM
#11
Archived author: Vel • Posted: 2025-09-10T11:39:39.181000+00:00
Original source

I see the arrays now
rektbyfaith
09-10-2025, 11:39 AM #11

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

I see the arrays now

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

Fc.... Now I am 8 bytes over.
```lua
Packet: 3801088
Size: 233
tableHash: 0x0AD67EBF
recordId: 23099
timestamp: 1757504602
status: 32
size: 216
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 86 65 42 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 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
```
rektbyfaith
09-10-2025, 11:44 AM #12

Archived author: Vel • Posted: 2025-09-10T11:44:00.534000+00:00
Original source

Fc.... Now I am 8 bytes over.
```lua
Packet: 3801088
Size: 233
tableHash: 0x0AD67EBF
recordId: 23099
timestamp: 1757504602
status: 32
size: 216
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 86 65 42 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 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
```

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

https://tenor.com/view/cute-funny-comput...if-3485780
[Embed: Husky Communicates Using Computer]
https://tenor.com/view/cute-funny-comput...if-3485780
rektbyfaith
09-10-2025, 11:44 AM #13

Archived author: Vel • Posted: 2025-09-10T11:44:12.826000+00:00
Original source

https://tenor.com/view/cute-funny-comput...if-3485780
[Embed: Husky Communicates Using Computer]
https://tenor.com/view/cute-funny-comput...if-3485780

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

Okay missing 2 uint32 instead of int32 but that may not be it
rektbyfaith
09-10-2025, 11:52 AM #14

Archived author: Vel • Posted: 2025-09-10T11:52:54.778000+00:00
Original source

Okay missing 2 uint32 instead of int32 but that may not be it

rektbyfaith
Administrator
0
09-10-2025, 11:54 AM
#15
Archived author: Tea • Posted: 2025-09-10T11:54:02.621000+00:00
Original source

sounds correct to me? 41 columns (non array, float+int only) * 4 + 12 (3 columns, array size 4) * 4 + 2 + 2 (first 2 int16)
rektbyfaith
09-10-2025, 11:54 AM #15

Archived author: Tea • Posted: 2025-09-10T11:54:02.621000+00:00
Original source

sounds correct to me? 41 columns (non array, float+int only) * 4 + 12 (3 columns, array size 4) * 4 + 2 + 2 (first 2 int16)

rektbyfaith
Administrator
0
09-10-2025, 11:54 AM
#16
Archived author: Tea • Posted: 2025-09-10T11:54:20.660000+00:00
Original source

thats 216
rektbyfaith
09-10-2025, 11:54 AM #16

Archived author: Tea • Posted: 2025-09-10T11:54:20.660000+00:00
Original source

thats 216

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

The blobs I found for this table in hotfixes sql had 212 bytes.
rektbyfaith
09-10-2025, 11:55 AM #17

Archived author: Vel • Posted: 2025-09-10T11:55:07.044000+00:00
Original source

The blobs I found for this table in hotfixes sql had 212 bytes.

rektbyfaith
Administrator
0
09-10-2025, 11:55 AM
#18
Archived author: Tea • Posted: 2025-09-10T11:55:24.158000+00:00
Original source

the blobs you found are old and structure has changed since 2021
rektbyfaith
09-10-2025, 11:55 AM #18

Archived author: Tea • Posted: 2025-09-10T11:55:24.158000+00:00
Original source

the blobs you found are old and structure has changed since 2021

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

Hm
rektbyfaith
09-10-2025, 11:55 AM #19

Archived author: Vel • Posted: 2025-09-10T11:55:27.836000+00:00
Original source

Hm

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

Well let's try that then.
rektbyfaith
09-10-2025, 11:55 AM #20

Archived author: Vel • Posted: 2025-09-10T11:55:32.053000+00:00
Original source

Well let's try that then.

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