arkayenro / arkinventory

A World of Warcraft Inventory mod for Retail, Burning Crusade, and Classic
108 stars 14 forks source link

Request - Virtual Merge Stacking #1125

Open Test45125 opened 5 years ago

Test45125 commented 5 years ago

Would it be possible to include this feature found in AdiBags' addon into arkinventory? Specifically, it lets you:

And a small cosmetic request regarding icon borders: a way to remove Blizzard's yellow border glow from quest items.

arkayenro commented 5 years ago

you can limit the visibility of extra stacks in the config but it wont change the number listed.

thats about as close as youll get with AI due to the way i originally wrote it

arkayenro commented 5 years ago

in regards to the quest border theres no option at the moment but i might be able to add one later

if you really dont like it you can edit ArkInventory.lua line 6975 ArkInventory.SetTexture( obj, TEXTURE_ITEM_QUEST_BORDER )

put two minus signs in front to comment it out and it wont add the border for active quest items --ArkInventory.SetTexture( obj, TEXTURE_ITEM_QUEST_BORDER )

arkayenro commented 5 years ago

next version will have config options to show/hide the quest bang and the quest border

arkayenro commented 5 years ago

3.08.17 has the config options for quest icon/border