Rewrite scripts with new opcodes
This commit is contained in:
committed by
Max Weber
parent
75fbb07b41
commit
fc48e2a936
@@ -3,42 +3,42 @@
|
||||
.string_stack_count 0
|
||||
.int_var_count 0
|
||||
.string_var_count 1
|
||||
get_varc 11
|
||||
load_int 1
|
||||
get_varc_int 11
|
||||
iconst 1
|
||||
if_icmpeq LABEL4
|
||||
jump LABEL5
|
||||
LABEL4:
|
||||
close_window
|
||||
if_close
|
||||
LABEL5:
|
||||
load_int 11
|
||||
iconst 11
|
||||
invoke 677
|
||||
load_string "Show items whose names contain the following text:"
|
||||
load_string "setSearchBankInputText" ; load event name
|
||||
sconst "Show items whose names contain the following text:"
|
||||
sconst "setSearchBankInputText" ; load event name
|
||||
runelite_callback ; invoke callback
|
||||
load_int 10616876
|
||||
widget_put_text_widget
|
||||
load_string ""
|
||||
iconst 10616876
|
||||
if_settext
|
||||
sconst ""
|
||||
invoke 222
|
||||
load_string ""
|
||||
sconst ""
|
||||
sstore 0
|
||||
load_int 112
|
||||
load_int -2147483640
|
||||
load_int -2147483639
|
||||
iconst 112
|
||||
iconst -2147483640
|
||||
iconst -2147483639
|
||||
sload 0
|
||||
load_string "izs"
|
||||
load_int 10616877
|
||||
widget_put_key_listener_widget
|
||||
load_int 138
|
||||
load_string ""
|
||||
load_int 10616877
|
||||
widget_put_dialog_abort_listener_widget
|
||||
sconst "izs"
|
||||
iconst 10616877
|
||||
if_setonkey
|
||||
iconst 138
|
||||
sconst ""
|
||||
iconst 10616877
|
||||
if_setondialogabort
|
||||
invoke 1972
|
||||
load_int 1
|
||||
iconst 1
|
||||
if_icmpeq LABEL29
|
||||
jump LABEL32
|
||||
LABEL29:
|
||||
load_int 0
|
||||
load_int 80
|
||||
iconst 0
|
||||
iconst 80
|
||||
invoke 1983
|
||||
LABEL32:
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user