Advertisement
Guest User

Untitled

a guest
May 23rd, 2020
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.43 KB | None | 0 0
  1. -- STORAGES --
  2.  
  3. Storage = {
  4. Postman = {
  5. Mission01 = 12450,
  6. Mission02 = 12451,
  7. Mission03 = 12452,
  8. Mission04 = 12453,
  9. Mission05 = 12454,
  10. Mission06 = 12455,
  11. Mission07 = 12456,
  12. Mission08 = 12457,
  13. Mission09 = 12458,
  14. Mission10 = 12459,
  15. Rank = 12460,
  16. Door = 12461,
  17.  
  18. TravelCarlin = 251,
  19. TravelEdron = 252,
  20. TravelVenore = 253,
  21. TravelCormaya = 254
  22. },
  23.  
  24. DemonOak = {
  25. Done = 1010,
  26. Progress = 1013,
  27. Squares = 1014,
  28.  
  29. AxeBlowsBird = 8288,
  30. AxeBlowsLeft = 8289,
  31. AxeBlowsRight = 8290,
  32. AxeBlowsFace = 8291
  33. },
  34.  
  35.  
  36. AnnihilatorDone = 5000,
  37. VampireShieldDone = 5001,
  38. FireAxeDone = 5002,
  39. MedusaShieldDone = 5003,
  40. CrystalWandDone = 5004,
  41. GriffinShieldDone = 5005,
  42. NaginataQuestDone = 5006,
  43. DemonHelmetDone = 100136,
  44. BehemothDone = 100104,
  45.  
  46. SvargrondArena = {
  47. Arena = 1100,
  48. Pit = 1101,
  49.  
  50. QuestLogGreenhorn = 50140,
  51. QuestLogScrapper = 50141,
  52. QuestLogWarlord = 50142,
  53.  
  54. RewardGreenhorn = 26300,
  55. RewardScrapper = 27300,
  56. RewardWarlord = 28300,
  57.  
  58. TrophyGreenhorn = 1103,
  59. TrophyScrapper = 1105,
  60. TrophyWarlord = 1107,
  61.  
  62. -- Reward Doors
  63. Greenhorn = 26100,
  64. Scrapper = 27100,
  65. Warlord = 28100
  66. },
  67.  
  68. ElementalSphere = {
  69. QuestLine = 10000,
  70. BossStorage = 10001,
  71. MachineGemCount = 10002
  72. },
  73.  
  74. TheNewFrontier = {
  75. Questline = 12130, -- Storage through the Quest
  76. Mission01 = 12131,
  77. Mission02 = 12132,
  78. Mission03 = 12133,
  79. Mission04 = 12134,
  80. Mission05 = 12135,
  81. Mission06 = 12136,
  82. Mission07 = 12137,
  83. Mission08 = 12138,
  84. Mission09 = 12139,
  85. Mission10 = 12140,
  86.  
  87. TomeofKnowledge = 12141,
  88.  
  89. Beaver1 = 12142,
  90. Beaver2 = 12143,
  91. Beaver3 = 12144,
  92.  
  93. BribeKing = 12145,
  94. BribeLeeland = 12146,
  95. BribeExplorerSociety = 12147,
  96. BribeWydrin = 12148,
  97. BribeTelas = 12149,
  98. BribeHumgolf = 12150
  99. },
  100.  
  101. PitsOfInferno = {
  102. ShortcutHub = 8819,
  103. ShortcutLevers = 8818,
  104. Pumin = 50096,
  105.  
  106. WeaponReward = 10544,
  107.  
  108. ThroneInfernatil = 2080,
  109. ThroneTafariel = 2081,
  110. ThroneVerminor = 2082,
  111. ThroneApocalypse = 2083,
  112. ThroneBazir = 2084,
  113. ThroneAshfalor = 2085,
  114. ThronePumin = 2086
  115. },
  116.  
  117. SeaOfLightQuest = {
  118. Questline = 50250,
  119. Mission1 = 50251,
  120. Mission2 = 50252,
  121. Mission3 = 50253,
  122. StudyTimer = 50254,
  123. LostMinesCrystal = 50255
  124. },
  125.  
  126. KillingInTheNameOf = {
  127. LugriNecromancers = 50000,
  128. LugriNecromancerCount = 50001,
  129.  
  130. MissionTiquandasRevenge = 22222,
  131. TiquandasRevengeTeleport = 22555,
  132. MissionDemodras = 22223,
  133. DemodrasTeleport = 22556
  134.  
  135. },
  136. }
  137.  
  138. GlobalStorage = {
  139. PitsOfInfernoLevers = 1000,
  140.  
  141. ElementalSphere = {
  142. BossRoom = 10004,
  143.  
  144. KnightBoss = 8568,
  145. SorcererBoss = 8569,
  146. PaladinBoss = 8570,
  147. DruidBoss = 8578,
  148.  
  149. Machine1 = 10005,
  150. Machine2 = 10006,
  151. Machine3 = 10007,
  152. Machine4 = 10008
  153. }
  154. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement