Skip to content

Commit

Permalink
add looting bag
Browse files Browse the repository at this point in the history
  • Loading branch information
raiyni committed Jun 10, 2024
1 parent a51fbde commit 79fa089
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/resources/overrides/backwards-map.properties
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ lectern.border.inner=ge_chatbox_buy_search_border_inner
lectern.border.outer=ge_chatbox_buy_search_border_outer
kept_on_death.border.inner=items_kept_on_death_border_inner
kept_on_death.border.outer=items_kept_on_death_border_outer
looting_bag.border.inner=options_controls_dropdown_border_inner
looting_bag.border.outer=options_controls_dropdown_border_outer
make_all.background=make_all_background_hover
make_all.quantity=make_all_quantity_selected
pet_house.border.inner=ge_chatbox_buy_search_border_inner
Expand Down
51 changes: 51 additions & 0 deletions src/main/resources/overrides/overrides.toml
Original file line number Diff line number Diff line change
Expand Up @@ -878,6 +878,57 @@ dynamicChildren=[1, 10, 13]
children=[11]
dynamicChildren=[0, 9, 12]

########################################

[looting_bag]
interface=-1

[looting_bag.border.inner]
color=0x5a5245
opacity=0
type=3

[looting_bag.border.outer]
color=0x383023
opacity=0
type=3

[[looting_bag.border.inner.inventory]]
interface=81
children=[3]
dynamicChildren=[1]
scripts=[497]

[[looting_bag.border.outer.inventory]]
interface=81
children=[3]
dynamicChildren=[0]
scripts=[497]

[[looting_bag.border.inner.inventory]]
interface=15
children=[9]
dynamicChildren=[1]
scripts=[3744]

[[looting_bag.border.outer.inventory]]
interface=15
children=[9]
dynamicChildren=[0]
scripts=[3744]

# Leagues looting bag I think
#[[looting_bag.border.inner.inventory]]
#interface=15
#children=[9]
#dynamicChildren=[1]
#scripts=[3706]
#
#[[looting_bag.border.outer.inventory]]
#interface=15
#children=[9]
#dynamicChildren=[0]
#scripts=[3706]

########################################

Expand Down

0 comments on commit 79fa089

Please sign in to comment.