diff --git a/Include/Core/Classes/NameableContainer.hpp b/Include/Core/Classes/NameableContainer.hpp index d58c294..1c07d74 100644 --- a/Include/Core/Classes/NameableContainer.hpp +++ b/Include/Core/Classes/NameableContainer.hpp @@ -5,6 +5,7 @@ #include "../JavaClass/Class.hpp" #include #include "Nameable.hpp" +#include namespace Internal { diff --git a/Include/Core/Classes/SkinAnimationFrame.hpp b/Include/Core/Classes/SkinAnimationFrame.hpp index c24d456..50c88f6 100644 --- a/Include/Core/Classes/SkinAnimationFrame.hpp +++ b/Include/Core/Classes/SkinAnimationFrame.hpp @@ -4,6 +4,7 @@ #include "../JavaClass/Class.hpp" #include #include "Matrix.hpp" +#include namespace Internal { diff --git a/Include/Core/Types/Logger.hpp b/Include/Core/Types/Logger.hpp index 0d460bc..660da84 100644 --- a/Include/Core/Types/Logger.hpp +++ b/Include/Core/Types/Logger.hpp @@ -3,6 +3,7 @@ #include #include +#include class Logger : public std::ostream, public std::streambuf { diff --git a/Include/Game/Globals.hpp b/Include/Game/Globals.hpp index edaabe0..19eea04 100644 --- a/Include/Game/Globals.hpp +++ b/Include/Game/Globals.hpp @@ -482,35 +482,35 @@ namespace Globals static std::vector PrayerDefs = // To be used with Prayer:: PRAYERS enum { - { "Thick Skin", 0, 5, 115, 1 }, - { "Burst of Strength", 1, 6, 116, 4 }, - { "Clarity of Thought", 2, 7, 117, 7 }, - { "Sharp Eye", 18, 23, 133, 8 }, - { "Mystic Will", 19, 24, 134, 9 }, - { "Rock Skin", 3, 8, 118, 10 }, - { "Superhuman Strength", 4, 9, 119, 13 }, - { "Improved Reflexes", 5, 10, 120, 16 }, - { "Rapid Restore", 6, 11, 121, 19 }, - { "Rapid Heal", 7, 12, 122, 22 }, - { "Protect Item", 8, 13, 123, 25 }, - { "Hawk Eye", 20, 25, 502, 26 }, - { "Mystic Lore", 21, 26, 503, 27 }, - { "Steel Skin", 9, 14, 124, 28 }, - { "Ultimate Strength", 10, 15, 125, 31 }, - { "Incredible Reflexes", 11, 16, 126, 34 }, - { "Protect from Magic", 12, 17, 127, 37 }, - { "Protect from Missiles", 13, 18, 128, 40 }, - { "Protect from Melee", 14, 19, 129, 43 }, - { "Eagle Eye", 22, 27, 504, 44 }, - { "Mystic Might", 23, 28, 505, 45 }, - { "Retribution", 15, 20, 131, 46 }, - { "Redemption", 16, 21, 130, 49 }, - { "Smite", 17, 22, 132, 52 }, - { "Preserve", 28, 33, 947, 55 }, - { "Chivalry", 25, 29, 945, 60 }, - { "Piety", 26, 30, 946, 70 }, - { "Rigour", 24, 31, 1420, 74 }, - { "Augury", 27, 32, 1421, 77 } + { "Thick Skin", 0, 9, 115, 1 }, + { "Burst of Strength", 1, 10, 116, 4 }, + { "Clarity of Thought", 2, 11, 117, 7 }, + { "Sharp Eye", 18, 27, 133, 8 }, + { "Mystic Will", 19, 30, 134, 9 }, + { "Rock Skin", 3, 12, 118, 10 }, + { "Superhuman Strength", 4, 13, 119, 13 }, + { "Improved Reflexes", 5, 14, 120, 16 }, + { "Rapid Restore", 6, 15, 121, 19 }, + { "Rapid Heal", 7, 16, 122, 22 }, + { "Protect Item", 8, 17, 123, 25 }, + { "Hawk Eye", 20, 28, 502, 26 }, + { "Mystic Lore", 21, 31, 503, 27 }, + { "Steel Skin", 9, 18, 124, 28 }, + { "Ultimate Strength", 10, 19, 125, 31 }, + { "Incredible Reflexes", 11, 20, 126, 34 }, + { "Protect from Magic", 12, 21, 127, 37 }, + { "Protect from Missiles", 13, 22, 128, 40 }, + { "Protect from Melee", 14, 23, 129, 43 }, + { "Eagle Eye", 22, 29, 504, 44 }, + { "Mystic Might", 23, 32, 505, 45 }, + { "Retribution", 15, 24, 131, 46 }, + { "Redemption", 16, 25, 130, 49 }, + { "Smite", 17, 26, 132, 52 }, + { "Preserve", 28, 37, 947, 55 }, + { "Chivalry", 25, 34, 945, 60 }, + { "Piety", 26, 35, 946, 70 }, + { "Rigour", 24, 33, 1420, 74 }, + { "Augury", 27, 36, 1421, 77 } }; } } diff --git a/Include/Game/Interfaces/GameTabs/Ignores.hpp b/Include/Game/Interfaces/GameTabs/Ignores.hpp index 1330610..5778903 100644 --- a/Include/Game/Interfaces/GameTabs/Ignores.hpp +++ b/Include/Game/Interfaces/GameTabs/Ignores.hpp @@ -4,6 +4,7 @@ #include "../../../Core/Classes/Ignore.hpp" #include #include +#include namespace Ignores { diff --git a/Library/libAlpacaLibrary.a b/Library/libAlpacaLibrary.a index 6e14b3b..cb4f35d 100644 Binary files a/Library/libAlpacaLibrary.a and b/Library/libAlpacaLibrary.a differ