From 2ae4fc7bb588981efd484408853583dbece1d24a Mon Sep 17 00:00:00 2001 From: Kasi Date: Thu, 1 Feb 2024 02:46:58 +0000 Subject: [PATCH] Release 1.93 --- Include/Game/Globals.hpp | 34 +++++++++++++++++----------------- Library/libAlpacaLibrary.a | Bin 9150636 -> 9150636 bytes 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/Include/Game/Globals.hpp b/Include/Game/Globals.hpp index 19eea04..df097ae 100644 --- a/Include/Game/Globals.hpp +++ b/Include/Game/Globals.hpp @@ -154,8 +154,8 @@ namespace Globals //************ Minimap.cpp ************// // 0 - Fixed; 1 - Resizable; 2 - Resizable + Side Panels - const WidgetDef MINIMAP_MIDDLE[3] = { { WIDGET_ROOT_FIXED, 21 }, { WIDGET_ROOT_RESIZABLE, 29 }, { WIDGET_ROOT_RESIZABLE_SIDE_PANELS, 29 } }; - const WidgetDef MINIMAP_COMPASS[3] = { { WIDGET_ROOT_FIXED, 23 }, { WIDGET_ROOT_RESIZABLE, 28 }, { WIDGET_ROOT_RESIZABLE_SIDE_PANELS, 28 } }; + const WidgetDef MINIMAP_MIDDLE[3] = { { WIDGET_ROOT_FIXED, 21 }, { WIDGET_ROOT_RESIZABLE, 30 }, { WIDGET_ROOT_RESIZABLE_SIDE_PANELS, 30 } }; + const WidgetDef MINIMAP_COMPASS[3] = { { WIDGET_ROOT_FIXED, 23 }, { WIDGET_ROOT_RESIZABLE, 29 }, { WIDGET_ROOT_RESIZABLE_SIDE_PANELS, 29 } }; const WidgetDef MINIMAP_CURE = { 160, 8 }; const WidgetDef MINIMAP_QUICK_PRAYER = { 160, 19 }; const WidgetDef MINIMAP_TOGGLE_RUN = { 160, 27 }; @@ -209,22 +209,22 @@ namespace Globals // These are the "Sprite" widgets, these widgets' sprite IDs change when opened or closed (usually the lower number) // 0 - Fixed; 1 - Resizable; 2 - Resizable + Side Panels - const WidgetDef TAB_CLAN[3] = { { WIDGET_ROOT_FIXED, 46 }, { WIDGET_ROOT_RESIZABLE, 42 }, { WIDGET_ROOT_RESIZABLE_SIDE_PANELS, 37 } }; - const WidgetDef TAB_ACCOUNT_MANAGEMENT[3] = { { WIDGET_ROOT_FIXED, 47 }, { WIDGET_ROOT_RESIZABLE, 43 }, { WIDGET_ROOT_RESIZABLE_SIDE_PANELS, 38 } }; - const WidgetDef TAB_IGNORES[3] = { { WIDGET_ROOT_FIXED, 48 }, { WIDGET_ROOT_RESIZABLE, 44 }, { WIDGET_ROOT_RESIZABLE_SIDE_PANELS, 39 } }; - const WidgetDef TAB_FRIENDS[3] = { { WIDGET_ROOT_FIXED, 48 }, { WIDGET_ROOT_RESIZABLE, 44 }, { WIDGET_ROOT_RESIZABLE_SIDE_PANELS, 39 } }; - const WidgetDef TAB_LOGOUT[3] = { { WIDGET_ROOT_FIXED, 49 }, { WIDGET_ROOT_RESIZABLE, 45 }, { WIDGET_ROOT_RESIZABLE_SIDE_PANELS, 33 } }; - const WidgetDef TAB_OPTIONS[3] = { { WIDGET_ROOT_FIXED, 50 }, { WIDGET_ROOT_RESIZABLE, 46 }, { WIDGET_ROOT_RESIZABLE_SIDE_PANELS, 40 } }; - const WidgetDef TAB_EMOTES[3] = { { WIDGET_ROOT_FIXED, 51 }, { WIDGET_ROOT_RESIZABLE, 47 }, { WIDGET_ROOT_RESIZABLE_SIDE_PANELS, 41 } }; - const WidgetDef TAB_MUSIC[3] = { { WIDGET_ROOT_FIXED, 52 }, { WIDGET_ROOT_RESIZABLE, 48 }, { WIDGET_ROOT_RESIZABLE_SIDE_PANELS, 42 } }; + const WidgetDef TAB_CLAN[3] = { { WIDGET_ROOT_FIXED, 47 }, { WIDGET_ROOT_RESIZABLE, 43 }, { WIDGET_ROOT_RESIZABLE_SIDE_PANELS, 38 } }; + const WidgetDef TAB_ACCOUNT_MANAGEMENT[3] = { { WIDGET_ROOT_FIXED, 48 }, { WIDGET_ROOT_RESIZABLE, 44 }, { WIDGET_ROOT_RESIZABLE_SIDE_PANELS, 39 } }; + const WidgetDef TAB_IGNORES[3] = { { WIDGET_ROOT_FIXED, 49 }, { WIDGET_ROOT_RESIZABLE, 45 }, { WIDGET_ROOT_RESIZABLE_SIDE_PANELS, 40 } }; + const WidgetDef TAB_FRIENDS[3] = { { WIDGET_ROOT_FIXED, 49 }, { WIDGET_ROOT_RESIZABLE, 45 }, { WIDGET_ROOT_RESIZABLE_SIDE_PANELS, 40 } }; + const WidgetDef TAB_LOGOUT[3] = { { WIDGET_ROOT_FIXED, 50 }, { WIDGET_ROOT_RESIZABLE, 46 }, { WIDGET_ROOT_RESIZABLE_SIDE_PANELS, 34 } }; + const WidgetDef TAB_OPTIONS[3] = { { WIDGET_ROOT_FIXED, 51 }, { WIDGET_ROOT_RESIZABLE, 47 }, { WIDGET_ROOT_RESIZABLE_SIDE_PANELS, 41 } }; + const WidgetDef TAB_EMOTES[3] = { { WIDGET_ROOT_FIXED, 52 }, { WIDGET_ROOT_RESIZABLE, 48 }, { WIDGET_ROOT_RESIZABLE_SIDE_PANELS, 42 } }; + const WidgetDef TAB_MUSIC[3] = { { WIDGET_ROOT_FIXED, 53 }, { WIDGET_ROOT_RESIZABLE, 49 }, { WIDGET_ROOT_RESIZABLE_SIDE_PANELS, 43 } }; - const WidgetDef TAB_COMBAT[3] = { { WIDGET_ROOT_FIXED, 62 }, { WIDGET_ROOT_RESIZABLE, 58 }, { WIDGET_ROOT_RESIZABLE_SIDE_PANELS, 51 } }; - const WidgetDef TAB_STATS[3] = { { WIDGET_ROOT_FIXED, 63 }, { WIDGET_ROOT_RESIZABLE, 59 }, { WIDGET_ROOT_RESIZABLE_SIDE_PANELS, 52 } }; - const WidgetDef TAB_QUESTS[3] = { { WIDGET_ROOT_FIXED, 64 }, { WIDGET_ROOT_RESIZABLE, 60 }, { WIDGET_ROOT_RESIZABLE_SIDE_PANELS, 53 } }; - const WidgetDef TAB_INVENTORY[3] = { { WIDGET_ROOT_FIXED, 65 }, { WIDGET_ROOT_RESIZABLE, 61 }, { WIDGET_ROOT_RESIZABLE_SIDE_PANELS, 54 } }; - const WidgetDef TAB_EQUIPMENT[3] = { { WIDGET_ROOT_FIXED, 66 }, { WIDGET_ROOT_RESIZABLE, 62 }, { WIDGET_ROOT_RESIZABLE_SIDE_PANELS, 55 } }; - const WidgetDef TAB_PRAYER[3] = { { WIDGET_ROOT_FIXED, 67 }, { WIDGET_ROOT_RESIZABLE, 63 }, { WIDGET_ROOT_RESIZABLE_SIDE_PANELS, 56 } }; - const WidgetDef TAB_MAGIC[3] = { { WIDGET_ROOT_FIXED, 68 }, { WIDGET_ROOT_RESIZABLE, 64 }, { WIDGET_ROOT_RESIZABLE_SIDE_PANELS, 57 } }; + const WidgetDef TAB_COMBAT[3] = { { WIDGET_ROOT_FIXED, 63 }, { WIDGET_ROOT_RESIZABLE, 59 }, { WIDGET_ROOT_RESIZABLE_SIDE_PANELS, 52 } }; + const WidgetDef TAB_STATS[3] = { { WIDGET_ROOT_FIXED, 64 }, { WIDGET_ROOT_RESIZABLE, 60 }, { WIDGET_ROOT_RESIZABLE_SIDE_PANELS, 53 } }; + const WidgetDef TAB_QUESTS[3] = { { WIDGET_ROOT_FIXED, 65 }, { WIDGET_ROOT_RESIZABLE, 61 }, { WIDGET_ROOT_RESIZABLE_SIDE_PANELS, 54 } }; + const WidgetDef TAB_INVENTORY[3] = { { WIDGET_ROOT_FIXED, 66 }, { WIDGET_ROOT_RESIZABLE, 62 }, { WIDGET_ROOT_RESIZABLE_SIDE_PANELS, 55 } }; + const WidgetDef TAB_EQUIPMENT[3] = { { WIDGET_ROOT_FIXED, 67 }, { WIDGET_ROOT_RESIZABLE, 63 }, { WIDGET_ROOT_RESIZABLE_SIDE_PANELS, 56 } }; + const WidgetDef TAB_PRAYER[3] = { { WIDGET_ROOT_FIXED, 68 }, { WIDGET_ROOT_RESIZABLE, 64 }, { WIDGET_ROOT_RESIZABLE_SIDE_PANELS, 57 } }; + const WidgetDef TAB_MAGIC[3] = { { WIDGET_ROOT_FIXED, 69 }, { WIDGET_ROOT_RESIZABLE, 65 }, { WIDGET_ROOT_RESIZABLE_SIDE_PANELS, 58 } }; //************ Combat.cpp ************// diff --git a/Library/libAlpacaLibrary.a b/Library/libAlpacaLibrary.a index cb4f35d0a9b41b390710c552d1cd75f14ade7509..fac476aeab4dccfe672e42528c20877e4db4b831 100644 GIT binary patch delta 1370 zcmYk*e@xV67yxi6Knf5=^!o*`^L)TEy-e`0nVUfbcoppB{-s#=hj`g=l=$UwGzbl?wV z8x@W@7K>l|T)+FYrEflPMe1ninm^P#x%4P)xZ7${`|9dMU!8kU)&}lvcDLq`quL`= zzRhnX-sA}~uWgpZUlF(cvzbut2p^wtSJpQl5iPDdL%ce9xn4|O-o0^$wpOX+(G^j) z%`eA;Xsq@$o}5qThKdI_Jjo4NmbkdMY5tt%XZhUt3_rKf9lJA!yr;}V^s(JrLN%w& z9kG#2lNEUpYOQHAsl8S&+r##XUaRkBaAEZ<(L3zxm9q*o_473K*T?GD%$$@sJMO#Z zUr3cjw9s$U(bkV#SHy2N|2LYlvbgxA|6e^NReMXt+3+|cVvr)^pyLl9~d>6}(T1LFo#i=Rv zv2SSL#0+&T9AqK(iWm#;8=RisOYFu+!mqN|*z0URYhVXhqlknL{xdos9J>qy-lkJV z>gs8dXv*%)BEy7|KrKB@scCv%FLuJQZR*8`Jx$@3g+y5`Pi|&!us7LT>=1jKwXnmi zmA%8-*t@Kqb+Ar$gdJtbx|qt|W5+~!a(6UAvyfPm)_v=Pg$aJ6`?`g(@BQ|q{{aMC B6pH`= delta 1271 zcmYk)e@xV67yxjn11Ww88r}h4juViG4th*L6M_r8(@5ds&f3~FE~WKHt(Xh992KjpWo^Wu=Qvt?x6j`9`|f$(pU?28 z?<k!r>+=q~eumM4dph8GONJdCOkPuQ4)Cg$^8ib7q=?EDJnFyN@vJmb^$VPYoAqU|> z1T8`?LLS0H2)v)o2oED{LC8laKqy4mim(mg5rplRp~(Mv-|YkisTZ|La^iRqD`t@ilx%GnO4X9l*D?P8C!3XwSe#Jm3grc=q&=XSF_V)|TVcg*te+?YN|?z&LP zs+f^IDY`CHA92z`ibE2rf2!3Tp>Fk2(B{3Jno2b76wNnklx|*hC1x<+lCMe13kwTd;_o82IV=4^Za0bF z&6c;1kuEYjg1j?XN-^@aWi%(LWL5n3Rq+4F6;9Q}i68o{w;O1eqf8RF7Og&;nEJw@377kA zHqmdh538ttCQB0at@ic|8oFM?$J%Rol}fW)m153kH@_E3wHq9*U39?XZtM#roTR)v z?fG(G(jfwqwXl2DQHqsLX)E0%yDEI6Xs&cNpQqU|eX3Zx>0Hx9Bj34-scxWjgx)mQ z6;aj2(#~K{MS=3oK5DNzmM`}i>)11_Ui29oZh1rddu_CV4_WrQ^_uwmtAt2`Vl9s>-Clv)bhYDhdMu2aa{y!VJ)tY;1E5BT(K?(e=woH zYUkdB{&z?#@W z)+~IzhyJ)u>Tk|SVyLcVKpQLZe8KVzZbJ%|SO#fk-3n^!X^A02Pm5B#(bFQgEuT!* zMYXaQ*o*8Xc9^SRSo$LhbVka50Q%q*3*%_gW>h>#^H!m_{yXRh6 QE*3erzgy(?pFJM=FQNGk;s5{u