From e7f4ca15e0b21ad390a1aa5ef581e1627d425251 Mon Sep 17 00:00:00 2001 From: ThatGamerBlue Date: Wed, 21 Apr 2021 00:25:17 +0100 Subject: [PATCH] make the script assembler more reliable --- .../scripts/NewOptionsPanelZoomListener.hash | 1 - .../NewOptionsPanelZoomListener.rs2asm | 75 --------------- .../scripts/NewOptionsPanelZoomSetter.hash | 1 - .../scripts/NewOptionsPanelZoomSetter.rs2asm | 96 ------------------- .../scripts/NewOptionsPanelZoomSlider.hash | 1 - .../scripts/NewOptionsPanelZoomSlider.rs2asm | 78 --------------- .../scripts/OptionsPanelZoomUpdater.hash | 1 - .../scripts/BankSearchFilter.hash | 0 .../scripts/BankSearchFilter.rs2asm | 0 .../scripts/BankSearchLayout.hash | 0 .../scripts/BankSearchLayout.rs2asm | 0 .../scripts/BankpinButtonSetup.hash | 0 .../scripts/BankpinButtonSetup.rs2asm | 0 .../{resources => }/scripts/ChatBuilder.hash | 0 .../scripts/ChatBuilder.rs2asm | 0 .../scripts/ChatSplitBuilder.hash | 0 .../scripts/ChatSplitBuilder.rs2asm | 0 .../{resources => }/scripts/ChatboxInput.hash | 0 .../scripts/ChatboxInput.rs2asm | 0 .../scripts/ChatboxInputWidgetBuilder.hash | 0 .../scripts/ChatboxInputWidgetBuilder.rs2asm | 0 .../scripts/CombatInterfaceSP.hash | 0 .../scripts/CombatInterfaceSP.rs2asm | 0 .../scripts/CommandScript.hash | 0 .../scripts/CommandScript.rs2asm | 0 .../scripts/DestroyOnOpKey.hash | 0 .../scripts/DestroyOnOpKey.rs2asm | 0 .../{resources => }/scripts/FakeXpDrop.hash | 0 .../{resources => }/scripts/FakeXpDrop.rs2asm | 0 .../{resources => }/scripts/FriendUpdate.hash | 0 .../scripts/FriendUpdate.rs2asm | 0 .../scripts/FriendsChatSendKick.hash | 0 .../scripts/FriendsChatSendKick.rs2asm | 0 .../{resources => }/scripts/GELayout.hash | 0 .../{resources => }/scripts/GELayout.rs2asm | 0 .../{resources => }/scripts/IgnoreUpdate.hash | 0 .../scripts/IgnoreUpdate.rs2asm | 0 .../scripts/LayoutResizableStones.hash | 0 .../scripts/LayoutResizableStones.rs2asm | 0 .../scripts/MagicSpellBookRedraw.hash | 0 .../scripts/MagicSpellBookRedraw.rs2asm | 0 .../scripts/OpenBankSearchInput.hash | 0 .../scripts/OpenBankSearchInput.rs2asm | 0 .../scripts/OptionsPanelRebuilder.hash | 0 .../scripts/OptionsPanelRebuilder.rs2asm | 0 .../OptionsPanelZoomMouseListener.hash | 0 .../OptionsPanelZoomMouseListener.rs2asm | 0 .../scripts/OptionsPanelZoomUpdater.rs2asm | 0 .../scripts/PrivateMessage.hash | 0 .../scripts/PrivateMessage.rs2asm | 0 .../scripts/ResetChatboxInput.hash | 0 .../scripts/ResetChatboxInput.rs2asm | 0 .../scripts/ScrollWheelZoomHandler.hash | 0 .../scripts/ScrollWheelZoomHandler.rs2asm | 0 .../scripts/SendPrivateMessage.rs2asm | 0 .../scripts/SkillTabBuilder.hash | 0 .../scripts/SkillTabBuilder.rs2asm | 0 .../scripts/SkillTabTotalLevel.hash | 0 .../scripts/SkillTabTotalLevel.rs2asm | 0 .../scripts/SpecbarRedraw.hash | 0 .../scripts/SpecbarRedraw.rs2asm | 0 .../scripts/ToplevelChatboxBackground.hash | 0 .../scripts/ToplevelChatboxBackground.rs2asm | 0 .../scripts/ToplevelCompassOp.hash | 0 .../scripts/ToplevelCompassOp.rs2asm | 0 .../scripts/TriggerBankLayout.hash | 0 .../scripts/TriggerBankLayout.rs2asm | 0 .../scripts/XpDropChanged.hash | 0 .../scripts/XpDropChanged.rs2asm | 0 .../{resources => }/scripts/ZoomHandler.hash | 0 .../scripts/ZoomHandler.rs2asm | 0 .../main/{resources => }/scripts/null.rs2asm | 0 ...unelite-script-assembler-plugin.gradle.kts | 2 +- 73 files changed, 1 insertion(+), 254 deletions(-) delete mode 100644 runelite-client/src/main/resources/scripts/NewOptionsPanelZoomListener.hash delete mode 100644 runelite-client/src/main/resources/scripts/NewOptionsPanelZoomListener.rs2asm delete mode 100644 runelite-client/src/main/resources/scripts/NewOptionsPanelZoomSetter.hash delete mode 100644 runelite-client/src/main/resources/scripts/NewOptionsPanelZoomSetter.rs2asm delete mode 100644 runelite-client/src/main/resources/scripts/NewOptionsPanelZoomSlider.hash delete mode 100644 runelite-client/src/main/resources/scripts/NewOptionsPanelZoomSlider.rs2asm delete mode 100644 runelite-client/src/main/resources/scripts/OptionsPanelZoomUpdater.hash rename runelite-client/src/main/{resources => }/scripts/BankSearchFilter.hash (100%) rename runelite-client/src/main/{resources => }/scripts/BankSearchFilter.rs2asm (100%) rename runelite-client/src/main/{resources => }/scripts/BankSearchLayout.hash (100%) rename runelite-client/src/main/{resources => }/scripts/BankSearchLayout.rs2asm (100%) rename runelite-client/src/main/{resources => }/scripts/BankpinButtonSetup.hash (100%) rename runelite-client/src/main/{resources => }/scripts/BankpinButtonSetup.rs2asm (100%) rename runelite-client/src/main/{resources => }/scripts/ChatBuilder.hash (100%) rename runelite-client/src/main/{resources => }/scripts/ChatBuilder.rs2asm (100%) rename runelite-client/src/main/{resources => }/scripts/ChatSplitBuilder.hash (100%) rename runelite-client/src/main/{resources => }/scripts/ChatSplitBuilder.rs2asm (100%) rename runelite-client/src/main/{resources => }/scripts/ChatboxInput.hash (100%) rename runelite-client/src/main/{resources => }/scripts/ChatboxInput.rs2asm (100%) rename runelite-client/src/main/{resources => }/scripts/ChatboxInputWidgetBuilder.hash (100%) rename runelite-client/src/main/{resources => }/scripts/ChatboxInputWidgetBuilder.rs2asm (100%) rename runelite-client/src/main/{resources => }/scripts/CombatInterfaceSP.hash (100%) rename runelite-client/src/main/{resources => }/scripts/CombatInterfaceSP.rs2asm (100%) rename runelite-client/src/main/{resources => }/scripts/CommandScript.hash (100%) rename runelite-client/src/main/{resources => }/scripts/CommandScript.rs2asm (100%) rename runelite-client/src/main/{resources => }/scripts/DestroyOnOpKey.hash (100%) rename runelite-client/src/main/{resources => }/scripts/DestroyOnOpKey.rs2asm (100%) rename runelite-client/src/main/{resources => }/scripts/FakeXpDrop.hash (100%) rename runelite-client/src/main/{resources => }/scripts/FakeXpDrop.rs2asm (100%) rename runelite-client/src/main/{resources => }/scripts/FriendUpdate.hash (100%) rename runelite-client/src/main/{resources => }/scripts/FriendUpdate.rs2asm (100%) rename runelite-client/src/main/{resources => }/scripts/FriendsChatSendKick.hash (100%) rename runelite-client/src/main/{resources => }/scripts/FriendsChatSendKick.rs2asm (100%) rename runelite-client/src/main/{resources => }/scripts/GELayout.hash (100%) rename runelite-client/src/main/{resources => }/scripts/GELayout.rs2asm (100%) rename runelite-client/src/main/{resources => }/scripts/IgnoreUpdate.hash (100%) rename runelite-client/src/main/{resources => }/scripts/IgnoreUpdate.rs2asm (100%) rename runelite-client/src/main/{resources => }/scripts/LayoutResizableStones.hash (100%) rename runelite-client/src/main/{resources => }/scripts/LayoutResizableStones.rs2asm (100%) rename runelite-client/src/main/{resources => }/scripts/MagicSpellBookRedraw.hash (100%) rename runelite-client/src/main/{resources => }/scripts/MagicSpellBookRedraw.rs2asm (100%) rename runelite-client/src/main/{resources => }/scripts/OpenBankSearchInput.hash (100%) rename runelite-client/src/main/{resources => }/scripts/OpenBankSearchInput.rs2asm (100%) rename runelite-client/src/main/{resources => }/scripts/OptionsPanelRebuilder.hash (100%) rename runelite-client/src/main/{resources => }/scripts/OptionsPanelRebuilder.rs2asm (100%) rename runelite-client/src/main/{resources => }/scripts/OptionsPanelZoomMouseListener.hash (100%) rename runelite-client/src/main/{resources => }/scripts/OptionsPanelZoomMouseListener.rs2asm (100%) rename runelite-client/src/main/{resources => }/scripts/OptionsPanelZoomUpdater.rs2asm (100%) rename runelite-client/src/main/{resources => }/scripts/PrivateMessage.hash (100%) rename runelite-client/src/main/{resources => }/scripts/PrivateMessage.rs2asm (100%) rename runelite-client/src/main/{resources => }/scripts/ResetChatboxInput.hash (100%) rename runelite-client/src/main/{resources => }/scripts/ResetChatboxInput.rs2asm (100%) rename runelite-client/src/main/{resources => }/scripts/ScrollWheelZoomHandler.hash (100%) rename runelite-client/src/main/{resources => }/scripts/ScrollWheelZoomHandler.rs2asm (100%) rename runelite-client/src/main/{resources => }/scripts/SendPrivateMessage.rs2asm (100%) rename runelite-client/src/main/{resources => }/scripts/SkillTabBuilder.hash (100%) rename runelite-client/src/main/{resources => }/scripts/SkillTabBuilder.rs2asm (100%) rename runelite-client/src/main/{resources => }/scripts/SkillTabTotalLevel.hash (100%) rename runelite-client/src/main/{resources => }/scripts/SkillTabTotalLevel.rs2asm (100%) rename runelite-client/src/main/{resources => }/scripts/SpecbarRedraw.hash (100%) rename runelite-client/src/main/{resources => }/scripts/SpecbarRedraw.rs2asm (100%) rename runelite-client/src/main/{resources => }/scripts/ToplevelChatboxBackground.hash (100%) rename runelite-client/src/main/{resources => }/scripts/ToplevelChatboxBackground.rs2asm (100%) rename runelite-client/src/main/{resources => }/scripts/ToplevelCompassOp.hash (100%) rename runelite-client/src/main/{resources => }/scripts/ToplevelCompassOp.rs2asm (100%) rename runelite-client/src/main/{resources => }/scripts/TriggerBankLayout.hash (100%) rename runelite-client/src/main/{resources => }/scripts/TriggerBankLayout.rs2asm (100%) rename runelite-client/src/main/{resources => }/scripts/XpDropChanged.hash (100%) rename runelite-client/src/main/{resources => }/scripts/XpDropChanged.rs2asm (100%) rename runelite-client/src/main/{resources => }/scripts/ZoomHandler.hash (100%) rename runelite-client/src/main/{resources => }/scripts/ZoomHandler.rs2asm (100%) rename runelite-client/src/main/{resources => }/scripts/null.rs2asm (100%) diff --git a/runelite-client/src/main/resources/scripts/NewOptionsPanelZoomListener.hash b/runelite-client/src/main/resources/scripts/NewOptionsPanelZoomListener.hash deleted file mode 100644 index 83a3a4c586..0000000000 --- a/runelite-client/src/main/resources/scripts/NewOptionsPanelZoomListener.hash +++ /dev/null @@ -1 +0,0 @@ -5464D17DCD348F352EFFE6AA6AEEC5A5609ECBA30EAC2CB2B3D479D2C0DDDA9A \ No newline at end of file diff --git a/runelite-client/src/main/resources/scripts/NewOptionsPanelZoomListener.rs2asm b/runelite-client/src/main/resources/scripts/NewOptionsPanelZoomListener.rs2asm deleted file mode 100644 index 1763832ed6..0000000000 --- a/runelite-client/src/main/resources/scripts/NewOptionsPanelZoomListener.rs2asm +++ /dev/null @@ -1,75 +0,0 @@ -.id 3898 -.int_stack_count 6 -.string_stack_count 0 -.int_var_count 11 -.string_var_count 0 - get_varbit 4606 - iconst 0 - if_icmpne LABEL4 - jump LABEL5 -LABEL4: - return -LABEL5: - iconst 512 - istore 6 - iconst 512 - istore 7 - iload 2 - iconst 16 - sub - istore 8 - iconst 0 - iload 3 - invoke 1045 - istore 3 - iload 2 - iconst 16 - sub - iload 3 - invoke 1046 - istore 3 - iconst 896 - sconst "innerZoomLimit" - runelite_callback - iconst 128 - sconst "outerZoomLimit" - runelite_callback - sub - istore 9 - iconst 896 - sconst "innerZoomLimit" - runelite_callback - iconst 128 - sconst "outerZoomLimit" - runelite_callback - sub - istore 10 - iload 3 - iload 9 - multiply - iload 8 - div - iconst 128 - sconst "outerZoomLimit" - runelite_callback - add - istore 6 - iload 3 - iload 10 - multiply - iload 8 - div - iconst 128 - sconst "outerZoomLimit" - runelite_callback - add - istore 7 - iload 0 - iload 1 - iload 7 - iload 6 - iload 2 - iload 4 - iload 5 - invoke 3899 - return diff --git a/runelite-client/src/main/resources/scripts/NewOptionsPanelZoomSetter.hash b/runelite-client/src/main/resources/scripts/NewOptionsPanelZoomSetter.hash deleted file mode 100644 index e6ff467a74..0000000000 --- a/runelite-client/src/main/resources/scripts/NewOptionsPanelZoomSetter.hash +++ /dev/null @@ -1 +0,0 @@ -AA98471D04D9CB1172253D0B479EFD2D58394BDD2852F3AE8CD2B2D46FA826C3 \ No newline at end of file diff --git a/runelite-client/src/main/resources/scripts/NewOptionsPanelZoomSetter.rs2asm b/runelite-client/src/main/resources/scripts/NewOptionsPanelZoomSetter.rs2asm deleted file mode 100644 index aef3b1ab39..0000000000 --- a/runelite-client/src/main/resources/scripts/NewOptionsPanelZoomSetter.rs2asm +++ /dev/null @@ -1,96 +0,0 @@ -.id 3899 -.int_stack_count 7 -.string_stack_count 0 -.int_var_count 11 -.string_var_count 0 - get_varbit 4606 - iconst 0 - if_icmpne LABEL4 - jump LABEL5 -LABEL4: - return -LABEL5: - iconst 896 - sconst "innerZoomLimit" - runelite_callback - iload 2 - invoke 1046 - istore 2 - iconst 128 - sconst "outerZoomLimit" - runelite_callback - iload 2 - invoke 1045 - istore 2 - iconst 896 - sconst "innerZoomLimit" - runelite_callback - iload 3 - invoke 1046 - istore 3 - iconst 128 - sconst "outerZoomLimit" - runelite_callback - iload 3 - invoke 1045 - istore 3 - iload 2 - iload 3 - viewport_setfov - iconst 0 - istore 7 - iconst 0 - istore 8 - viewport_geteffectivesize - istore 8 - istore 7 - iload 8 - iconst 334 - sub - istore 9 - iload 9 - iconst 0 - if_icmplt LABEL39 - jump LABEL42 -LABEL39: - iconst 0 - istore 9 - jump LABEL48 -LABEL42: - iload 9 - iconst 100 - if_icmpgt LABEL46 - jump LABEL48 -LABEL46: - iconst 100 - istore 9 -LABEL48: - iload 2 - iload 3 - iload 2 - sub - iload 9 - multiply - iconst 100 - div - add - istore 10 - iconst 25 - iconst 25 - iload 10 - multiply - iconst 256 - div - add - cam_setfollowheight - iload 2 - iload 3 - set_varc_int 74 - set_varc_int 73 - iload 0 - iload 1 - iload 4 - iload 5 - iload 6 - invoke 3900 - return diff --git a/runelite-client/src/main/resources/scripts/NewOptionsPanelZoomSlider.hash b/runelite-client/src/main/resources/scripts/NewOptionsPanelZoomSlider.hash deleted file mode 100644 index 6b984c313e..0000000000 --- a/runelite-client/src/main/resources/scripts/NewOptionsPanelZoomSlider.hash +++ /dev/null @@ -1 +0,0 @@ -03D7F1AF9E8405CB4A74779254E8C65563123F865CC0181186238B038A740755 \ No newline at end of file diff --git a/runelite-client/src/main/resources/scripts/NewOptionsPanelZoomSlider.rs2asm b/runelite-client/src/main/resources/scripts/NewOptionsPanelZoomSlider.rs2asm deleted file mode 100644 index 84406d0edc..0000000000 --- a/runelite-client/src/main/resources/scripts/NewOptionsPanelZoomSlider.rs2asm +++ /dev/null @@ -1,78 +0,0 @@ -.id 3900 -.int_stack_count 5 -.string_stack_count 0 -.int_var_count 11 -.string_var_count 0 - iconst 896 - sconst "innerZoomLimit" - runelite_callback - iconst 128 - sconst "outerZoomLimit" - runelite_callback - sub - istore 5 - iconst 896 - sconst "innerZoomLimit" - runelite_callback - iconst 128 - sconst "outerZoomLimit" - runelite_callback - sub - istore 6 - iload 2 - iconst 16 - sub - istore 7 - iconst 0 - istore 8 - iconst 0 - istore 9 - viewport_geteffectivesize - istore 9 - istore 8 - iconst 0 - istore 10 - iload 8 - iconst 334 - if_icmpgt LABEL25 - jump LABEL34 -LABEL25: - get_varc_int 74 - iconst 128 - sconst "outerZoomLimit" - runelite_callback - sub - iload 7 - multiply - iload 5 - div - istore 10 - jump LABEL42 -LABEL34: - get_varc_int 73 - iconst 128 - sconst "outerZoomLimit" - runelite_callback - sub - iload 7 - multiply - iload 6 - div - istore 10 -LABEL42: - iload 0 - iload 1 - cc_find - iconst 1 - if_icmpeq LABEL48 - jump LABEL55 -LABEL48: - iload 4 - iload 10 - add - iload 3 - iconst 0 - iconst 0 - cc_setposition -LABEL55: - return diff --git a/runelite-client/src/main/resources/scripts/OptionsPanelZoomUpdater.hash b/runelite-client/src/main/resources/scripts/OptionsPanelZoomUpdater.hash deleted file mode 100644 index 1f6beef765..0000000000 --- a/runelite-client/src/main/resources/scripts/OptionsPanelZoomUpdater.hash +++ /dev/null @@ -1 +0,0 @@ -A1B6D1B291AA3594728DDEA47049E17119F5CCB6F8E757E1524FA89DE92F9A34 \ No newline at end of file diff --git a/runelite-client/src/main/resources/scripts/BankSearchFilter.hash b/runelite-client/src/main/scripts/BankSearchFilter.hash similarity index 100% rename from runelite-client/src/main/resources/scripts/BankSearchFilter.hash rename to runelite-client/src/main/scripts/BankSearchFilter.hash diff --git a/runelite-client/src/main/resources/scripts/BankSearchFilter.rs2asm b/runelite-client/src/main/scripts/BankSearchFilter.rs2asm similarity index 100% rename from runelite-client/src/main/resources/scripts/BankSearchFilter.rs2asm rename to runelite-client/src/main/scripts/BankSearchFilter.rs2asm diff --git a/runelite-client/src/main/resources/scripts/BankSearchLayout.hash b/runelite-client/src/main/scripts/BankSearchLayout.hash similarity index 100% rename from runelite-client/src/main/resources/scripts/BankSearchLayout.hash rename to runelite-client/src/main/scripts/BankSearchLayout.hash diff --git a/runelite-client/src/main/resources/scripts/BankSearchLayout.rs2asm b/runelite-client/src/main/scripts/BankSearchLayout.rs2asm similarity index 100% rename from runelite-client/src/main/resources/scripts/BankSearchLayout.rs2asm rename to runelite-client/src/main/scripts/BankSearchLayout.rs2asm diff --git a/runelite-client/src/main/resources/scripts/BankpinButtonSetup.hash b/runelite-client/src/main/scripts/BankpinButtonSetup.hash similarity index 100% rename from runelite-client/src/main/resources/scripts/BankpinButtonSetup.hash rename to runelite-client/src/main/scripts/BankpinButtonSetup.hash diff --git a/runelite-client/src/main/resources/scripts/BankpinButtonSetup.rs2asm b/runelite-client/src/main/scripts/BankpinButtonSetup.rs2asm similarity index 100% rename from runelite-client/src/main/resources/scripts/BankpinButtonSetup.rs2asm rename to runelite-client/src/main/scripts/BankpinButtonSetup.rs2asm diff --git a/runelite-client/src/main/resources/scripts/ChatBuilder.hash b/runelite-client/src/main/scripts/ChatBuilder.hash similarity index 100% rename from runelite-client/src/main/resources/scripts/ChatBuilder.hash rename to runelite-client/src/main/scripts/ChatBuilder.hash diff --git a/runelite-client/src/main/resources/scripts/ChatBuilder.rs2asm b/runelite-client/src/main/scripts/ChatBuilder.rs2asm similarity index 100% rename from runelite-client/src/main/resources/scripts/ChatBuilder.rs2asm rename to runelite-client/src/main/scripts/ChatBuilder.rs2asm diff --git a/runelite-client/src/main/resources/scripts/ChatSplitBuilder.hash b/runelite-client/src/main/scripts/ChatSplitBuilder.hash similarity index 100% rename from runelite-client/src/main/resources/scripts/ChatSplitBuilder.hash rename to runelite-client/src/main/scripts/ChatSplitBuilder.hash diff --git a/runelite-client/src/main/resources/scripts/ChatSplitBuilder.rs2asm b/runelite-client/src/main/scripts/ChatSplitBuilder.rs2asm similarity index 100% rename from runelite-client/src/main/resources/scripts/ChatSplitBuilder.rs2asm rename to runelite-client/src/main/scripts/ChatSplitBuilder.rs2asm diff --git a/runelite-client/src/main/resources/scripts/ChatboxInput.hash b/runelite-client/src/main/scripts/ChatboxInput.hash similarity index 100% rename from runelite-client/src/main/resources/scripts/ChatboxInput.hash rename to runelite-client/src/main/scripts/ChatboxInput.hash diff --git a/runelite-client/src/main/resources/scripts/ChatboxInput.rs2asm b/runelite-client/src/main/scripts/ChatboxInput.rs2asm similarity index 100% rename from runelite-client/src/main/resources/scripts/ChatboxInput.rs2asm rename to runelite-client/src/main/scripts/ChatboxInput.rs2asm diff --git a/runelite-client/src/main/resources/scripts/ChatboxInputWidgetBuilder.hash b/runelite-client/src/main/scripts/ChatboxInputWidgetBuilder.hash similarity index 100% rename from runelite-client/src/main/resources/scripts/ChatboxInputWidgetBuilder.hash rename to runelite-client/src/main/scripts/ChatboxInputWidgetBuilder.hash diff --git a/runelite-client/src/main/resources/scripts/ChatboxInputWidgetBuilder.rs2asm b/runelite-client/src/main/scripts/ChatboxInputWidgetBuilder.rs2asm similarity index 100% rename from runelite-client/src/main/resources/scripts/ChatboxInputWidgetBuilder.rs2asm rename to runelite-client/src/main/scripts/ChatboxInputWidgetBuilder.rs2asm diff --git a/runelite-client/src/main/resources/scripts/CombatInterfaceSP.hash b/runelite-client/src/main/scripts/CombatInterfaceSP.hash similarity index 100% rename from runelite-client/src/main/resources/scripts/CombatInterfaceSP.hash rename to runelite-client/src/main/scripts/CombatInterfaceSP.hash diff --git a/runelite-client/src/main/resources/scripts/CombatInterfaceSP.rs2asm b/runelite-client/src/main/scripts/CombatInterfaceSP.rs2asm similarity index 100% rename from runelite-client/src/main/resources/scripts/CombatInterfaceSP.rs2asm rename to runelite-client/src/main/scripts/CombatInterfaceSP.rs2asm diff --git a/runelite-client/src/main/resources/scripts/CommandScript.hash b/runelite-client/src/main/scripts/CommandScript.hash similarity index 100% rename from runelite-client/src/main/resources/scripts/CommandScript.hash rename to runelite-client/src/main/scripts/CommandScript.hash diff --git a/runelite-client/src/main/resources/scripts/CommandScript.rs2asm b/runelite-client/src/main/scripts/CommandScript.rs2asm similarity index 100% rename from runelite-client/src/main/resources/scripts/CommandScript.rs2asm rename to runelite-client/src/main/scripts/CommandScript.rs2asm diff --git a/runelite-client/src/main/resources/scripts/DestroyOnOpKey.hash b/runelite-client/src/main/scripts/DestroyOnOpKey.hash similarity index 100% rename from runelite-client/src/main/resources/scripts/DestroyOnOpKey.hash rename to runelite-client/src/main/scripts/DestroyOnOpKey.hash diff --git a/runelite-client/src/main/resources/scripts/DestroyOnOpKey.rs2asm b/runelite-client/src/main/scripts/DestroyOnOpKey.rs2asm similarity index 100% rename from runelite-client/src/main/resources/scripts/DestroyOnOpKey.rs2asm rename to runelite-client/src/main/scripts/DestroyOnOpKey.rs2asm diff --git a/runelite-client/src/main/resources/scripts/FakeXpDrop.hash b/runelite-client/src/main/scripts/FakeXpDrop.hash similarity index 100% rename from runelite-client/src/main/resources/scripts/FakeXpDrop.hash rename to runelite-client/src/main/scripts/FakeXpDrop.hash diff --git a/runelite-client/src/main/resources/scripts/FakeXpDrop.rs2asm b/runelite-client/src/main/scripts/FakeXpDrop.rs2asm similarity index 100% rename from runelite-client/src/main/resources/scripts/FakeXpDrop.rs2asm rename to runelite-client/src/main/scripts/FakeXpDrop.rs2asm diff --git a/runelite-client/src/main/resources/scripts/FriendUpdate.hash b/runelite-client/src/main/scripts/FriendUpdate.hash similarity index 100% rename from runelite-client/src/main/resources/scripts/FriendUpdate.hash rename to runelite-client/src/main/scripts/FriendUpdate.hash diff --git a/runelite-client/src/main/resources/scripts/FriendUpdate.rs2asm b/runelite-client/src/main/scripts/FriendUpdate.rs2asm similarity index 100% rename from runelite-client/src/main/resources/scripts/FriendUpdate.rs2asm rename to runelite-client/src/main/scripts/FriendUpdate.rs2asm diff --git a/runelite-client/src/main/resources/scripts/FriendsChatSendKick.hash b/runelite-client/src/main/scripts/FriendsChatSendKick.hash similarity index 100% rename from runelite-client/src/main/resources/scripts/FriendsChatSendKick.hash rename to runelite-client/src/main/scripts/FriendsChatSendKick.hash diff --git a/runelite-client/src/main/resources/scripts/FriendsChatSendKick.rs2asm b/runelite-client/src/main/scripts/FriendsChatSendKick.rs2asm similarity index 100% rename from runelite-client/src/main/resources/scripts/FriendsChatSendKick.rs2asm rename to runelite-client/src/main/scripts/FriendsChatSendKick.rs2asm diff --git a/runelite-client/src/main/resources/scripts/GELayout.hash b/runelite-client/src/main/scripts/GELayout.hash similarity index 100% rename from runelite-client/src/main/resources/scripts/GELayout.hash rename to runelite-client/src/main/scripts/GELayout.hash diff --git a/runelite-client/src/main/resources/scripts/GELayout.rs2asm b/runelite-client/src/main/scripts/GELayout.rs2asm similarity index 100% rename from runelite-client/src/main/resources/scripts/GELayout.rs2asm rename to runelite-client/src/main/scripts/GELayout.rs2asm diff --git a/runelite-client/src/main/resources/scripts/IgnoreUpdate.hash b/runelite-client/src/main/scripts/IgnoreUpdate.hash similarity index 100% rename from runelite-client/src/main/resources/scripts/IgnoreUpdate.hash rename to runelite-client/src/main/scripts/IgnoreUpdate.hash diff --git a/runelite-client/src/main/resources/scripts/IgnoreUpdate.rs2asm b/runelite-client/src/main/scripts/IgnoreUpdate.rs2asm similarity index 100% rename from runelite-client/src/main/resources/scripts/IgnoreUpdate.rs2asm rename to runelite-client/src/main/scripts/IgnoreUpdate.rs2asm diff --git a/runelite-client/src/main/resources/scripts/LayoutResizableStones.hash b/runelite-client/src/main/scripts/LayoutResizableStones.hash similarity index 100% rename from runelite-client/src/main/resources/scripts/LayoutResizableStones.hash rename to runelite-client/src/main/scripts/LayoutResizableStones.hash diff --git a/runelite-client/src/main/resources/scripts/LayoutResizableStones.rs2asm b/runelite-client/src/main/scripts/LayoutResizableStones.rs2asm similarity index 100% rename from runelite-client/src/main/resources/scripts/LayoutResizableStones.rs2asm rename to runelite-client/src/main/scripts/LayoutResizableStones.rs2asm diff --git a/runelite-client/src/main/resources/scripts/MagicSpellBookRedraw.hash b/runelite-client/src/main/scripts/MagicSpellBookRedraw.hash similarity index 100% rename from runelite-client/src/main/resources/scripts/MagicSpellBookRedraw.hash rename to runelite-client/src/main/scripts/MagicSpellBookRedraw.hash diff --git a/runelite-client/src/main/resources/scripts/MagicSpellBookRedraw.rs2asm b/runelite-client/src/main/scripts/MagicSpellBookRedraw.rs2asm similarity index 100% rename from runelite-client/src/main/resources/scripts/MagicSpellBookRedraw.rs2asm rename to runelite-client/src/main/scripts/MagicSpellBookRedraw.rs2asm diff --git a/runelite-client/src/main/resources/scripts/OpenBankSearchInput.hash b/runelite-client/src/main/scripts/OpenBankSearchInput.hash similarity index 100% rename from runelite-client/src/main/resources/scripts/OpenBankSearchInput.hash rename to runelite-client/src/main/scripts/OpenBankSearchInput.hash diff --git a/runelite-client/src/main/resources/scripts/OpenBankSearchInput.rs2asm b/runelite-client/src/main/scripts/OpenBankSearchInput.rs2asm similarity index 100% rename from runelite-client/src/main/resources/scripts/OpenBankSearchInput.rs2asm rename to runelite-client/src/main/scripts/OpenBankSearchInput.rs2asm diff --git a/runelite-client/src/main/resources/scripts/OptionsPanelRebuilder.hash b/runelite-client/src/main/scripts/OptionsPanelRebuilder.hash similarity index 100% rename from runelite-client/src/main/resources/scripts/OptionsPanelRebuilder.hash rename to runelite-client/src/main/scripts/OptionsPanelRebuilder.hash diff --git a/runelite-client/src/main/resources/scripts/OptionsPanelRebuilder.rs2asm b/runelite-client/src/main/scripts/OptionsPanelRebuilder.rs2asm similarity index 100% rename from runelite-client/src/main/resources/scripts/OptionsPanelRebuilder.rs2asm rename to runelite-client/src/main/scripts/OptionsPanelRebuilder.rs2asm diff --git a/runelite-client/src/main/resources/scripts/OptionsPanelZoomMouseListener.hash b/runelite-client/src/main/scripts/OptionsPanelZoomMouseListener.hash similarity index 100% rename from runelite-client/src/main/resources/scripts/OptionsPanelZoomMouseListener.hash rename to runelite-client/src/main/scripts/OptionsPanelZoomMouseListener.hash diff --git a/runelite-client/src/main/resources/scripts/OptionsPanelZoomMouseListener.rs2asm b/runelite-client/src/main/scripts/OptionsPanelZoomMouseListener.rs2asm similarity index 100% rename from runelite-client/src/main/resources/scripts/OptionsPanelZoomMouseListener.rs2asm rename to runelite-client/src/main/scripts/OptionsPanelZoomMouseListener.rs2asm diff --git a/runelite-client/src/main/resources/scripts/OptionsPanelZoomUpdater.rs2asm b/runelite-client/src/main/scripts/OptionsPanelZoomUpdater.rs2asm similarity index 100% rename from runelite-client/src/main/resources/scripts/OptionsPanelZoomUpdater.rs2asm rename to runelite-client/src/main/scripts/OptionsPanelZoomUpdater.rs2asm diff --git a/runelite-client/src/main/resources/scripts/PrivateMessage.hash b/runelite-client/src/main/scripts/PrivateMessage.hash similarity index 100% rename from runelite-client/src/main/resources/scripts/PrivateMessage.hash rename to runelite-client/src/main/scripts/PrivateMessage.hash diff --git a/runelite-client/src/main/resources/scripts/PrivateMessage.rs2asm b/runelite-client/src/main/scripts/PrivateMessage.rs2asm similarity index 100% rename from runelite-client/src/main/resources/scripts/PrivateMessage.rs2asm rename to runelite-client/src/main/scripts/PrivateMessage.rs2asm diff --git a/runelite-client/src/main/resources/scripts/ResetChatboxInput.hash b/runelite-client/src/main/scripts/ResetChatboxInput.hash similarity index 100% rename from runelite-client/src/main/resources/scripts/ResetChatboxInput.hash rename to runelite-client/src/main/scripts/ResetChatboxInput.hash diff --git a/runelite-client/src/main/resources/scripts/ResetChatboxInput.rs2asm b/runelite-client/src/main/scripts/ResetChatboxInput.rs2asm similarity index 100% rename from runelite-client/src/main/resources/scripts/ResetChatboxInput.rs2asm rename to runelite-client/src/main/scripts/ResetChatboxInput.rs2asm diff --git a/runelite-client/src/main/resources/scripts/ScrollWheelZoomHandler.hash b/runelite-client/src/main/scripts/ScrollWheelZoomHandler.hash similarity index 100% rename from runelite-client/src/main/resources/scripts/ScrollWheelZoomHandler.hash rename to runelite-client/src/main/scripts/ScrollWheelZoomHandler.hash diff --git a/runelite-client/src/main/resources/scripts/ScrollWheelZoomHandler.rs2asm b/runelite-client/src/main/scripts/ScrollWheelZoomHandler.rs2asm similarity index 100% rename from runelite-client/src/main/resources/scripts/ScrollWheelZoomHandler.rs2asm rename to runelite-client/src/main/scripts/ScrollWheelZoomHandler.rs2asm diff --git a/runelite-client/src/main/resources/scripts/SendPrivateMessage.rs2asm b/runelite-client/src/main/scripts/SendPrivateMessage.rs2asm similarity index 100% rename from runelite-client/src/main/resources/scripts/SendPrivateMessage.rs2asm rename to runelite-client/src/main/scripts/SendPrivateMessage.rs2asm diff --git a/runelite-client/src/main/resources/scripts/SkillTabBuilder.hash b/runelite-client/src/main/scripts/SkillTabBuilder.hash similarity index 100% rename from runelite-client/src/main/resources/scripts/SkillTabBuilder.hash rename to runelite-client/src/main/scripts/SkillTabBuilder.hash diff --git a/runelite-client/src/main/resources/scripts/SkillTabBuilder.rs2asm b/runelite-client/src/main/scripts/SkillTabBuilder.rs2asm similarity index 100% rename from runelite-client/src/main/resources/scripts/SkillTabBuilder.rs2asm rename to runelite-client/src/main/scripts/SkillTabBuilder.rs2asm diff --git a/runelite-client/src/main/resources/scripts/SkillTabTotalLevel.hash b/runelite-client/src/main/scripts/SkillTabTotalLevel.hash similarity index 100% rename from runelite-client/src/main/resources/scripts/SkillTabTotalLevel.hash rename to runelite-client/src/main/scripts/SkillTabTotalLevel.hash diff --git a/runelite-client/src/main/resources/scripts/SkillTabTotalLevel.rs2asm b/runelite-client/src/main/scripts/SkillTabTotalLevel.rs2asm similarity index 100% rename from runelite-client/src/main/resources/scripts/SkillTabTotalLevel.rs2asm rename to runelite-client/src/main/scripts/SkillTabTotalLevel.rs2asm diff --git a/runelite-client/src/main/resources/scripts/SpecbarRedraw.hash b/runelite-client/src/main/scripts/SpecbarRedraw.hash similarity index 100% rename from runelite-client/src/main/resources/scripts/SpecbarRedraw.hash rename to runelite-client/src/main/scripts/SpecbarRedraw.hash diff --git a/runelite-client/src/main/resources/scripts/SpecbarRedraw.rs2asm b/runelite-client/src/main/scripts/SpecbarRedraw.rs2asm similarity index 100% rename from runelite-client/src/main/resources/scripts/SpecbarRedraw.rs2asm rename to runelite-client/src/main/scripts/SpecbarRedraw.rs2asm diff --git a/runelite-client/src/main/resources/scripts/ToplevelChatboxBackground.hash b/runelite-client/src/main/scripts/ToplevelChatboxBackground.hash similarity index 100% rename from runelite-client/src/main/resources/scripts/ToplevelChatboxBackground.hash rename to runelite-client/src/main/scripts/ToplevelChatboxBackground.hash diff --git a/runelite-client/src/main/resources/scripts/ToplevelChatboxBackground.rs2asm b/runelite-client/src/main/scripts/ToplevelChatboxBackground.rs2asm similarity index 100% rename from runelite-client/src/main/resources/scripts/ToplevelChatboxBackground.rs2asm rename to runelite-client/src/main/scripts/ToplevelChatboxBackground.rs2asm diff --git a/runelite-client/src/main/resources/scripts/ToplevelCompassOp.hash b/runelite-client/src/main/scripts/ToplevelCompassOp.hash similarity index 100% rename from runelite-client/src/main/resources/scripts/ToplevelCompassOp.hash rename to runelite-client/src/main/scripts/ToplevelCompassOp.hash diff --git a/runelite-client/src/main/resources/scripts/ToplevelCompassOp.rs2asm b/runelite-client/src/main/scripts/ToplevelCompassOp.rs2asm similarity index 100% rename from runelite-client/src/main/resources/scripts/ToplevelCompassOp.rs2asm rename to runelite-client/src/main/scripts/ToplevelCompassOp.rs2asm diff --git a/runelite-client/src/main/resources/scripts/TriggerBankLayout.hash b/runelite-client/src/main/scripts/TriggerBankLayout.hash similarity index 100% rename from runelite-client/src/main/resources/scripts/TriggerBankLayout.hash rename to runelite-client/src/main/scripts/TriggerBankLayout.hash diff --git a/runelite-client/src/main/resources/scripts/TriggerBankLayout.rs2asm b/runelite-client/src/main/scripts/TriggerBankLayout.rs2asm similarity index 100% rename from runelite-client/src/main/resources/scripts/TriggerBankLayout.rs2asm rename to runelite-client/src/main/scripts/TriggerBankLayout.rs2asm diff --git a/runelite-client/src/main/resources/scripts/XpDropChanged.hash b/runelite-client/src/main/scripts/XpDropChanged.hash similarity index 100% rename from runelite-client/src/main/resources/scripts/XpDropChanged.hash rename to runelite-client/src/main/scripts/XpDropChanged.hash diff --git a/runelite-client/src/main/resources/scripts/XpDropChanged.rs2asm b/runelite-client/src/main/scripts/XpDropChanged.rs2asm similarity index 100% rename from runelite-client/src/main/resources/scripts/XpDropChanged.rs2asm rename to runelite-client/src/main/scripts/XpDropChanged.rs2asm diff --git a/runelite-client/src/main/resources/scripts/ZoomHandler.hash b/runelite-client/src/main/scripts/ZoomHandler.hash similarity index 100% rename from runelite-client/src/main/resources/scripts/ZoomHandler.hash rename to runelite-client/src/main/scripts/ZoomHandler.hash diff --git a/runelite-client/src/main/resources/scripts/ZoomHandler.rs2asm b/runelite-client/src/main/scripts/ZoomHandler.rs2asm similarity index 100% rename from runelite-client/src/main/resources/scripts/ZoomHandler.rs2asm rename to runelite-client/src/main/scripts/ZoomHandler.rs2asm diff --git a/runelite-client/src/main/resources/scripts/null.rs2asm b/runelite-client/src/main/scripts/null.rs2asm similarity index 100% rename from runelite-client/src/main/resources/scripts/null.rs2asm rename to runelite-client/src/main/scripts/null.rs2asm diff --git a/runelite-script-assembler-plugin/runelite-script-assembler-plugin.gradle.kts b/runelite-script-assembler-plugin/runelite-script-assembler-plugin.gradle.kts index 1f129469dc..3afaafa440 100644 --- a/runelite-script-assembler-plugin/runelite-script-assembler-plugin.gradle.kts +++ b/runelite-script-assembler-plugin/runelite-script-assembler-plugin.gradle.kts @@ -42,7 +42,7 @@ dependencies { tasks { register("assembleMojo") { outputs.cacheIf { true } - val inp = "${project.extra["rootPath"]}/runelite-client/src/main/resources/scripts" + val inp = "${project.extra["rootPath"]}/runelite-client/src/main/scripts" val out = "${project.extra["rootPath"]}/runelite-client/build/scripts/runelite" inputs.dir(inp) outputs.dir(out)