Advertisement
Guest User

quest thingy

a guest
Sep 17th, 2019
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 13.25 KB | None | 0 0
  1. This is inside quest class, and the new int[]{1, 2} is the stages of the quest.
  2.  
  3. Considering that the vast majority of the quest has a -1 there, suggests that they have not added the values for those quest.
  4.  
  5. The last index in the int[]{} is the value that the quest is finished at.
  6.                
  7. BLACK_KNIGHTS_FORTRESS = new Quest(a[133], 0, 6);
  8.                 COOKS_ASSISTANT = new Quest(a[72], 1, 6, 1, 29, new int[]{1, 2});
  9.                 CORSAIR_CURSE = new Quest(a[42], 2, 6, 2, -1, new int[]{-1});
  10.                 DEMON_SLAYER = new Quest(a[47], 3, 6, 3, 222, new int[]{-1});
  11.                 DORICS_QUEST = new Quest(a[28], 4, 6, 4, 31, new int[]{-1});
  12.                 DRAGON_SLAYER = new Quest(a[67], 5, 6, 5, 176, new int[]{-1});
  13.                 ERNEST_THE_CHICKEN = new Quest(a[61], 6, 6, 6, 32, new int[]{-1});
  14.                 GOBLIN_DIPLOMACY = new Quest(a[130], 7, 6, 7, 62, new int[]{-1});
  15.                 IMP_CATCHER = new Quest(a[108], 8, 6, 8, 160, new int[]{-1});
  16.                 THE_KNIGHTS_SWORD = new Quest(a[143], 9, 6, 9, 122, new int[]{1, 2, 3, 4, 5, 6, 7});
  17.                 MISTHALIN_MYSTERY = new Quest(a[118], 10, 6, 10, -1, new int[]{-1});
  18.                 PIRATES_TREASURE = new Quest(a[115], 11, 6, 11, 71, new int[]{-1});
  19.                 PRINCE_ALI_RESCUE = new Quest(a[95], 12, 6, 12, 273, new int[]{-1});
  20.                 THE_RESTLESS_GHOST = new Quest(a[24], 13, 6, 13, 107, new int[]{1, 2, 3, 4, 5});
  21.                 ROMEO_AND_JULIET = new Quest(a[53], 14, 6, 14, 144, new int[]{10, 20, 30, 40, 50, 60, 100});
  22.                 RUNE_MYSTERIES = new Quest(a[12], 15, 6, 15, 63, new int[]{1, 2, 3, 4, 5, 6});
  23.                 SHEEP_SHEARER = new Quest(a[92], 16, 6, 16, 179, new int[]{1, 21});
  24.                 SHIELD_OF_ARRAV = new Quest(a[44], 17, 6, 17, 145, new int[]{-1});
  25.                 VAMPIRE_SLAYER = new Quest(a[3], 18, 6, 18, 178, new int[]{-1});
  26.                 WITCHS_POTION = new Quest(a[23], 19, 6, 19, 67, new int[]{-1});
  27.                 X_MARKS_THE_SPOT = new Quest(a[153], 20, 6, 20, -1, new int[]{-1});
  28.                 ANIMAL_MAGNETISM = new Quest(a[99], 21, 7, 0, 939, new int[]{-1});
  29.                 ANOTHER_SLICE_OF_HAM = new Quest(a[88], 22, 7, 1, 997, new int[]{-1});
  30.                 THE_ASCENT_OF_ARCEUUS = new Quest(a[32], 23, 7, 119, -1, new int[]{-1});
  31.                 BETWEEN_A_ROCK = new Quest(a[80], 24, 7, 2, 433, new int[]{-1});
  32.                 BIG_CHOMPY_BIRD_HUNTING = new Quest(a[150], 25, 7, 3, 293, new int[]{-1});
  33.                 BIOHAZARD = new Quest(a[114], 26, 7, 4, 68, new int[]{-1});
  34.                 BONE_VOYAGE = new Quest(a[145], 27, 7, 35, -1, new int[]{-1});
  35.                 CABIN_FEVER = new Quest(a[127], 28, 7, 5, 655, new int[]{-1});
  36.                 CLIENT_OF_KOUREND = new Quest(a[7], 29, 7, 112, -1, new int[]{-1});
  37.                 CLOCK_TOWER = new Quest(a[59], 30, 7, 6, 10, new int[]{-1});
  38.                 COLD_WAR = new Quest(a[48], 31, 7, 7, 968, new int[]{-1});
  39.                 CONTACT = new Quest(a[93], 32, 7, 8, 964, new int[]{-1});
  40.                 CREATURE_OF_FENKENSTRAIN = new Quest(a[60], 33, 7, 9, 399, new int[]{-1});
  41.                 DARKNESS_OF_HALLOWVALE = new Quest(a[29], 34, 7, 10, 869, new int[]{-1});
  42.                 DEATH_PLATEAU = new Quest(a[126], 35, 7, 11, 314, new int[]{-1});
  43.                 DEATH_TO_THE_DORGESHUUN = new Quest(a[120], 36, 7, 12, 794, new int[]{-1});
  44.                 THE_DEPTHS_OF_DESPAIR = new Quest(a[106], 37, 7, 13, -2, new int[0]);
  45.                 DESERT_TREASURE = new Quest(a[31], 38, 7, 14, 440, new int[]{-1});
  46.                 DEVIOUS_MINDS = new Quest(a[134], 39, 7, 15, 622, new int[]{-1});
  47.                 THE_DIGSITE = new Quest(a[8], 40, 7, 16, 131, new int[]{-1});
  48.                 DRAGON_SLAYER_2 = new Quest(a[68], 41, 7, 17, -1, new int[]{-1});
  49.                 DREAM_MENTOR = new Quest(a[9], 42, 7, 18, 1003, new int[]{-1});
  50.                 DRUIDIC_RITUAL = new Quest(a[146], 43, 7, 19, 80, new int[]{1, 2, 3, 4});
  51.                 DWARF_CANNON = new Quest(a[147], 44, 7, 20, -1, new int[]{-1});
  52.                 EADGARS_RUSE = new Quest(a[94], 45, 7, 21, 335, new int[]{-1});
  53.                 EAGLES_PEAK = new Quest(a[131], 46, 7, 22, 934, new int[]{-1});
  54.                 ELEMENTAL_WORKSHOP_I = new Quest(a[69], 47, 7, 23, 299, new int[]{-1});
  55.                 ELEMENTAL_WORKSHOP_II = new Quest(a[34], 48, 7, 24, 896, new int[]{-1});
  56.                 ENAKHRAS_LAMENT = new Quest(a[41], 49, 7, 25, 651, new int[]{-1});
  57.                 ENLIGHTENED_JOURNEY = new Quest(a[96], 50, 7, 26, 912, new int[]{-1});
  58.                 THE_EYES_OF_GLOUPHRIE = new Quest(a[122], 51, 7, 27, 844, new int[]{-1});
  59.                 FAIRYTALE_I = new Quest(a[62], 52, 7, 28, 671, new int[]{10, 20, 90});
  60.                 FAIRYTALE_II = new Quest(a[151], 53, 7, 29, 810, new int[]{-1});
  61.                 FAMILY_CREST = new Quest(a[4], 54, 7, 30, 148, new int[]{-1});
  62.                 THE_FEUD = new Quest(a[81], 55, 7, 31, 435, new int[]{-1});
  63.                 FIGHT_ARENA = new Quest(a[49], 56, 7, 32, 17, new int[]{-1});
  64.                 FISHING_CONTEST = new Quest(a[113], 57, 7, 33, 11, new int[]{-1});
  65.                 FORGETTABLE_TALE = new Quest(a[142], 58, 7, 34, 521, new int[]{-1});
  66.                 THE_FORSAKEN_TOWER = new Quest(a[33], 59, 7, 120, -1, new int[]{-1});
  67.                 THE_FREMENNIK_ISLES = new Quest(a[30], 60, 7, 36, 970, new int[]{-1});
  68.                 THE_FREMENNIK_TRIALS = new Quest(a[77], 61, 7, 37, 347, new int[]{-1});
  69.                 GARDEN_OF_TRANQUILITY = new Quest(a[43], 62, 7, 38, 188, new int[]{-1});
  70.                 GERTRUDES_CAT = new Quest(a[70], 63, 7, 39, 180, new int[]{-1});
  71.                 GHOSTS_AHOY = new Quest(a[87], 64, 7, 40, 408, new int[]{-1});
  72.                 THE_GIANT_DWARF = new Quest(a[57], 65, 7, 41, 482, new int[]{-1});
  73.                 THE_GOLEM = new Quest(a[38], 66, 7, 42, 437, new int[]{-1});
  74.                 THE_GRAND_TREE = new Quest(a[84], 67, 7, 43, 150, new int[]{-1});
  75.                 THE_GREAT_BRAIN_ROBBERY = new Quest(a[135], 68, 7, 44, 980, new int[]{-1});
  76.                 GRIM_TALES = new Quest(a[129], 69, 7, 45, 1016, new int[]{-1});
  77.                 THE_HAND_IN_THE_SAND = new Quest(a[2], 70, 7, 46, 635, new int[]{-1});
  78.                 HAUNTED_MINE = new Quest(a[97], 71, 7, 47, 382, new int[]{-1});
  79.                 HAZEEL_CULT = new Quest(a[76], 72, 7, 48, 223, new int[]{-1});
  80.                 HEROES_QUEST = new Quest(a[35], 73, 7, 49, 188, new int[]{-1});
  81.                 HOLY_GRAIL = new Quest(a[71], 74, 7, 50, 5, new int[]{-1});
  82.                 HORROR_FROM_THE_DEEP = new Quest(a[65], 75, 7, 51, 351, new int[]{-1});
  83.                 ICTHLARINS_LITTLE_HELPER = new Quest(a[102], 76, 7, 52, 445, new int[]{-1});
  84.                 IN_AID_OF_THE_MYREQUE = new Quest(a[45], 77, 7, 53, 705, new int[]{-1});
  85.                 IN_SEARCH_OF_THE_MYREQUE = new Quest(a[25], 78, 7, 54, 387, new int[]{-1});
  86.                 JUNGLE_POTION = new Quest(a[100], 79, 7, 55, 175, new int[]{-1});
  87.                 KINGS_RANSOM = new Quest(a[125], 80, 7, 56, 1049, new int[]{-1});
  88.                 LEGENDS_QUEST = new Quest(a[139], 81, 7, 57, 139, new int[]{-1});
  89.                 LOST_CITY = new Quest(a[37], 82, 7, 58, 147, new int[]{-1});
  90.                 THE_LOST_TRIBE = new Quest(a[137], 83, 7, 59, 465, new int[]{-1});
  91.                 LUNAR_DIPLOMACY = new Quest(a[10], 84, 7, 60, 823, new int[]{-1});
  92.                 MAKING_FRIEND_WITH_MY_ARM = new Quest(a[16], 85, 7, 61, -1, new int[]{-1});
  93.                 MAKING_HISTORY = new Quest(a[66], 86, 7, 62, 604, new int[]{-1});
  94.                 MERLINS_CRYSTAL = new Quest(a[91], 87, 7, 63, 14, new int[]{-1});
  95.                 MONKS_FRIEND = new Quest(a[50], 88, 7, 66, 30, new int[]{-1});
  96.                 MONKEY_MADNESS = new Quest(a[26], 89, 7, 64, 365, new int[]{-1});
  97.                 MONKEY_MADNESS_II = new Quest(a[6], 90, 7, 65, -1, new int[]{-1});
  98.                 MOUNTAIN_DAUGHTER = new Quest(a[121], 91, 7, 67, 423, new int[]{-1});
  99.                 MOURNINGS_ENDS_PART_I = new Quest(a[51], 92, 7, 68, 517, new int[]{-1});
  100.                 MOURNINGS_ENDS_PART_II = new Quest(a[141], 93, 7, 69, 574, new int[]{-1});
  101.                 MURDER_MYSTERY = new Quest(a[82], 94, 7, 70, 192, new int[]{-1});
  102.                 MY_ARMS_BIG_ADVENTURE = new Quest(a[128], 95, 7, 71, 905, new int[]{-1});
  103.                 NATURE_SPIRIT = new Quest(a[74], 96, 7, 72, 307, new int[]{-1});
  104.                 OBSERVATORY_QUEST = new Quest(a[46], 97, 7, 73, 112, new int[]{-1});
  105.                 OLAFS_QUEST = new Quest(a[5], 98, 7, 74, 994, new int[]{-1});
  106.                 ONE_SMALL_FAVOUR = new Quest(a[155], 99, 7, 75, 416, new int[]{-1});
  107.                 PLAGUE_CITY = new Quest(a[13], 100, 7, 76, 165, new int[]{-1});
  108.                 PRIEST_IN_PERIL = new Quest(a[89], 101, 7, 77, 302, new int[]{1, 2, 3, 4, 5, 6, 7, 8, 10, 60, 61});
  109.                 THE_QUEEN_OF_THIEVES = new Quest(a[39], 102, 7, 78, -1, new int[]{-1});
  110.                 RAG_AND_BONE_MAN = new Quest(a[58], 103, 7, 79, 714, new int[]{-1});
  111.                 RAG_AND_BONE_MAN_2 = new Quest(a[64], 104, 7, 80, -1, new int[]{-1});
  112.                 RAT_CATCHERS = new Quest(a[117], 105, 7, 81, 607, new int[]{-1});
  113.                 RECIPE_FOR_DISASTER = new Quest(a[149], 106, 7, 82, 69, new int[]{-1});
  114.                 RECRUITMENT_DRIVE = new Quest(a[18], 107, 7, 83, 496, new int[]{-1});
  115.                 REGICIDE = new Quest(a[21], 108, 7, 84, 328, new int[]{-1});
  116.                 ROVING_ELVES = new Quest(a[105], 109, 7, 85, 402, new int[]{-1});
  117.                 ROYAL_TROUBLE = new Quest(a[104], 110, 7, 86, 730, new int[]{-1});
  118.                 RUM_DEAL = new Quest(a[152], 111, 7, 87, 600, new int[]{-1});
  119.                 SCORPION_CATCHER = new Quest(a[144], 112, 7, 88, 76, new int[]{-1});
  120.                 SEA_SLUG = new Quest(a[140], 113, 7, 89, 159, new int[]{-1});
  121.                 SHADES_OF_MORTTON = new Quest(a[85], 114, 7, 90, 78, new int[]{339, -1});
  122.                 SHADOW_OF_THE_STORM = new Quest(a[132], 115, 7, 91, 602, new int[]{-1});
  123.                 SHEEP_HERDER = new Quest(a[15], 116, 7, 92, 60, new int[]{-1});
  124.                 SHILO_VILLAGE = new Quest(a[0], 117, 7, 93, 116, new int[]{-1});
  125.                 THE_SLUG_MENACE = new Quest(a[86], 118, 7, 94, 874, new int[]{-1});
  126.                 A_SOULS_BANE = new Quest(a[119], 119, 7, 95, 709, new int[]{-1});
  127.                 SPIRITS_OF_THE_ELID = new Quest(a[78], 120, 7, 96, 616, new int[]{-1});
  128.                 SWAN_SONG = new Quest(a[98], 121, 7, 97, 723, new int[]{-1});
  129.                 TAI_BWO_WANNAI_TRIO = new Quest(a[22], 122, 7, 98, 320, new int[]{-1});
  130.                 A_TAIL_OF_TWO_CATS = new Quest(a[101], 123, 7, 99, 568, new int[]{-1});
  131.                 TALE_OF_THE_RIGHTEOUS = new Quest(a[109], 124, 7, 100, -1, new int[]{-1});
  132.                 TASTE_OF_HOPE = new Quest(a[116], 125, 7, 101, -1, new int[]{-1});
  133.                 TEARS_OF_GUTHIX = new Quest(a[136], 126, 7, 102, 499, new int[]{-1});
  134.                 TEMPLE_OF_IKOV = new Quest(a[123], 127, 7, 103, 26, new int[]{-1});
  135.                 THRONE_OF_MISCELLANIA = new Quest(a[90], 128, 7, 104, 359, new int[]{-1});
  136.                 THE_TOURIST_TRAP = new Quest(a[11], 129, 7, 105, 197, new int[]{-1});
  137.                 TOWER_OF_LIFE = new Quest(a[63], 130, 7, 106, 977, new int[]{-1});
  138.                 TREE_GNOME_VILLAGE = new Quest(a[20], 131, 7, 107, 111, new int[]{-1});
  139.                 TRIBAL_TOTEM = new Quest(a[54], 132, 7, 108, 200, new int[]{-1});
  140.                 TROLL_ROMANCE = new Quest(a[1], 133, 7, 109, 385, new int[]{-1});
  141.                 TROLL_STRONGHOLD = new Quest(a[75], 134, 7, 110, 317, new int[]{-1});
  142.                 UNDERGROUND_PASS = new Quest(a[79], 135, 7, 111, 96, new int[]{161});
  143.                 WANTED = new Quest(a[111], 136, 7, 113, 571, new int[]{-1});
  144.                 WATCHTOWER = new Quest(a[107], 137, 7, 114, 212, new int[]{-1});
  145.                 WATERFALL_QUEST = new Quest(a[83], 138, 7, 115, 65, new int[]{-1});
  146.                 WHAT_LIES_BELOW = new Quest(a[52], 139, 7, 116, 499, new int[]{-1});
  147.                 WITCHS_HOUSE = new Quest(a[103], 140, 7, 117, 226, new int[]{-1});
  148.                 ZOGRE_FLESH_EATERS = new Quest(a[154], 141, 7, 118, 455, new int[]{-1});
  149.                 SONG_OF_THE_ELVES = new Quest(a[55], 142, 7, 121, -1, new int[]{-1});
  150.                 ENTER_THE_ABYSS = new Quest(a[27], 143, 8, 0, -1, new int[]{-1});
  151.                 ARCHITECTURAL_ALLIANCE = new Quest(a[148], 144, 8, 1, -1, new int[]{-1});
  152.                 BEAR_YOUR_SOUL = new Quest(a[36], 145, 8, 2, -1, new int[]{-1});
  153.                 ALFRED_GRIMHANDS_BARCRAWL = new Quest(a[19], 146, 8, 3, -1, new int[]{-1});
  154.                 CURSE_OF_THE_EMPTY_LORD = new Quest(a[110], 147, 8, 4, -1, new int[]{-1});
  155.                 ENCHANTED_KEY = new Quest(a[14], 148, 8, 5, -1, new int[]{-1});
  156.                 THE_GENERALS_SHADOW = new Quest(a[73], 149, 8, 6, -1, new int[]{-1});
  157.                 SKIPPY_AND_THE_MOGRES = new Quest(a[40], 150, 8, 7, -1, new int[]{-1});
  158.                 THE_MAGE_ARENA = new Quest(a[124], 151, 8, 8, -1, new int[]{-1});
  159.                 LAIR_OF_TARN_RAZORLOR = new Quest(a[17], 152, 8, 9, -1, new int[]{-1});
  160.                 FAMILY_PEST = new Quest(a[138], 153, 8, 10, -1, new int[]{-1});
  161.                 THE_MAGE_ARENA_2 = new Quest(a[56], 154, 8, 11, -1, new int[]{-1});
  162.                 IN_SEARCH_OF_KNOWLEDGE = new Quest(a[112], 155, 8, 12, -1, new int[]{-1});
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement