Forums WoW Modding Support Archives TrinityCore Discord Archives [DiscordArchive] Is your WoW version 901 by any chance?

[DiscordArchive] Is your WoW version 901 by any chance?

[DiscordArchive] Is your WoW version 901 by any chance?

Pages (2): 1 2 Next
rektbyfaith
Administrator
0
10-29-2020, 11:55 AM
#1
Archived author: MaxtorCoder • Posted: 2020-10-29T11:55:55.105000+00:00
Original source

Is your WoW version 901 by any chance?
rektbyfaith
10-29-2020, 11:55 AM #1

Archived author: MaxtorCoder • Posted: 2020-10-29T11:55:55.105000+00:00
Original source

Is your WoW version 901 by any chance?

rektbyfaith
Administrator
0
10-29-2020, 11:56 AM
#2
Archived author: MaxtorCoder • Posted: 2020-10-29T11:56:12.914000+00:00
Original source

If so, you'll have to wait
rektbyfaith
10-29-2020, 11:56 AM #2

Archived author: MaxtorCoder • Posted: 2020-10-29T11:56:12.914000+00:00
Original source

If so, you'll have to wait

rektbyfaith
Administrator
0
10-29-2020, 11:56 AM
#3
Archived author: MaxtorCoder • Posted: 2020-10-29T11:56:19.184000+00:00
Original source

Since TrinityCore does not support 901 yet
rektbyfaith
10-29-2020, 11:56 AM #3

Archived author: MaxtorCoder • Posted: 2020-10-29T11:56:19.184000+00:00
Original source

Since TrinityCore does not support 901 yet

rektbyfaith
Administrator
0
10-29-2020, 11:57 AM
#4
Archived author: Kamian • Posted: 2020-10-29T11:57:50.677000+00:00
Original source

Ay, yeah. That explains alot
rektbyfaith
10-29-2020, 11:57 AM #4

Archived author: Kamian • Posted: 2020-10-29T11:57:50.677000+00:00
Original source

Ay, yeah. That explains alot

rektbyfaith
Administrator
0
10-29-2020, 11:58 AM
#5
Archived author: MaxtorCoder • Posted: 2020-10-29T11:58:10.304000+00:00
Original source

I could also go into detail why the map extraction failed, but idk if you care <:lul:451485508380655616>
rektbyfaith
10-29-2020, 11:58 AM #5

Archived author: MaxtorCoder • Posted: 2020-10-29T11:58:10.304000+00:00
Original source

I could also go into detail why the map extraction failed, but idk if you care <:lul:451485508380655616>

rektbyfaith
Administrator
0
10-29-2020, 11:58 AM
#6
Archived author: Kamian • Posted: 2020-10-29T11:58:57.344000+00:00
Original source

yeah, would be a pleasure to know why
rektbyfaith
10-29-2020, 11:58 AM #6

Archived author: Kamian • Posted: 2020-10-29T11:58:57.344000+00:00
Original source

yeah, would be a pleasure to know why

rektbyfaith
Administrator
0
10-29-2020, 11:59 AM
#7
Archived author: MaxtorCoder • Posted: 2020-10-29T11:59:47.033000+00:00
Original source

Well, the map extractor extracts the DB2 files first, as shown here: https://github.com/TrinityCore/TrinityCo....cpp#L1302
[Embed: TrinityCore/TrinityCore]
TrinityCore Open Source MMO Framework (master = 8.3.7.35662, 3.3.5 = 3.3.5a.12340) - TrinityCore/TrinityCore
https://github.com/TrinityCore/TrinityCo...System.cpp
rektbyfaith
10-29-2020, 11:59 AM #7

Archived author: MaxtorCoder • Posted: 2020-10-29T11:59:47.033000+00:00
Original source

Well, the map extractor extracts the DB2 files first, as shown here: https://github.com/TrinityCore/TrinityCo....cpp#L1302
[Embed: TrinityCore/TrinityCore]
TrinityCore Open Source MMO Framework (master = 8.3.7.35662, 3.3.5 = 3.3.5a.12340) - TrinityCore/TrinityCore
https://github.com/TrinityCore/TrinityCo...System.cpp

rektbyfaith
Administrator
0
10-29-2020, 12:00 PM
#8
Archived author: MaxtorCoder • Posted: 2020-10-29T12:00:05.717000+00:00
Original source

New DB2s need to be added to the list (that's the 1st thing)
rektbyfaith
10-29-2020, 12:00 PM #8

Archived author: MaxtorCoder • Posted: 2020-10-29T12:00:05.717000+00:00
Original source

New DB2s need to be added to the list (that's the 1st thing)

rektbyfaith
Administrator
0
10-29-2020, 12:00 PM
#9
Archived author: MaxtorCoder • Posted: 2020-10-29T12:00:21.258000+00:00
Original source

Then it extracts the map files (here: https://github.com/TrinityCore/TrinityCo...m.cpp#L243)
[Embed: TrinityCore/TrinityCore]
TrinityCore Open Source MMO Framework (master = 8.3.7.35662, 3.3.5 = 3.3.5a.12340) - TrinityCore/TrinityCore
https://github.com/TrinityCore/TrinityCo...System.cpp
rektbyfaith
10-29-2020, 12:00 PM #9

Archived author: MaxtorCoder • Posted: 2020-10-29T12:00:21.258000+00:00
Original source

Then it extracts the map files (here: https://github.com/TrinityCore/TrinityCo...m.cpp#L243)
[Embed: TrinityCore/TrinityCore]
TrinityCore Open Source MMO Framework (master = 8.3.7.35662, 3.3.5 = 3.3.5a.12340) - TrinityCore/TrinityCore
https://github.com/TrinityCore/TrinityCo...System.cpp

rektbyfaith
Administrator
0
10-29-2020, 12:00 PM
#10
Archived author: MaxtorCoder • Posted: 2020-10-29T12:00:45.354000+00:00
Original source

7 lines down you can see the line `TryLoadDB2("Map.db2", &source, &db2, MapLoadInfo::Instance());`, right?
rektbyfaith
10-29-2020, 12:00 PM #10

Archived author: MaxtorCoder • Posted: 2020-10-29T12:00:45.354000+00:00
Original source

7 lines down you can see the line `TryLoadDB2("Map.db2", &source, &db2, MapLoadInfo::Instance());`, right?

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