laytya / EngBags

EngBags - best bags in Vanilla WOW
4 stars 0 forks source link

36 slot bags #3

Open Esqariote opened 9 months ago

Esqariote commented 9 months ago

EngBags1 EngBags2 EngBags3 Hello. With 4x 36 slot bags, it shows 6 slots less, and does not show empty key slots. The turtle client is fresh, without other addons.

laytya commented 9 months ago

hm.... ill will look into but cant test it myself - dont have 36slot bags =)

JLiden commented 8 months ago

It might have to do with the implementation of KeyRing in the addon. When I remove KEYRING_CONTAINER (line 45 in enginventory.lua) i get all four 36 slots bags to display all items.

Quick fix: Edit enginventory.lua Remove KEYRING_CONTAINER in EngInventory_Bags = { KEYRING_CONTAINER, 0, 1, 2, 3, 4} The line should look like this: EngInventory_Bags = { 0, 1, 2, 3, 4}

I'm also editing ei_hooks.lua and commenting out line 14 'ToggleKeyRing', so I can open the regular KeyRing with the original button, or set a keybind for it. The line should look like this: --"ToggleKeyRing",

Esqariote commented 7 months ago

I just added lot of strings in enginventory.xml in 2 plases like that Texture inherits="EngInventory_ButtonBackgroundTemplate" name="EngInventory_frame_Item_170_bkgr"/