From 750decdbd605d1fe7cdf781524dad5a5570bf2e1 Mon Sep 17 00:00:00 2001 From: RuneLite Cache-Code Autoupdater Date: Thu, 27 Sep 2018 04:36:20 -0600 Subject: [PATCH 1/7] Update Item IDs to 2018-09-27-rev175 --- runelite-api/src/main/java/net/runelite/api/ItemID.java | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/runelite-api/src/main/java/net/runelite/api/ItemID.java b/runelite-api/src/main/java/net/runelite/api/ItemID.java index 94d680d8d3..1885a10ce0 100644 --- a/runelite-api/src/main/java/net/runelite/api/ItemID.java +++ b/runelite-api/src/main/java/net/runelite/api/ItemID.java @@ -10464,5 +10464,10 @@ public final class ItemID public static final int ZURIELS_HOOD = 22650; public static final int ZURIELS_ROBE_TOP = 22653; public static final int ZURIELS_ROBE_BOTTOM = 22656; + public static final int EMPTY_BUCKET_PACK = 22660; + public static final int PET_SMOKE_DEVIL_22663 = 22663; + public static final int SCYTHE_OF_VITUR_22664 = 22664; + public static final int ARMADYL_GODSWORD_22665 = 22665; + public static final int RUBBER_CHICKEN_22666 = 22666; /* This file is automatically generated. Do not edit. */ } From 23402bb22dfc51858de080c92f795d78debf7754 Mon Sep 17 00:00:00 2001 From: RuneLite Cache-Code Autoupdater Date: Thu, 27 Sep 2018 04:36:21 -0600 Subject: [PATCH 2/7] Update Object IDs to 2018-09-27-rev175 --- runelite-api/src/main/java/net/runelite/api/NullObjectID.java | 1 + runelite-api/src/main/java/net/runelite/api/ObjectID.java | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/runelite-api/src/main/java/net/runelite/api/NullObjectID.java b/runelite-api/src/main/java/net/runelite/api/NullObjectID.java index 65430caea0..58ef103725 100644 --- a/runelite-api/src/main/java/net/runelite/api/NullObjectID.java +++ b/runelite-api/src/main/java/net/runelite/api/NullObjectID.java @@ -836,6 +836,7 @@ public final class NullObjectID public static final int NULL_1720 = 1720; public static final int NULL_1721 = 1721; public static final int NULL_1724 = 1724; + public static final int NULL_1729 = 1729; public static final int NULL_1744 = 1744; public static final int NULL_1745 = 1745; public static final int NULL_1746 = 1746; diff --git a/runelite-api/src/main/java/net/runelite/api/ObjectID.java b/runelite-api/src/main/java/net/runelite/api/ObjectID.java index e549ec7114..d9e9de8785 100644 --- a/runelite-api/src/main/java/net/runelite/api/ObjectID.java +++ b/runelite-api/src/main/java/net/runelite/api/ObjectID.java @@ -16175,7 +16175,7 @@ public final class ObjectID public static final int GRAND_EXCHANGE_BOOTH_30390 = 30390; public static final int IRON_LADDER_30391 = 30391; public static final int IRON_LADDER_30392 = 30392; - public static final int INACTIVE_PORTAL = 30395; + public static final int JADFEST_PORTAL = 30395; public static final int SHIMMERING_BARRIER_30396 = 30396; public static final int SHIMMERING_BARRIER_30397 = 30397; public static final int SHIMMERING_BARRIER_30398 = 30398; @@ -17569,5 +17569,6 @@ public final class ObjectID public static final int FIRE_OF_DEHUMIDIFICATION = 33322; public static final int PILE_OF_RUBBLE_33340 = 33340; public static final int PILE_OF_RUBBLE_33341 = 33341; + public static final int HUB_PORTAL = 33343; /* This file is automatically generated. Do not edit. */ } From b17ec507235eed0f7f8bb801918bf306e7ab2348 Mon Sep 17 00:00:00 2001 From: RuneLite Cache-Code Autoupdater Date: Thu, 27 Sep 2018 04:36:22 -0600 Subject: [PATCH 3/7] Update NPC IDs to 2018-09-27-rev175 --- runelite-api/src/main/java/net/runelite/api/NpcID.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/runelite-api/src/main/java/net/runelite/api/NpcID.java b/runelite-api/src/main/java/net/runelite/api/NpcID.java index c6a94639ae..ef2390acb1 100644 --- a/runelite-api/src/main/java/net/runelite/api/NpcID.java +++ b/runelite-api/src/main/java/net/runelite/api/NpcID.java @@ -7698,5 +7698,7 @@ public final class NpcID public static final int COMBAT_TEST_MAXHIT = 8479; public static final int WIZARD_CROMPERTY = 8480; public static final int WIZARD_CROMPERTY_8481 = 8481; + public static final int SMOKE_DEVIL_8482 = 8482; + public static final int SMOKE_DEVIL_8483 = 8483; /* This file is automatically generated. Do not edit. */ } From e973b1ab9f1df2d0b81ddc4c08436b42928f4ce2 Mon Sep 17 00:00:00 2001 From: RuneLite Cache-Code Autoupdater Date: Thu, 27 Sep 2018 04:36:37 -0600 Subject: [PATCH 4/7] Update Widget IDs to 2018-09-27-rev175 --- .../java/net/runelite/api/widgets/WidgetID.java | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/runelite-api/src/main/java/net/runelite/api/widgets/WidgetID.java b/runelite-api/src/main/java/net/runelite/api/widgets/WidgetID.java index 8a4920b3d0..9fc9a0037b 100644 --- a/runelite-api/src/main/java/net/runelite/api/widgets/WidgetID.java +++ b/runelite-api/src/main/java/net/runelite/api/widgets/WidgetID.java @@ -195,10 +195,10 @@ public class WidgetID static class Bank { - static final int ITEM_CONTAINER = 23; + static final int ITEM_CONTAINER = 12; static final int INVENTORY_ITEM_CONTAINER = 3; - static final int BANK_TITLE_BAR = 15; - static final int BANK_ITEM_COUNT = 16; + static final int BANK_TITLE_BAR = 4; + static final int BANK_ITEM_COUNT = 5; } static class GrandExchange @@ -396,10 +396,10 @@ public class WidgetID { static final int CHATBOX_PARENT = 0; static final int CHATBOX_BUTTONS = 1; - static final int CHATBOX_REPORT_TEXT = 29; - static final int CHATBOX_FRAME = 30; - static final int CHATBOX_MESSAGES = 48; - static final int CHATBOX_INPUT = 50; + static final int CHATBOX_REPORT_TEXT = 36; + static final int CHATBOX_FRAME = 37; + static final int CHATBOX_MESSAGES = 55; + static final int CHATBOX_INPUT = 57; } static class Prayer @@ -648,7 +648,7 @@ public class WidgetID static class WorldSwitcher { - static final int WORLD_LIST = 14; + static final int WORLD_LIST = 15; } static class FossilOxygen From c5191904792a500b21434ec171aee1452316e308 Mon Sep 17 00:00:00 2001 From: RuneLite Cache-Code Autoupdater Date: Thu, 27 Sep 2018 04:36:40 -0600 Subject: [PATCH 5/7] Update Scripts to 2018-09-27-rev175 --- .../src/main/scripts/BankSearchLayout.hash | 2 +- .../src/main/scripts/BankSearchLayout.rs2asm | 10 ++--- .../scripts/ChatboxInputWidgetBuilder.hash | 2 +- .../scripts/ChatboxInputWidgetBuilder.rs2asm | 38 +++++++++---------- .../src/main/scripts/CommandScript.hash | 2 +- .../src/main/scripts/CommandScript.rs2asm | 8 ++-- .../src/main/scripts/OpenBankSearchInput.hash | 2 +- .../main/scripts/OpenBankSearchInput.rs2asm | 10 ++--- .../src/main/scripts/PrivateMessage.hash | 2 +- .../src/main/scripts/PrivateMessage.rs2asm | 2 +- 10 files changed, 39 insertions(+), 39 deletions(-) diff --git a/runelite-client/src/main/scripts/BankSearchLayout.hash b/runelite-client/src/main/scripts/BankSearchLayout.hash index 5c3bcd268c..d08f1feee9 100644 --- a/runelite-client/src/main/scripts/BankSearchLayout.hash +++ b/runelite-client/src/main/scripts/BankSearchLayout.hash @@ -1 +1 @@ -C4555FC9FE413DE426D3D428762770753CBE843B6C379A752854B5028F965F1F \ No newline at end of file +EDEB5A33912F5F4D982DA91FE9F74084D009625DC19D819E80B860903EBD243C \ No newline at end of file diff --git a/runelite-client/src/main/scripts/BankSearchLayout.rs2asm b/runelite-client/src/main/scripts/BankSearchLayout.rs2asm index 849e13b0cc..cbe632a52b 100644 --- a/runelite-client/src/main/scripts/BankSearchLayout.rs2asm +++ b/runelite-client/src/main/scripts/BankSearchLayout.rs2asm @@ -667,9 +667,9 @@ LABEL609: string_append 3 iload 21 ; load number of matches load_string "setSearchBankInputTextFound" ; load event name - runelite_callback ; invoke callback - pop_int ; pop number of matches - load_int 10616869 + runelite_callback ; invoke callback + pop_int ; pop number of matches + load_int 10616876 widget_put_text_widget LABEL616: jump LABEL631 @@ -688,8 +688,8 @@ LABEL617: LABEL628: load_string "Show items whose names contain the following text:" load_string "setSearchBankInputText" ; load event name - runelite_callback ; invoke callback - load_int 10616869 + runelite_callback ; invoke callback + load_int 10616876 widget_put_text_widget LABEL631: jump LABEL635 diff --git a/runelite-client/src/main/scripts/ChatboxInputWidgetBuilder.hash b/runelite-client/src/main/scripts/ChatboxInputWidgetBuilder.hash index be3b61eef5..31eec732bf 100644 --- a/runelite-client/src/main/scripts/ChatboxInputWidgetBuilder.hash +++ b/runelite-client/src/main/scripts/ChatboxInputWidgetBuilder.hash @@ -1 +1 @@ -E748FEDA4790B25C5E83F64B35F9A800ADEF1833DD57D9CAE94E488A4BA36917 \ No newline at end of file +30FB61D1C8600C402F57F493B09BDA050FD8381E9BAA5D13BB1BC95372FBA5D5 \ No newline at end of file diff --git a/runelite-client/src/main/scripts/ChatboxInputWidgetBuilder.rs2asm b/runelite-client/src/main/scripts/ChatboxInputWidgetBuilder.rs2asm index bb0ce4558c..21ca38aa88 100644 --- a/runelite-client/src/main/scripts/ChatboxInputWidgetBuilder.rs2asm +++ b/runelite-client/src/main/scripts/ChatboxInputWidgetBuilder.rs2asm @@ -21,16 +21,16 @@ LABEL10: istore 0 sstore 0 load_int 1 - load_int 10616882 + load_int 10616889 widget_put_text_shadowed_widget jump LABEL23 LABEL20: load_int 0 - load_int 10616882 + load_int 10616889 widget_put_text_shadowed_widget LABEL23: iload 0 - load_int 10616882 + load_int 10616889 widget_put_textcolor_widget get_varc_string 1 string_length @@ -78,7 +78,7 @@ LABEL63: get_max_line_width istore 3 iload 3 - load_int 10616882 + load_int 10616889 widget_get_width_widget if_icmpgt LABEL73 jump LABEL79 @@ -86,29 +86,29 @@ LABEL73: load_int 2 load_int 2 load_int 0 - load_int 10616882 + load_int 10616889 widget_put_text_alignment_widget jump LABEL84 LABEL79: load_int 0 load_int 2 load_int 0 - load_int 10616882 + load_int 10616889 widget_put_text_alignment_widget LABEL84: - load_int 10616882 + load_int 10616889 widget_put_actions_null_widget load_int -1 load_string "" - load_int 10616882 + load_int 10616889 widget_put_mouse_hover_listener_widget load_int -1 load_string "" - load_int 10616882 + load_int 10616889 widget_put_mouse_exit_listener_widget load_int -1 load_string "" - load_int 10616882 + load_int 10616889 widget_put_option_click_listener_widget jump LABEL140 LABEL99: @@ -123,46 +123,46 @@ LABEL99: load_int 1 load_int 2 load_int 0 - load_int 10616882 + load_int 10616889 widget_put_text_alignment_widget load_int 10 load_string "Configure" - load_int 10616882 + load_int 10616889 widget_put_action_widget load_string "" load_string "Display name" load_string "" string_append 3 - load_int 10616882 + load_int 10616889 widget_put_name_widget load_int 45 load_int -2147483645 iload 1 load_string "Ii" - load_int 10616882 + load_int 10616889 widget_put_mouse_hover_listener_widget load_int 45 load_int -2147483645 iload 0 load_string "Ii" - load_int 10616882 + load_int 10616889 widget_put_mouse_exit_listener_widget load_int 489 load_int -2147483644 load_int 1024 load_string "ii" - load_int 10616882 + load_int 10616889 widget_put_option_click_listener_widget LABEL140: sload 2 - load_int 10616882 + load_int 10616889 widget_put_text_widget load_string "setChatboxInput" - runelite_callback + runelite_callback load_int 3 load_int 16 load_int 1 load_int 0 - load_int 10616882 + load_int 10616889 widget_put_size_widget return diff --git a/runelite-client/src/main/scripts/CommandScript.hash b/runelite-client/src/main/scripts/CommandScript.hash index 74e8d964b1..480464567f 100644 --- a/runelite-client/src/main/scripts/CommandScript.hash +++ b/runelite-client/src/main/scripts/CommandScript.hash @@ -1 +1 @@ -1BD6A06ED277589EB12C5E455CB420F9A9095EEA3E77FA33D1E3AB8109600E6B \ No newline at end of file +6BD184D96E4E955FC804AD54D0B015E7A060C5830B7B06EC1AF9C8A8F0775CAC \ No newline at end of file diff --git a/runelite-client/src/main/scripts/CommandScript.rs2asm b/runelite-client/src/main/scripts/CommandScript.rs2asm index ebdbb716d0..58d6f75094 100644 --- a/runelite-client/src/main/scripts/CommandScript.rs2asm +++ b/runelite-client/src/main/scripts/CommandScript.rs2asm @@ -3,11 +3,11 @@ .string_stack_count 0 .int_var_count 5 .string_var_count 0 - load_int 10616880 + load_int 10616887 widget_get_hidden_widget load_int 1 if_icmpeq LABEL9 - load_int 10616881 + load_int 10616888 widget_get_hidden_widget load_int 1 if_icmpeq LABEL9 @@ -193,7 +193,7 @@ LABEL147: load_int 0 if_icmpeq LABEL154 load_string "runeliteCommand" ; load callback name - runelite_callback ; invoke callback + runelite_callback ; invoke callback jump LABEL158 LABEL154: load_string "Hey, everyone, I just tried to do something very silly!" @@ -320,7 +320,7 @@ LABEL244: load_int 1 ; check if we're ignoring input load_int 0 ; load_string "blockChatInput" ; - runelite_callback ; + runelite_callback ; if_icmpeq LABEL250 ; don't add to input varcstr put_varc_string 1 LABEL250: diff --git a/runelite-client/src/main/scripts/OpenBankSearchInput.hash b/runelite-client/src/main/scripts/OpenBankSearchInput.hash index 994464ca85..482c42bbb6 100644 --- a/runelite-client/src/main/scripts/OpenBankSearchInput.hash +++ b/runelite-client/src/main/scripts/OpenBankSearchInput.hash @@ -1 +1 @@ -CA95E8F033421533DB0C3D62079D8A3EA4BC7FCA91E69EF600C25027B5E10867 \ No newline at end of file +97B828530EF00DAD35290951F220051EB00A42B2289547090DEF96FAE4F391AC \ No newline at end of file diff --git a/runelite-client/src/main/scripts/OpenBankSearchInput.rs2asm b/runelite-client/src/main/scripts/OpenBankSearchInput.rs2asm index 5f0edcafc0..a93c371894 100644 --- a/runelite-client/src/main/scripts/OpenBankSearchInput.rs2asm +++ b/runelite-client/src/main/scripts/OpenBankSearchInput.rs2asm @@ -8,13 +8,13 @@ if_icmpeq LABEL4 jump LABEL5 LABEL4: - close_window + close_window LABEL5: invoke 677 load_string "Show items whose names contain the following text:" load_string "setSearchBankInputText" ; load event name - runelite_callback ; invoke callback - load_int 10616869 + runelite_callback ; invoke callback + load_int 10616876 widget_put_text_widget load_int 11 put_varc 5 @@ -27,11 +27,11 @@ LABEL5: load_int -2147483639 sload 0 load_string "izs" - load_int 10616870 + load_int 10616877 widget_put_key_listener_widget load_int 138 load_string "" - load_int 10616870 + load_int 10616877 widget_put_dialog_abort_listener_widget invoke 1972 load_int 1 diff --git a/runelite-client/src/main/scripts/PrivateMessage.hash b/runelite-client/src/main/scripts/PrivateMessage.hash index 93ac7d20bc..5f3c129619 100644 --- a/runelite-client/src/main/scripts/PrivateMessage.hash +++ b/runelite-client/src/main/scripts/PrivateMessage.hash @@ -1 +1 @@ -36262759CFFFD94A6495B6BFA9B86C859921C5CE0340E465B1878461417A2470 \ No newline at end of file +3DC9C314EBA5630A8237016DDAC99272696B37650E8671DD42DAEE9363F2D006 \ No newline at end of file diff --git a/runelite-client/src/main/scripts/PrivateMessage.rs2asm b/runelite-client/src/main/scripts/PrivateMessage.rs2asm index 7d1ecf410a..bc8bb34d0f 100644 --- a/runelite-client/src/main/scripts/PrivateMessage.rs2asm +++ b/runelite-client/src/main/scripts/PrivateMessage.rs2asm @@ -245,7 +245,7 @@ LABEL173: load_int -2147483645 load_int 1 load_string "I1" - load_int 10616843 + load_int 10616845 widget_put_render_listener_widget jump LABEL192 LABEL185: From 0ec886ee14f90ef8d9ca99c3382bf3f01c06cb7b Mon Sep 17 00:00:00 2001 From: Max Weber Date: Thu, 27 Sep 2018 04:54:18 -0600 Subject: [PATCH 6/7] Fix line endings on BankSearchLayout.rs2asm --- .../src/main/scripts/BankSearchLayout.rs2asm | 1748 ++++++++--------- 1 file changed, 874 insertions(+), 874 deletions(-) diff --git a/runelite-client/src/main/scripts/BankSearchLayout.rs2asm b/runelite-client/src/main/scripts/BankSearchLayout.rs2asm index cbe632a52b..e22f32ba0a 100644 --- a/runelite-client/src/main/scripts/BankSearchLayout.rs2asm +++ b/runelite-client/src/main/scripts/BankSearchLayout.rs2asm @@ -1,874 +1,874 @@ -.id 277 -.int_stack_count 13 -.string_stack_count 0 -.int_var_count 30 -.string_var_count 1 - get_varbit 5102 - load_int 1 - if_icmpeq LABEL4 - jump LABEL8 -LABEL4: - load_int 0 - iload 10 - widget_put_hidden_widget - jump LABEL13 -LABEL8: - load_int 1 - iload 10 - widget_put_hidden_widget - iload 12 - invoke 41 -LABEL13: - get_varbit 5364 - load_int 1 - if_icmpeq LABEL17 - jump LABEL24 -LABEL17: - load_int 37 - load_int 37 - load_int 1 - load_int 0 - iload 5 - widget_put_size_widget - jump LABEL30 -LABEL24: - load_int 0 - load_int 37 - load_int 1 - load_int 0 - iload 5 - widget_put_size_widget -LABEL30: - load_int 1 - iload 11 - widget_put_hidden_widget - iload 11 - widget_unset_children - load_int 0 - istore 13 - get_varbit 4170 - load_int 3 - if_icmpeq LABEL41 - jump LABEL74 -LABEL41: - get_varbit 4171 - load_int 0 - if_icmpgt LABEL69 - get_varbit 4172 - load_int 0 - if_icmpgt LABEL69 - get_varbit 4173 - load_int 0 - if_icmpgt LABEL69 - get_varbit 4174 - load_int 0 - if_icmpgt LABEL69 - get_varbit 4175 - load_int 0 - if_icmpgt LABEL69 - get_varbit 4176 - load_int 0 - if_icmpgt LABEL69 - get_varbit 4177 - load_int 0 - if_icmpgt LABEL69 - get_varbit 4178 - load_int 0 - if_icmpgt LABEL69 - get_varbit 4179 - load_int 0 - if_icmpgt LABEL69 - jump LABEL72 -LABEL69: - load_int 0 - istore 13 - jump LABEL74 -LABEL72: - load_int 1 - istore 13 -LABEL74: - load_int 0 - istore 14 - iload 13 - load_int 1 - if_icmpeq LABEL80 - jump LABEL110 -LABEL80: - load_int 1 - iload 9 - widget_put_hidden_widget - load_int 11 - istore 14 - load_int 0 - load_int 26 - load_int 1 - load_int 1 - iload 1 - widget_put_size_widget - load_int 374 - load_int 39 - load_int 0 - load_int 1 - iload 3 - widget_put_size_widget - load_int 16 - load_int 39 - load_int 0 - load_int 1 - iload 4 - widget_put_size_widget - load_int 30 - load_int 48 - load_int 2 - load_int 0 - iload 2 - widget_put_position_widget - jump LABEL137 -LABEL110: - load_int 0 - iload 9 - widget_put_hidden_widget - load_int 0 - load_int 0 - load_int 1 - load_int 1 - iload 1 - widget_put_size_widget - load_int 374 - load_int 81 - load_int 0 - load_int 1 - iload 3 - widget_put_size_widget - load_int 16 - load_int 81 - load_int 0 - load_int 1 - iload 4 - widget_put_size_widget - load_int 12 - load_int 42 - load_int 2 - load_int 0 - iload 2 - widget_put_position_widget -LABEL137: - iload 4 - iload 3 - invoke 231 - load_int 816 - istore 15 - load_int 816 - load_int 9 - load_int 3 - imul - iadd - istore 16 -LABEL148: - iload 15 - iload 16 - if_icmple LABEL152 - jump LABEL165 -LABEL152: - iload 3 - iload 15 - widget_load_child - load_int 1 - if_icmpeq LABEL158 - jump LABEL160 -LABEL158: - load_int 1 - widget_put_hidden -LABEL160: - iload 15 - load_int 1 - iadd - istore 15 - jump LABEL148 -LABEL165: - load_int 0 - istore 15 - load_int 8 - load_int 1 - isub - istore 17 - iload 3 - widget_get_width_widget - load_int 8 - load_int 36 - imul - isub - iload 17 - idiv - istore 18 - load_int -1 - istore 19 - load_int 0 - istore 20 - load_int 0 - istore 21 - load_int 0 - istore 22 - load_int 0 - istore 23 - load_int -1 - istore 24 - load_int 0 - istore 25 - load_string "" - sstore 0 - get_varbit 4150 - load_int 0 - if_icmple LABEL203 - get_varbit 4150 - load_int 9 - if_icmpgt LABEL203 - jump LABEL652 -LABEL203: - iload 15 - load_int 816 - if_icmplt LABEL207 - jump LABEL232 -LABEL207: - iload 3 - iload 15 - widget_load_child - load_int 1 - if_icmpeq LABEL213 - jump LABEL215 -LABEL213: - load_int 1 - widget_put_hidden -LABEL215: - load_int 95 - iload 15 - get_itemcontainer_itemid - load_int -1 - if_icmpne LABEL221 - jump LABEL227 -LABEL221: - iload 23 - load_int 1 - iadd - iload 15 - istore 24 - istore 23 -LABEL227: - iload 15 - load_int 1 - iadd - istore 15 - jump LABEL203 -LABEL232: - get_varbit 4171 - get_varbit 4172 - iadd - get_varbit 4173 - iadd - get_varbit 4174 - iadd - get_varbit 4175 - iadd - get_varbit 4176 - iadd - get_varbit 4177 - iadd - get_varbit 4178 - iadd - get_varbit 4179 - iadd - istore 25 - iload 25 - load_int 0 - if_icmple LABEL254 - jump LABEL258 -LABEL254: - load_int 816 - load_int 1 - isub - istore 24 -LABEL258: - iload 25 - iload 24 - load_int 1 - iadd - load_int 0 - iload 3 - iload 4 - iload 10 - iload 11 - iload 12 - iload 14 - iload 18 - iload 17 - iload 13 - invoke 509 - istore 20 - istore 22 - iload 21 - iload 20 - iadd - istore 21 - load_int 0 - istore 15 - get_varbit 4171 - load_int 0 - if_icmpgt LABEL285 - jump LABEL315 -LABEL285: - load_int 1 - iload 3 - iload 22 - invoke 510 - istore 14 - iload 15 - iload 15 - get_varbit 4171 - iadd - load_int 1 - iload 3 - iload 4 - iload 10 - iload 11 - iload 12 - iload 14 - iload 18 - iload 17 - iload 13 - invoke 509 - istore 20 - istore 22 - iload 21 - iload 20 - iadd - istore 21 - iload 15 - get_varbit 4171 - iadd - istore 15 -LABEL315: - get_varbit 4172 - load_int 0 - if_icmpgt LABEL319 - jump LABEL349 -LABEL319: - load_int 2 - iload 3 - iload 22 - invoke 510 - istore 14 - iload 15 - iload 15 - get_varbit 4172 - iadd - load_int 2 - iload 3 - iload 4 - iload 10 - iload 11 - iload 12 - iload 14 - iload 18 - iload 17 - iload 13 - invoke 509 - istore 20 - istore 22 - iload 21 - iload 20 - iadd - istore 21 - iload 15 - get_varbit 4172 - iadd - istore 15 -LABEL349: - get_varbit 4173 - load_int 0 - if_icmpgt LABEL353 - jump LABEL383 -LABEL353: - load_int 3 - iload 3 - iload 22 - invoke 510 - istore 14 - iload 15 - iload 15 - get_varbit 4173 - iadd - load_int 3 - iload 3 - iload 4 - iload 10 - iload 11 - iload 12 - iload 14 - iload 18 - iload 17 - iload 13 - invoke 509 - istore 20 - istore 22 - iload 21 - iload 20 - iadd - istore 21 - iload 15 - get_varbit 4173 - iadd - istore 15 -LABEL383: - get_varbit 4174 - load_int 0 - if_icmpgt LABEL387 - jump LABEL417 -LABEL387: - load_int 4 - iload 3 - iload 22 - invoke 510 - istore 14 - iload 15 - iload 15 - get_varbit 4174 - iadd - load_int 4 - iload 3 - iload 4 - iload 10 - iload 11 - iload 12 - iload 14 - iload 18 - iload 17 - iload 13 - invoke 509 - istore 20 - istore 22 - iload 21 - iload 20 - iadd - istore 21 - iload 15 - get_varbit 4174 - iadd - istore 15 -LABEL417: - get_varbit 4175 - load_int 0 - if_icmpgt LABEL421 - jump LABEL451 -LABEL421: - load_int 5 - iload 3 - iload 22 - invoke 510 - istore 14 - iload 15 - iload 15 - get_varbit 4175 - iadd - load_int 5 - iload 3 - iload 4 - iload 10 - iload 11 - iload 12 - iload 14 - iload 18 - iload 17 - iload 13 - invoke 509 - istore 20 - istore 22 - iload 21 - iload 20 - iadd - istore 21 - iload 15 - get_varbit 4175 - iadd - istore 15 -LABEL451: - get_varbit 4176 - load_int 0 - if_icmpgt LABEL455 - jump LABEL485 -LABEL455: - load_int 6 - iload 3 - iload 22 - invoke 510 - istore 14 - iload 15 - iload 15 - get_varbit 4176 - iadd - load_int 6 - iload 3 - iload 4 - iload 10 - iload 11 - iload 12 - iload 14 - iload 18 - iload 17 - iload 13 - invoke 509 - istore 20 - istore 22 - iload 21 - iload 20 - iadd - istore 21 - iload 15 - get_varbit 4176 - iadd - istore 15 -LABEL485: - get_varbit 4177 - load_int 0 - if_icmpgt LABEL489 - jump LABEL519 -LABEL489: - load_int 7 - iload 3 - iload 22 - invoke 510 - istore 14 - iload 15 - iload 15 - get_varbit 4177 - iadd - load_int 7 - iload 3 - iload 4 - iload 10 - iload 11 - iload 12 - iload 14 - iload 18 - iload 17 - iload 13 - invoke 509 - istore 20 - istore 22 - iload 21 - iload 20 - iadd - istore 21 - iload 15 - get_varbit 4177 - iadd - istore 15 -LABEL519: - get_varbit 4178 - load_int 0 - if_icmpgt LABEL523 - jump LABEL553 -LABEL523: - load_int 8 - iload 3 - iload 22 - invoke 510 - istore 14 - iload 15 - iload 15 - get_varbit 4178 - iadd - load_int 8 - iload 3 - iload 4 - iload 10 - iload 11 - iload 12 - iload 14 - iload 18 - iload 17 - iload 13 - invoke 509 - istore 20 - istore 22 - iload 21 - iload 20 - iadd - istore 21 - iload 15 - get_varbit 4178 - iadd - istore 15 -LABEL553: - get_varbit 4179 - load_int 0 - if_icmpgt LABEL557 - jump LABEL587 -LABEL557: - load_int 9 - iload 3 - iload 22 - invoke 510 - istore 14 - iload 15 - iload 15 - get_varbit 4179 - iadd - load_int 9 - iload 3 - iload 4 - iload 10 - iload 11 - iload 12 - iload 14 - iload 18 - iload 17 - iload 13 - invoke 509 - istore 20 - istore 22 - iload 21 - iload 20 - iadd - istore 21 - iload 15 - get_varbit 4179 - iadd - istore 15 -LABEL587: - invoke 514 - load_int 1 - if_icmpeq LABEL591 - jump LABEL632 -LABEL591: - invoke 280 - sstore 0 - sload 0 - string_length - load_int 0 - if_icmpgt LABEL598 - jump LABEL617 -LABEL598: - load_string "Showing items: " - load_string "" - sload 0 - load_string "" - string_append 4 - iload 6 - widget_put_text_widget - get_varc 5 - load_int 11 - if_icmpeq LABEL609 - jump LABEL616 -LABEL609: - load_string "Show items whose names contain the following text: (" - iload 21 - int_to_string - load_string " found)" - string_append 3 - iload 21 ; load number of matches - load_string "setSearchBankInputTextFound" ; load event name - runelite_callback ; invoke callback - pop_int ; pop number of matches - load_int 10616876 - widget_put_text_widget -LABEL616: - jump LABEL631 -LABEL617: - load_string "Showing items: " - load_string "" - load_string "*" - load_string "" - string_append 4 - iload 6 - widget_put_text_widget - get_varc 5 - load_int 11 - if_icmpeq LABEL628 - jump LABEL631 -LABEL628: - load_string "Show items whose names contain the following text:" - load_string "setSearchBankInputText" ; load event name - runelite_callback ; invoke callback - load_int 10616876 - widget_put_text_widget -LABEL631: - jump LABEL635 -LABEL632: - load_string "The Bank of RuneScape" - iload 6 - widget_put_text_widget -LABEL635: - iload 0 - iload 1 - iload 2 - iload 3 - iload 4 - iload 5 - iload 6 - iload 7 - iload 8 - iload 9 - iload 10 - iload 11 - iload 12 - iload 22 - iload 23 - invoke 505 - return -LABEL652: - invoke 514 - load_int 1 - if_icmpeq LABEL656 - jump LABEL659 -LABEL656: - load_int 1 - load_int 1 - invoke 299 -LABEL659: - load_int -1 - istore 26 - load_int -1 - istore 27 - get_varbit 4150 - invoke 513 - istore 27 - istore 26 - load_int 0 - istore 28 - load_int 0 - istore 29 -LABEL671: - iload 15 - load_int 816 - if_icmplt LABEL675 - jump LABEL753 -LABEL675: - iload 3 - iload 15 - widget_load_child - load_int 1 - if_icmpeq LABEL681 - jump LABEL748 -LABEL681: - load_int 95 - iload 15 - get_itemcontainer_itemid - istore 19 - iload 19 - load_int -1 - if_icmpne LABEL689 - jump LABEL693 -LABEL689: - iload 23 - load_int 1 - iadd - istore 23 -LABEL693: - iload 15 - iload 26 - if_icmpge LABEL697 - jump LABEL746 -LABEL697: - iload 15 - iload 27 - if_icmplt LABEL701 - jump LABEL746 -LABEL701: - load_int 0 - widget_put_hidden - iload 19 - load_int 95 - iload 15 - get_itemcontainer_stacksize - iload 3 - iload 4 - iload 10 - iload 11 - iload 12 - invoke 278 - iload 29 - load_int 36 - imul - istore 22 - iload 28 - load_int 36 - iload 18 - iadd - imul - iload 22 - load_int 0 - load_int 0 - widget_put_position - iload 22 - load_int 32 - iadd - istore 22 - iload 28 - iload 17 - if_icmplt LABEL734 - jump LABEL739 -LABEL734: - iload 28 - load_int 1 - iadd - istore 28 - jump LABEL745 -LABEL739: - load_int 0 - iload 29 - load_int 1 - iadd - istore 29 - istore 28 -LABEL745: - jump LABEL748 -LABEL746: - load_int 1 - widget_put_hidden -LABEL748: - iload 15 - load_int 1 - iadd - istore 15 - jump LABEL671 -LABEL753: - get_varbit 4170 - load_int 2 - if_icmpeq LABEL757 - jump LABEL767 -LABEL757: - load_string "Tab " - load_int 105 - load_int 115 - load_int 207 - get_varbit 4150 - get_enum_value - string_append 2 - iload 6 - widget_put_text_widget - jump LABEL773 -LABEL767: - load_string "Tab " - get_varbit 4150 - int_to_string - string_append 2 - iload 6 - widget_put_text_widget -LABEL773: - iload 0 - iload 1 - iload 2 - iload 3 - iload 4 - iload 5 - iload 6 - iload 7 - iload 8 - iload 9 - iload 10 - iload 11 - iload 12 - iload 22 - iload 23 - invoke 505 - return +.id 277 +.int_stack_count 13 +.string_stack_count 0 +.int_var_count 30 +.string_var_count 1 + get_varbit 5102 + load_int 1 + if_icmpeq LABEL4 + jump LABEL8 +LABEL4: + load_int 0 + iload 10 + widget_put_hidden_widget + jump LABEL13 +LABEL8: + load_int 1 + iload 10 + widget_put_hidden_widget + iload 12 + invoke 41 +LABEL13: + get_varbit 5364 + load_int 1 + if_icmpeq LABEL17 + jump LABEL24 +LABEL17: + load_int 37 + load_int 37 + load_int 1 + load_int 0 + iload 5 + widget_put_size_widget + jump LABEL30 +LABEL24: + load_int 0 + load_int 37 + load_int 1 + load_int 0 + iload 5 + widget_put_size_widget +LABEL30: + load_int 1 + iload 11 + widget_put_hidden_widget + iload 11 + widget_unset_children + load_int 0 + istore 13 + get_varbit 4170 + load_int 3 + if_icmpeq LABEL41 + jump LABEL74 +LABEL41: + get_varbit 4171 + load_int 0 + if_icmpgt LABEL69 + get_varbit 4172 + load_int 0 + if_icmpgt LABEL69 + get_varbit 4173 + load_int 0 + if_icmpgt LABEL69 + get_varbit 4174 + load_int 0 + if_icmpgt LABEL69 + get_varbit 4175 + load_int 0 + if_icmpgt LABEL69 + get_varbit 4176 + load_int 0 + if_icmpgt LABEL69 + get_varbit 4177 + load_int 0 + if_icmpgt LABEL69 + get_varbit 4178 + load_int 0 + if_icmpgt LABEL69 + get_varbit 4179 + load_int 0 + if_icmpgt LABEL69 + jump LABEL72 +LABEL69: + load_int 0 + istore 13 + jump LABEL74 +LABEL72: + load_int 1 + istore 13 +LABEL74: + load_int 0 + istore 14 + iload 13 + load_int 1 + if_icmpeq LABEL80 + jump LABEL110 +LABEL80: + load_int 1 + iload 9 + widget_put_hidden_widget + load_int 11 + istore 14 + load_int 0 + load_int 26 + load_int 1 + load_int 1 + iload 1 + widget_put_size_widget + load_int 374 + load_int 39 + load_int 0 + load_int 1 + iload 3 + widget_put_size_widget + load_int 16 + load_int 39 + load_int 0 + load_int 1 + iload 4 + widget_put_size_widget + load_int 30 + load_int 48 + load_int 2 + load_int 0 + iload 2 + widget_put_position_widget + jump LABEL137 +LABEL110: + load_int 0 + iload 9 + widget_put_hidden_widget + load_int 0 + load_int 0 + load_int 1 + load_int 1 + iload 1 + widget_put_size_widget + load_int 374 + load_int 81 + load_int 0 + load_int 1 + iload 3 + widget_put_size_widget + load_int 16 + load_int 81 + load_int 0 + load_int 1 + iload 4 + widget_put_size_widget + load_int 12 + load_int 42 + load_int 2 + load_int 0 + iload 2 + widget_put_position_widget +LABEL137: + iload 4 + iload 3 + invoke 231 + load_int 816 + istore 15 + load_int 816 + load_int 9 + load_int 3 + imul + iadd + istore 16 +LABEL148: + iload 15 + iload 16 + if_icmple LABEL152 + jump LABEL165 +LABEL152: + iload 3 + iload 15 + widget_load_child + load_int 1 + if_icmpeq LABEL158 + jump LABEL160 +LABEL158: + load_int 1 + widget_put_hidden +LABEL160: + iload 15 + load_int 1 + iadd + istore 15 + jump LABEL148 +LABEL165: + load_int 0 + istore 15 + load_int 8 + load_int 1 + isub + istore 17 + iload 3 + widget_get_width_widget + load_int 8 + load_int 36 + imul + isub + iload 17 + idiv + istore 18 + load_int -1 + istore 19 + load_int 0 + istore 20 + load_int 0 + istore 21 + load_int 0 + istore 22 + load_int 0 + istore 23 + load_int -1 + istore 24 + load_int 0 + istore 25 + load_string "" + sstore 0 + get_varbit 4150 + load_int 0 + if_icmple LABEL203 + get_varbit 4150 + load_int 9 + if_icmpgt LABEL203 + jump LABEL652 +LABEL203: + iload 15 + load_int 816 + if_icmplt LABEL207 + jump LABEL232 +LABEL207: + iload 3 + iload 15 + widget_load_child + load_int 1 + if_icmpeq LABEL213 + jump LABEL215 +LABEL213: + load_int 1 + widget_put_hidden +LABEL215: + load_int 95 + iload 15 + get_itemcontainer_itemid + load_int -1 + if_icmpne LABEL221 + jump LABEL227 +LABEL221: + iload 23 + load_int 1 + iadd + iload 15 + istore 24 + istore 23 +LABEL227: + iload 15 + load_int 1 + iadd + istore 15 + jump LABEL203 +LABEL232: + get_varbit 4171 + get_varbit 4172 + iadd + get_varbit 4173 + iadd + get_varbit 4174 + iadd + get_varbit 4175 + iadd + get_varbit 4176 + iadd + get_varbit 4177 + iadd + get_varbit 4178 + iadd + get_varbit 4179 + iadd + istore 25 + iload 25 + load_int 0 + if_icmple LABEL254 + jump LABEL258 +LABEL254: + load_int 816 + load_int 1 + isub + istore 24 +LABEL258: + iload 25 + iload 24 + load_int 1 + iadd + load_int 0 + iload 3 + iload 4 + iload 10 + iload 11 + iload 12 + iload 14 + iload 18 + iload 17 + iload 13 + invoke 509 + istore 20 + istore 22 + iload 21 + iload 20 + iadd + istore 21 + load_int 0 + istore 15 + get_varbit 4171 + load_int 0 + if_icmpgt LABEL285 + jump LABEL315 +LABEL285: + load_int 1 + iload 3 + iload 22 + invoke 510 + istore 14 + iload 15 + iload 15 + get_varbit 4171 + iadd + load_int 1 + iload 3 + iload 4 + iload 10 + iload 11 + iload 12 + iload 14 + iload 18 + iload 17 + iload 13 + invoke 509 + istore 20 + istore 22 + iload 21 + iload 20 + iadd + istore 21 + iload 15 + get_varbit 4171 + iadd + istore 15 +LABEL315: + get_varbit 4172 + load_int 0 + if_icmpgt LABEL319 + jump LABEL349 +LABEL319: + load_int 2 + iload 3 + iload 22 + invoke 510 + istore 14 + iload 15 + iload 15 + get_varbit 4172 + iadd + load_int 2 + iload 3 + iload 4 + iload 10 + iload 11 + iload 12 + iload 14 + iload 18 + iload 17 + iload 13 + invoke 509 + istore 20 + istore 22 + iload 21 + iload 20 + iadd + istore 21 + iload 15 + get_varbit 4172 + iadd + istore 15 +LABEL349: + get_varbit 4173 + load_int 0 + if_icmpgt LABEL353 + jump LABEL383 +LABEL353: + load_int 3 + iload 3 + iload 22 + invoke 510 + istore 14 + iload 15 + iload 15 + get_varbit 4173 + iadd + load_int 3 + iload 3 + iload 4 + iload 10 + iload 11 + iload 12 + iload 14 + iload 18 + iload 17 + iload 13 + invoke 509 + istore 20 + istore 22 + iload 21 + iload 20 + iadd + istore 21 + iload 15 + get_varbit 4173 + iadd + istore 15 +LABEL383: + get_varbit 4174 + load_int 0 + if_icmpgt LABEL387 + jump LABEL417 +LABEL387: + load_int 4 + iload 3 + iload 22 + invoke 510 + istore 14 + iload 15 + iload 15 + get_varbit 4174 + iadd + load_int 4 + iload 3 + iload 4 + iload 10 + iload 11 + iload 12 + iload 14 + iload 18 + iload 17 + iload 13 + invoke 509 + istore 20 + istore 22 + iload 21 + iload 20 + iadd + istore 21 + iload 15 + get_varbit 4174 + iadd + istore 15 +LABEL417: + get_varbit 4175 + load_int 0 + if_icmpgt LABEL421 + jump LABEL451 +LABEL421: + load_int 5 + iload 3 + iload 22 + invoke 510 + istore 14 + iload 15 + iload 15 + get_varbit 4175 + iadd + load_int 5 + iload 3 + iload 4 + iload 10 + iload 11 + iload 12 + iload 14 + iload 18 + iload 17 + iload 13 + invoke 509 + istore 20 + istore 22 + iload 21 + iload 20 + iadd + istore 21 + iload 15 + get_varbit 4175 + iadd + istore 15 +LABEL451: + get_varbit 4176 + load_int 0 + if_icmpgt LABEL455 + jump LABEL485 +LABEL455: + load_int 6 + iload 3 + iload 22 + invoke 510 + istore 14 + iload 15 + iload 15 + get_varbit 4176 + iadd + load_int 6 + iload 3 + iload 4 + iload 10 + iload 11 + iload 12 + iload 14 + iload 18 + iload 17 + iload 13 + invoke 509 + istore 20 + istore 22 + iload 21 + iload 20 + iadd + istore 21 + iload 15 + get_varbit 4176 + iadd + istore 15 +LABEL485: + get_varbit 4177 + load_int 0 + if_icmpgt LABEL489 + jump LABEL519 +LABEL489: + load_int 7 + iload 3 + iload 22 + invoke 510 + istore 14 + iload 15 + iload 15 + get_varbit 4177 + iadd + load_int 7 + iload 3 + iload 4 + iload 10 + iload 11 + iload 12 + iload 14 + iload 18 + iload 17 + iload 13 + invoke 509 + istore 20 + istore 22 + iload 21 + iload 20 + iadd + istore 21 + iload 15 + get_varbit 4177 + iadd + istore 15 +LABEL519: + get_varbit 4178 + load_int 0 + if_icmpgt LABEL523 + jump LABEL553 +LABEL523: + load_int 8 + iload 3 + iload 22 + invoke 510 + istore 14 + iload 15 + iload 15 + get_varbit 4178 + iadd + load_int 8 + iload 3 + iload 4 + iload 10 + iload 11 + iload 12 + iload 14 + iload 18 + iload 17 + iload 13 + invoke 509 + istore 20 + istore 22 + iload 21 + iload 20 + iadd + istore 21 + iload 15 + get_varbit 4178 + iadd + istore 15 +LABEL553: + get_varbit 4179 + load_int 0 + if_icmpgt LABEL557 + jump LABEL587 +LABEL557: + load_int 9 + iload 3 + iload 22 + invoke 510 + istore 14 + iload 15 + iload 15 + get_varbit 4179 + iadd + load_int 9 + iload 3 + iload 4 + iload 10 + iload 11 + iload 12 + iload 14 + iload 18 + iload 17 + iload 13 + invoke 509 + istore 20 + istore 22 + iload 21 + iload 20 + iadd + istore 21 + iload 15 + get_varbit 4179 + iadd + istore 15 +LABEL587: + invoke 514 + load_int 1 + if_icmpeq LABEL591 + jump LABEL632 +LABEL591: + invoke 280 + sstore 0 + sload 0 + string_length + load_int 0 + if_icmpgt LABEL598 + jump LABEL617 +LABEL598: + load_string "Showing items: " + load_string "" + sload 0 + load_string "" + string_append 4 + iload 6 + widget_put_text_widget + get_varc 5 + load_int 11 + if_icmpeq LABEL609 + jump LABEL616 +LABEL609: + load_string "Show items whose names contain the following text: (" + iload 21 + int_to_string + load_string " found)" + string_append 3 + iload 21 ; load number of matches + load_string "setSearchBankInputTextFound" ; load event name + runelite_callback ; invoke callback + pop_int ; pop number of matches + load_int 10616876 + widget_put_text_widget +LABEL616: + jump LABEL631 +LABEL617: + load_string "Showing items: " + load_string "" + load_string "*" + load_string "" + string_append 4 + iload 6 + widget_put_text_widget + get_varc 5 + load_int 11 + if_icmpeq LABEL628 + jump LABEL631 +LABEL628: + load_string "Show items whose names contain the following text:" + load_string "setSearchBankInputText" ; load event name + runelite_callback ; invoke callback + load_int 10616876 + widget_put_text_widget +LABEL631: + jump LABEL635 +LABEL632: + load_string "The Bank of RuneScape" + iload 6 + widget_put_text_widget +LABEL635: + iload 0 + iload 1 + iload 2 + iload 3 + iload 4 + iload 5 + iload 6 + iload 7 + iload 8 + iload 9 + iload 10 + iload 11 + iload 12 + iload 22 + iload 23 + invoke 505 + return +LABEL652: + invoke 514 + load_int 1 + if_icmpeq LABEL656 + jump LABEL659 +LABEL656: + load_int 1 + load_int 1 + invoke 299 +LABEL659: + load_int -1 + istore 26 + load_int -1 + istore 27 + get_varbit 4150 + invoke 513 + istore 27 + istore 26 + load_int 0 + istore 28 + load_int 0 + istore 29 +LABEL671: + iload 15 + load_int 816 + if_icmplt LABEL675 + jump LABEL753 +LABEL675: + iload 3 + iload 15 + widget_load_child + load_int 1 + if_icmpeq LABEL681 + jump LABEL748 +LABEL681: + load_int 95 + iload 15 + get_itemcontainer_itemid + istore 19 + iload 19 + load_int -1 + if_icmpne LABEL689 + jump LABEL693 +LABEL689: + iload 23 + load_int 1 + iadd + istore 23 +LABEL693: + iload 15 + iload 26 + if_icmpge LABEL697 + jump LABEL746 +LABEL697: + iload 15 + iload 27 + if_icmplt LABEL701 + jump LABEL746 +LABEL701: + load_int 0 + widget_put_hidden + iload 19 + load_int 95 + iload 15 + get_itemcontainer_stacksize + iload 3 + iload 4 + iload 10 + iload 11 + iload 12 + invoke 278 + iload 29 + load_int 36 + imul + istore 22 + iload 28 + load_int 36 + iload 18 + iadd + imul + iload 22 + load_int 0 + load_int 0 + widget_put_position + iload 22 + load_int 32 + iadd + istore 22 + iload 28 + iload 17 + if_icmplt LABEL734 + jump LABEL739 +LABEL734: + iload 28 + load_int 1 + iadd + istore 28 + jump LABEL745 +LABEL739: + load_int 0 + iload 29 + load_int 1 + iadd + istore 29 + istore 28 +LABEL745: + jump LABEL748 +LABEL746: + load_int 1 + widget_put_hidden +LABEL748: + iload 15 + load_int 1 + iadd + istore 15 + jump LABEL671 +LABEL753: + get_varbit 4170 + load_int 2 + if_icmpeq LABEL757 + jump LABEL767 +LABEL757: + load_string "Tab " + load_int 105 + load_int 115 + load_int 207 + get_varbit 4150 + get_enum_value + string_append 2 + iload 6 + widget_put_text_widget + jump LABEL773 +LABEL767: + load_string "Tab " + get_varbit 4150 + int_to_string + string_append 2 + iload 6 + widget_put_text_widget +LABEL773: + iload 0 + iload 1 + iload 2 + iload 3 + iload 4 + iload 5 + iload 6 + iload 7 + iload 8 + iload 9 + iload 10 + iload 11 + iload 12 + iload 22 + iload 23 + invoke 505 + return From 664640c281cf43a302e8ba7ef378368de7d77cdd Mon Sep 17 00:00:00 2001 From: Max Weber Date: Thu, 27 Sep 2018 04:57:49 -0600 Subject: [PATCH 7/7] Fix WidgetIDs in ChatboxInputInit --- runelite-client/src/main/scripts/ChatboxInputInit.rs2asm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/runelite-client/src/main/scripts/ChatboxInputInit.rs2asm b/runelite-client/src/main/scripts/ChatboxInputInit.rs2asm index ee2c268184..3a371df950 100644 --- a/runelite-client/src/main/scripts/ChatboxInputInit.rs2asm +++ b/runelite-client/src/main/scripts/ChatboxInputInit.rs2asm @@ -48,7 +48,7 @@ ; Set text sload 0 - load_int 10616869 ; 162:37 + load_int 10616876 widget_put_text_widget ; Init the widgets @@ -59,7 +59,7 @@ load_int 10002 load_int -2147483639 ; typedKey load_string "i" - load_int 10616870 + load_int 10616877 widget_put_key_listener_widget ; Restore the chatbox on exit @@ -67,7 +67,7 @@ load_int 1 load_int 1 load_string "ii" - load_int 10616870 + load_int 10616877 widget_put_dialog_abort_listener_widget ; 70% sure this opens the keyboard on mobile