[DiscordArchive] Hey guys, just a quick a question. If you have ...
[DiscordArchive] Hey guys, just a quick a question. If you have ...
Archived author: Needle • Posted: 2025-08-25T20:52:24.953000+00:00
Original source
Archived author: Needle • Posted: 2025-08-25T20:52:27.850000+00:00
Original source
Thread automatically created by Algardo in <#415944535718494208>
Archived author: stoneharry • Posted: 2025-08-25T23:07:49.280000+00:00
Original source
<@227212147074007041> Blizzard leaked a dbc with all locales filled in one ptr build: https://i.imgur.com/wUQbkHZ.png
I have a copy but it's not 3.3.5 compatible. You could automate copying the strings from this to your DBC.
Spell Editor lets you import/export DBCs to SQL (in fact it must do this to function). You can then run queries on the data in your spell editor DB. So you could copy the name to all the other locale fields.
Note that the clients do have different character sets which means not all characters will render the same.https://imgur.com/wUQbkHZ
Archived author: stoneharry • Posted: 2025-08-25T23:22:35.422000+00:00
Original source
?? ?? ?? = characters MyDBCEditor cannot render
Archived author: Algardo • Posted: 2025-08-26T08:09:40.582000+00:00
Original source
i tried with sql but for some reason i cannot do it, im pretty sure i was doing something wrong
i found another way to do it, exporting my english spell.dbc to csv, deleting all the no-custom spells lines, deleting the english descriptions and adding translation in the new language fields and then importing the csv with the new values to the other language spell.dbc
i got another question about this spell.dbc, if i modified in the past an existing spell in my english spell.dbc and dont remember which one i modified, when someone is using spanish language where that spell is not modified, it will cause just visual errors (like not showing correct spelldmg info) or something else?
for example if i modified the rangeindex, or the casting time, or dispeltype, i guess it will show to the player wrong visual values, not causing him to cast in less time the spell (cause its server-side managed) no?
btw thanks for all the help <@271350028985958408> ❤️
Archived author: stoneharry • Posted: 2025-08-26T12:43:08.712000+00:00
Original source
Yes, client side is mostly visual only.