Skip to content
Schmoozerd edited this page Apr 14, 2013 · 1 revision

Back to world database list of tables.

The `locales_quest` table

This table is used to provide to localized clients with localized string for quest templates.

Structure

Field Type Null Key Default Extra
entry int(11) unsigned NO PRI 0
Title_loc1 text YES None
Title_loc2 text YES None
Title_loc3 text YES None
Title_loc4 text YES None
Title_loc5 text YES None
Title_loc6 text YES None
Title_loc7 text YES None
Details_loc1 text YES None
Details_loc2 text YES None
Details_loc3 text YES None
Details_loc4 text YES None
Details_loc5 text YES None
Details_loc6 text YES None
Details_loc7 text YES None
Objectives_loc1 text YES None
Objectives_loc2 text YES None
Objectives_loc3 text YES None
Objectives_loc4 text YES None
Objectives_loc5 text YES None
Objectives_loc6 text YES None
Objectives_loc7 text YES None
OfferRewardText_loc1 text YES None
OfferRewardText_loc2 text YES None
OfferRewardText_loc3 text YES None
OfferRewardText_loc4 text YES None
OfferRewardText_loc5 text YES None
OfferRewardText_loc6 text YES None
OfferRewardText_loc7 text YES None
RequestItemsText_loc1 text YES None
RequestItemsText_loc2 text YES None
RequestItemsText_loc3 text YES None
RequestItemsText_loc4 text YES None
RequestItemsText_loc5 text YES None
RequestItemsText_loc6 text YES None
RequestItemsText_loc7 text YES None
EndText_loc1 text YES None
EndText_loc2 text YES None
EndText_loc3 text YES None
EndText_loc4 text YES None
EndText_loc5 text YES None
EndText_loc6 text YES None
EndText_loc7 text YES None
ObjectiveText1_loc1 text YES None
ObjectiveText1_loc2 text YES None
ObjectiveText1_loc3 text YES None
ObjectiveText1_loc4 text YES None
ObjectiveText1_loc5 text YES None
ObjectiveText1_loc6 text YES None
ObjectiveText1_loc7 text YES None
ObjectiveText2_loc1 text YES None
ObjectiveText2_loc2 text YES None
ObjectiveText2_loc3 text YES None
ObjectiveText2_loc4 text YES None
ObjectiveText2_loc5 text YES None
ObjectiveText2_loc6 text YES None
ObjectiveText2_loc7 text YES None
ObjectiveText3_loc1 text YES None
ObjectiveText3_loc2 text YES None
ObjectiveText3_loc3 text YES None
ObjectiveText3_loc4 text YES None
ObjectiveText3_loc5 text YES None
ObjectiveText3_loc6 text YES None
ObjectiveText3_loc7 text YES None
ObjectiveText4_loc1 text YES None
ObjectiveText4_loc2 text YES None
ObjectiveText4_loc3 text YES None
ObjectiveText4_loc4 text YES None
ObjectiveText4_loc5 text YES None
ObjectiveText4_loc6 text YES None
ObjectiveText4_loc7 text YES None

Description of the fields

entry

This entry must be the same as quest_template.entry and then the row will be used to provide localization support for this quest_template record.

Title_locX

Translated content for quest_template.title field for language X. See localization languages list to know which value to use for X.

Details_locX

Translated content for quest_template.details field for language X. See localization languages list to know which value to use for X.

Objectives_locX

Translated content for quest_template.objectives field for language X. See localization languages list to know which value to use for X.

OfferRewardText_locX

Translated content for quest_template.OfferRewardText field for language X. See localization languages list to know which value to use for X.

RequestItemsText_locX

Translated content for quest_template.RequestItemsText field for language X. See localization languages list to know which value to use for X.

EndText_locX

Translated content for quest_template.EndText field for language X. See localization languages list to know which value to use for X.

ObjectiveTextA_locX

Translated content for quest_template.ObjectiveText field for language X. See localization languages list to know which value to use for X.

Clone this wiki locally