Advertisement
Kreiri

Rift quests Lua table example

Mar 24th, 2012
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 5.93 KB | None | 0 0
  1.           {
  2.               Zone = "Whitefall Steppes",
  3.               ObjectivesCompleteText = {
  4.                   German = "Kehrt zurück zu Eldhu Bangal in der Kommandozentrale Catari.",
  5.                   French = "Retourner voir Eldhu Bangal au Centre de commandement de Catari.",
  6.                   English = "Return to Eldhu Bangal in Catari Command Center",
  7.               },
  8.               Completers = {
  9.                   NPCId = "2037435620",
  10.               },
  11.               ShortDescription = {
  12.                   German = "Tretet den Wächtern in den Weißfallsteppen gegenüber und besiegt ihre Truppen fünf Mal.",
  13.                   French = "Affrontez les Gardiens dans les Steppes des Chutes Blanches et triomphez d'eux à cinq reprises.",
  14.                   English = "Confront the Guardians in Whitefall Steppes and overcome their forces five times.",
  15.               },
  16.               LongDescription = {
  17.                   German = "Diese Wächter sind unerbittlich! Wir müssen dafür sorgen, dass sie die Artefakte aus den Weißfallsteppen nicht in die Hände bekommen, sonst werden wir plötzlich alle von einer falschen "Liebe" zur Vigilie erfasst! Ich verlange einen unnachgiebigen Angriff auf ihre Basis. Geht in die Weißfallsteppen und behaltet sie unter Kontrolle, Skeptiker!",
  18.                   French = "Ces maudits Gardiens ne renoncent jamais ! Nous devons les empêcher de mettre la main sur les artefacts des Steppes des Chutes Blanches, sans quoi ils les emploieront contre nous, et nous finirons en adorateurs décérébrés des Veilleurs ! Nous devons absolument attaquer leur base. Rendez-vous dans les Steppes des Chutes Blanches et donnez-leur une leçon de la part des Renégats.",
  19.                   English = "These Guardians are unrelenting! We need to keep the artifacts from Whitefall Steppes out of their hands, lest we all find our minds consumed with a false 'love' of the Vigil! I demand a relentless assault on their base. Go to Whitefall Steppes, Defiant, and dominate them.",
  20.               },
  21.               Level = "35",
  22.               Repeatable = "Never",
  23.               CanShare = true,
  24.               Scope = "PvP",
  25.               Rewards = {
  26.                   PickOne = {
  27.                       Reward = {
  28.                           {
  29.                               ItemKey = "97C186B60101010101",
  30.                               Quantity = "1",
  31.                               Name = {
  32.                                   German = "Siegel des Lebenden Blitzes",
  33.                                   French = "Sceau de Vif-éclair",
  34.                                   English = "Living Lightning Signet",
  35.                               },
  36.                           },
  37.                           {
  38.                               ItemKey = "98C186B60101010101",
  39.                               Quantity = "1",
  40.                               Name = {
  41.                                   German = "Ruhe vor dem Sturm",
  42.                                   French = "Calme antédiluvien",
  43.                                   English = "Calm Before the Storm",
  44.                               },
  45.                           },
  46.                           {
  47.                               ItemKey = "99C186B60101010101",
  48.                               Quantity = "1",
  49.                               Name = {
  50.                                   German = "Das Zentrum des Unwetters",
  51.                                   French = "L'œil de la tempête",
  52.                                   English = "Eye of the Storm",
  53.                               },
  54.                           },
  55.                           {
  56.                               ItemKey = "9AC186B60101010101",
  57.                               Quantity = "1",
  58.                               Name = {
  59.                                   German = "Sturmkraftsiegel",
  60.                                   French = "Sceau de Force tempétueuse",
  61.                                   English = "Gale Force Signet",
  62.                               },
  63.                           },
  64.                       },
  65.                   },
  66.                   XP = "4800",
  67.                   Silver = "2205",
  68.                   Guaranteed = {
  69.                       Reward = {
  70.                           Amount = "500",
  71.                           MaxLevel = "4",
  72.                           Faction = "The Storm Guard",
  73.                       },
  74.                   },
  75.               },
  76.               QuestId = "1466761742",
  77.               FirstCompletedBy = "",
  78.               Events = {
  79.               },
  80.               Denouement = {
  81.                   German = "Wir können jetzt wohl davon ausgehen, dass die Wächter-Gefahr in den Weißfallsteppen endlich gebannt ist. Gut gemacht, Skeptiker!",
  82.                   French = "Je pense que nous sommes enfin débarrassés des Gardiens dans les Steppes des Chutes Blanches. Les Renégats peuvent être fiers de vous.",
  83.                   English = "I think we may finally consider ourselves rid of the threat of the Guardians in Whitefall Steppes. Nicely done, Defiant.",
  84.               },
  85.               RequireAll = {
  86.                   QuestId = {
  87.                       "1657612521",
  88.                       "1752045092",
  89.                   },
  90.               },
  91.               Name = {
  92.                   German = "Verwüstender Angriff",
  93.                   French = "Assaut ravageur",
  94.                   English = "Ravaging Onslaught",
  95.               },
  96.               Givers = {
  97.                   NPCId = "2037435620",
  98.               },
  99.               Objectives = {
  100.                   Objective = {
  101.                       Description = {
  102.                           German = "Gewinnt 5 Spiele in Weißfallsteppen.",
  103.                           French = "Remporter 5 parties dans les Steppes des Chutes Blanches",
  104.                           English = "Win 5 matches in Whitefall Steppes",
  105.                       },
  106.                       Count = "5",
  107.                   },
  108.               },
  109.           },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement