diff --git a/Include/Game/Globals.hpp b/Include/Game/Globals.hpp index 8240c85..2c966a0 100644 --- a/Include/Game/Globals.hpp +++ b/Include/Game/Globals.hpp @@ -29,6 +29,7 @@ namespace Globals const SettingsDef SETTING_ACCEPT_AID = { 427 }; // 13 = on const SettingsDef SETTING_RUN_MODE = { 173 }; // 1 = running const SettingsDef SETTING_CURRENT_PRAYER = { 83 }; // To be used with PrayerDefs + const SettingsDef SETTING_MEMBERSHIP_DAYS = { 1780 }; const SettingsDef SETTING_BANK_WITHDRAW_MODE = { 115, 0 }; const SettingsDef SETTING_BANK_WITHDRAW_MODE_WIDGET = { 1666 }; // Which Widget is selected, 0 = 1, 4 = 5, 8 = 10, 12 = X, 16 = ALL const SettingsDef SETTING_BANK_DEFAULT_QUANTITY = { 304 }; // Seems to be the value / 2, so if it returns 50, then the default custom quantity is 25 @@ -437,7 +438,53 @@ namespace Globals { "Edgeville Home Teleport", 100, 356, 0 }, // Arceuus 141-177 - { "Arceuus Home Teleport", 145, 1251, 0 }, + + { "Arceuus Home Teleport", 148, 1251, 0 }, + { "Basic Reanimation", 149, 1272, 16 }, + { "Arceuus Library Teleport", 150, 1277, 6 }, + { "Adept Reanimation", 151, 1273, 41 }, + { "Expert Reanimation", 152, 1274, 90 }, + { "Master Reanimation", 153, 1275, 72 }, + { "Draynor Manor Teleport", 154, 1278, 17 }, + { "Mind Altar Teleport", 156, 1281, 28 }, + { "Respawn Teleport", 157, 1282, 34 }, + { "Salve Graveyard Teleport", 158, 1283, 40 }, + { "Fenkenstrain's Castle Teleport", 159, 1284, 48 }, + { "West Ardougne Teleport", 160, 1285, 61 }, + { "Harmony Island Teleport", 161, 1286, 65 }, + { "Cemetery Teleport", 162, 1289, 71 }, + { "Resurrect Crops", 163, 1291, 78 }, + { "Barrows Teleport", 164, 1287, 83 }, + { "Ape Atoll Teleport", 165, 1288, 90 }, + { "Battlefront Teleport", 166, 1280, 23 }, + { "Inferior Demonbane", 167, 1321, 44 }, + { "Superior Demonbane", 168, 1322, 62 }, + { "Dark Demonbane", 169, 1323, 82 }, + { "Mark of Darkness", 170, 1324, 59 }, + { "Ghostly Grasp", 171, 1292, 35 }, + { "Skeletal Grasp", 172, 1293, 56 }, + { "Undead Grasp", 173, 1294, 79 }, + { "Ward of Arceuus", 174, 1325, 73 }, + { "Lesser Corruption", 175, 1326, 64 }, + { "Greater Corruption", 176, 1327, 85 }, + { "Demonic Offering", 177, 1330, 84 }, + { "Sinister Offering", 178, 1331, 92 }, + { "Degrime", 179, 1337, 70 }, + { "Shadow Veil", 180, 1334, 47 }, + { "Vile Vigour", 181, 1336, 66 }, + { "Dark Lure", 182, 1335, 50 }, + { "Death Charge", 183, 1329, 80 }, + { "Resurrect Lesser Ghost", 184, 1295, 38 }, + { "Resurrect Lesser Skeleton", 185, 1296, 38 }, + { "Resurrect Lesser Zombie", 186, 1319, 38 }, + { "Resurrect Superior Ghost", 187, 2985, 57 }, + { "Resurrect Superior Skeleton", 188, 2987, 57 }, + { "Resurrect Superior Zombie", 189, 2989, 57 }, + { "Resurrect Greater Ghost", 190, 2986, 76 }, + { "Resurrect Greater Skeleton", 191, 2988, 76 }, + { "Resurrect Greater Zombie", 192, 2990, 76 } + + /*{ "Arceuus Home Teleport", 145, 1251, 0 }, { "Basic Reanimation", 146, 1247, 16 }, { "Arceuus Library Teleport", 147, 1252, 6 }, { "Adept Reanimation", 148, 1248, 41 }, @@ -480,7 +527,7 @@ namespace Globals { "Resurrect Superior Zombie", 186, 2983, 57 }, { "Resurrect Greater Ghost", 187, 2980, 76 }, { "Resurrect Greater Skeleton", 188, 2982, 76 }, - { "Resurrect Greater Zombie", 189, 2984, 76 } + { "Resurrect Greater Zombie", 189, 2984, 76 }*/ }; //************ Options.cpp ************// diff --git a/Library/libAlpacaLibrary.a b/Library/libAlpacaLibrary.a index 86a8d41..8928fe4 100644 Binary files a/Library/libAlpacaLibrary.a and b/Library/libAlpacaLibrary.a differ