Advertisement
Guest User

Untitled

a guest
Apr 22nd, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.84 KB | None | 0 0
  1. {
  2. { "Quests", "Quests:" },
  3. { "delInprog", "Vous avez déjà une mission de livraison en cours." },
  4. { "QC", "Quest Creator:" },
  5. { "noAItem", "Unable to find a active item. Place the item in your hands then type " },
  6. { "nameExists", "A quest with this name already exists" },
  7. { "objAmount", "You need to enter a objective amount" },
  8. { "OA", "Objective Amount:" },
  9. { "Desc", "Description:" },
  10. { "noRM", "You need to enter a reward multiplier" },
  11. { "RM", "Reward Multiplier:" },
  12. { "noRA", "You need to enter a reward amount" },
  13. { "RA", "Reward Amount:" },
  14. { "noCD", "You need to enter a cooldown amount" },
  15. { "CD1", "Cooldown Timer (minutes):" },
  16. { "qComple", "You have completed the quest" },
  17. { "claRew", "You can claim your reward from the quest menu." },
  18. { "qCancel", "You have cancelled this quest." },
  19. { "rewRet", "has been returned to you" },
  20. { "minDV", "Delivery missions require atleast 2 vendors. Add some more vendors to activate delivery missions" },
  21. { "DVSucc", "You have successfully added a new delivery vendor" },
  22. { "saveQ", "You have successfully saved the quest:" },
  23. { "QCCancel", "You have cancelled quest creation" },
  24. { "KillOBJ", "Kill quests require you to kill 'X' amount of the target objective" },
  25. { "CraftOBJ", "Crafting quests require you to craft 'X' amount of the objective item" },
  26. { "GatherOBJ", "Gather quests require you to gather 'X' amount of the objective from resources" },
  27. { "LootOBJ", "Loot quests require you to collect 'X' amount of the objective item from containers" },
  28. { "DelvOBJ", "Delivery quests require you to deliver a package from one vendor to another" },
  29. { "aQVReg", "This NPC is already a registered Quest vendor" },
  30. { "aDVReg", "This NPC is already a registed Delivery vendor" },
  31. { "Kill", "Kill" },
  32. { "Gather", "Gather" },
  33. { "Craft", "Craft" },
  34. { "Loot", "Loot" },
  35. { "Delivery", "Delivery" },
  36. { "Your Quests", "Your Quests" },
  37. { "Create Quest", "Create Quest" },
  38. { "Edit Quest", "Edit Quest" },
  39. { "Delete Quest", "Delete Quest" },
  40. { "Close", "Close" },
  41. { "Next", "Next" },
  42. { "Back", "Back" },
  43. { "noQ", "The are currently no" },
  44. { "quests", "quests" },
  45. { "Pending", "Pending" },
  46. { "Completed", "Completed" },
  47. { "Accept Quest", "Accept Quest" },
  48. { "Status:", "Status:" },
  49. { "Description:", "Description:" },
  50. { "Amount Required:", "Amount Required:" },
  51. { "Reward:", "Reward:" },
  52. { "yqDesc", "Check your current progress for each quest" },
  53. { "STATS", "STATS" },
  54. { "noQDSaved", "You don't have any quest data saved" },
  55. { "Cancel Quest", "Cancel Quest" },
  56. { "Claim Reward", "Claim Reward" },
  57. { "Remove", "Remove" },
  58. { "Cooldown", "Cooldown" },
  59. { "Collected:", "Collected:" },
  60. { "Reward Claimed:", "Reward Claimed:" },
  61. { "DELIVERY", "DELIVERY" },
  62. { "noADM", "You do not have a active delivery mission" },
  63. { "Destination:", "Destination:" },
  64. { "Distance:", "Distance:" },
  65. { "Cancel", "Cancel" },
  66. { "selCreat", "Select a quest type to begin creation" },
  67. { "CREATOR", "CREATOR" },
  68. { "creHelMen", "This is the quest creation help menu" },
  69. { "creHelFol", "Follow the instructions given by typing in chat" },
  70. { "creHelExi", "You can exit quest creation at any time by typing" },
  71. { "creHelName", "To proceed enter the name of your new quest!" },
  72. { "creHelObj", "Choose a quest objective from the list" },
  73. { "creHelRA", "Enter a required amount" },
  74. { "creHelQD", "Enter a quest description" },
  75. { "creHelRT", "Choose a reward type" },
  76. { "creHelNewRew", "Select a reward to remove, or add a new one" },
  77. { "Coins", "Coins" },
  78. { "RP", "RP" },
  79. { "HuntXP", "XP" },
  80. { "Item", "Item" },
  81. { "creHelRewA", "Enter a reward amount" },
  82. { "creHelIH", "Place the item you want to issue as a reward in your hands and type" },
  83. { "creHelAR", "Would you like to add additional rewards?" },
  84. { "Yes", "Yes" },
  85. { "No", "No" },
  86. { "creHelID", "Would you like to enable item deduction (take items from player when collected)?" },
  87. { "creHelCD", "Enter a cooldown time (in minutes)" },
  88. { "creHelSQ", "You have successfully created a new quest. To confirm click 'Save Quest'" },
  89. { "Save Quest", "Save Quest" },
  90. { "Name:", "Name:" },
  91. { "Objective:", "Objective:" },
  92. { "CDMin", "Cooldown (minutes):" },
  93. { "Quest Type:", "Quest Type:" },
  94. { "Required Amount:", "Required Amount:" },
  95. { "Item Deduction:", "Item Deduction:" },
  96. { "delHelMen", "Here you can add delivery missions and Quest vendors." },
  97. { "delHelChoo", "Choose either a Deiver vendor (delivery mission) or a Quest vendor (npc based quest menu)" },
  98. { "Quest Vendor", "Quest Vendor" },
  99. { "Delivery Vendor", "Delivery Vendor" },
  100. { "delHelNewNPC", "Stand infront of the NPC you wish to add and type" },
  101. { "delHelMult", "Delivery mission rewards are based on distance X a multiplier. Keep this in mind when selecting a reward." },
  102. { "delHelRM", "Enter a reward multiplier (per unit)." },
  103. { "delHelRM1", "For example, if a delivery is" },
  104. { "delHelRM2", "away, and the multiplier is" },
  105. { "delHelRM3", "the total reward amount would be" },
  106. { "delHelDD", "Enter a delivery description." },
  107. { "delHelNewV", "You have successfully added a new delivery vendor. To confirm click 'Save Quest'" },
  108. { "Accept", "Accept" },
  109. { "Decline", "Decline" },
  110. { "Claim", "Claim" },
  111. { "delComplMSG", "Thanks for making the delivery" },
  112. { "Delete NPC", "Delete NPC" },
  113. { "REMOVER", "REMOVER" },
  114. { "Delivery Vendors", "Delivery Vendors" },
  115. { "Quest Vendors", "Quest Vendors" },
  116. { "confDel", "Are you sure you want to delete:" },
  117. { "confCan", "Are you sure you want to cancel:" },
  118. { "confCan2", "Any progress you have made will be lost!" },
  119. { "EDITOR", "EDITOR" },
  120. { "chaEdi", "Select a value to change" },
  121. { "Name", "Name" },
  122. { "Description", "Description" },
  123. { "Objective", "Objective" },
  124. { "Amount", "Amount" },
  125. { "Reward", "Reward" },
  126. { "qAccep", "You have accepted the quest" },
  127. { "dAccep", "You have accepted the delivery mission" },
  128. { "canConf", "You have cancelled the delivery mission" },
  129. { "rewRec", "You have recieved" },
  130. { "rewError", "Unable to issue your reward. Please contact an administrator" },
  131. { "Quest NPCs:", "Quest NPCs:" },
  132. { "newVSucc", "You have successfully added a new Quest vendor" },
  133. { "noNPC", "Unable to find a valid NPC" },
  134. { "addNewRew", "Add Reward" },
  135. { "NoTP", "You cannot teleport while you are on a delivery mission" },
  136. { "noVendor", "To accept new Quests you must find a Quest Vendor" },
  137. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement