[DiscordArchive] can you send me the link?
[DiscordArchive] can you send me the link?
Archived author: Yehonal • Posted: 2017-08-26T13:07:56.106000+00:00
Original source
can you send me the link?
Archived author: Dany • Posted: 2017-08-26T13:10:09.395000+00:00
Original source
https://github.com/billy1arm/serverCataNoDBC
[Embed: billy1arm/serverCataNoDBC]
serverCataNoDBC - Branch of "MaNGOS" for 4.3.4 (build 15595). The 'Remove DBC Files' fork
https://github.com/billy1arm/serverCataNoDBC
Archived author: Barbz • Posted: 2017-08-26T15:30:48.739000+00:00
Original source
yes that dbc thing, we talked about it long ago, it would be really useful
though if using the WOW client there are DBC that need to be put in the client to display correctly ingame
btw with mydbceditor it's possible to convert a dbc to a sql, I did it for spell.dbc so I could make advanced searches in mysql
and here are some that are already converted (by Sarjuuk, the guy who maintains aowow) https://github.com/Sarjuuk/dbcsql/
[Embed: Sarjuuk/dbcsql]
dbcsql - 3.3.5.12340 DBCs parsed as sql.
https://github.com/Sarjuuk/dbcsql/
Archived author: Yehonal • Posted: 2017-08-26T15:49:45.147000+00:00
Original source
Converting dbc to sql is not the problem, you just need to map known fields with a name and a type.
Archived author: Yehonal • Posted: 2017-08-26T15:50:48.096000+00:00
Original source
But we need to load them in core, maybe starting with a system that just overwrite previously read dbc. In that way we can convert them progressively
Archived author: Yehonal • Posted: 2017-08-26T15:52:15.533000+00:00
Original source
I hope we can do it because imho the server must not be strictly related to wow to work. You should be able to run it even without any client data
Archived author: Yehonal • Posted: 2017-08-26T15:53:55.289000+00:00
Original source
But even because you are able to fix/customize easier
Archived author: Barbz • Posted: 2017-08-26T15:54:03.267000+00:00
Original source
yes, step by step is the best way
Archived author: Dany • Posted: 2017-08-26T16:40:37.222000+00:00
Original source
converting dbc to sql is pointless tbh, juse hackfix wrong dbc value in core
Archived author: Dany • Posted: 2017-08-26T16:40:45.990000+00:00
Original source
less work, same goal