What's new

Quest Language???

Mr. Satan

Admiral Squatbar
Mythical User
Head Moderator
Gold Supporter
MoP Premium
Superior Member
1,012
2016
196
Location
World Martial Arts Championships
How can I translate quest to another language? spanish :innocent:

I could be wrong on this, as I've never done this before, but I have an idea, and it seems fairly easy.

Make sure you have a Database editing program, such as HeidiSQL.
Open your server, then open HeidiSQL and log in, then under the 'world' database (I can't remember the full name in the v7 repack, just whatever has 'World' in it) look for the table: 'quest_template'
Find the columns 'OfferRewardText', 'RequestItemsText', 'CompletedText'
That's all you need to edit to translate a quest, I believe.

Just translate whatever needs to be translated, but make sure to keep specific parts, such as "$N" or "$B" or "$C", etc. Those refer to specific names, such as your character name, and item name, that NPC's name, or something similar.
 

eyerobot

Gold Supporter
Superior Member
916
2015
24
Location
Barryton Michigan USA
I thought the locales tables had the translations to other languages in them? First I would make sure that my locale is set in the conf files. So the server knows its supposed to use spanish. Then test and see what happens.
 

Mr. Satan

Admiral Squatbar
Mythical User
Head Moderator
Gold Supporter
MoP Premium
Superior Member
1,012
2016
196
Location
World Martial Arts Championships
I thought the locales tables had the translations to other languages in them? First I would make sure that my locale is set in the conf files. So the server knows its supposed to use spanish. Then test and see what happens.

I thought that was just the client's translations, meaning only text in the login screen, settings/interface, etc.
I say this because I don't think the client contains all the quest text in it. I'm pretty sure it's set up somewhere in the database, if not where I suggested in my previous post. Else how would you make custom quests with custom text?
 

eyerobot

Gold Supporter
Superior Member
916
2015
24
Location
Barryton Michigan USA
I have no idea, If that's true then the only easy option would be to find a repack that's already translated, Or copy their quest text into your database.
 

Rhisk

Senior User
Veteran Member
67
2016
4
Location
Cuba
It is easy the translation is done in the table locales_quest.
The fields 6 and 7 are the ones used for Spanish, one is for esES and the other for esMX, check in your client which of the 2 is the one you have.

Examples:
Title_loc6
Details_loc7
Objectives_loc7
 
Top