Giter VIP home page Giter VIP logo

scrap's Introduction

Preview

Install Patreon Donate Community

Scrap 💰

Scrap sells all your junk when you visit a merchant, but not just grays.

It comes with multiple (optional) intelligent junk filters, and can even memorize which items you normally sell. More importantly, it is designed to be very easy to configure which items to sell and tags junk items in the inventory accordingly. It can also automatically repair your equipment. Finally, a wide assortment of plugins are available that add extra functionality, such as support for Bagnon, ElvUI DataBroker, or an automatic inventory cleaner.

Preview

scrap's People

Contributors

barrosy avatar bradcongithub avatar dogmatx avatar exochron avatar jaliborc avatar nelfym avatar simoflorence avatar zealk avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

scrap's Issues

error on new install / occurs *every* time log into any character

I'm seeing this error the every time I log into any of my characters after installing this addon.

Date: 2017-12-18 09:26:08
ID: 1
Error occured in: Global
Count: 1
Message: ..\AddOns\Combuctor_Scrap\Combuctor_Scrap.lua line 26:
attempt to index field 'Rules' (a nil value)
Debug:
Combuctor_Scrap\Combuctor_Scrap.lua:26: in main chunk

8.0.1 Error with 'CanUseEquipmentSets' [Error 00000254AD953BB0] in AdiBags

Hi,

Not sure if this is actually an Adibags issue more than a Scrap issue but I will let you guys figure that out. Whenever I open my bags in 8.0.1, Adibags reports an error from Scrap:

Error in AdiBags: Interface\AddOns\Scrap\Scrap-13.6.lua:272: attempt to call global 'CanUseEquipmentSets' (a nil value) -- details: [Error 00000254AD953BB0]

minor enhancements

  • sell bop recipes where the character does not have profession
  • sell old content bop gear tokens where the character is not the right class to use it
  • sell old bop gems with low equipment toggle

(remove issue if irrelevant/duplicate)
(misc: I am using a staff now, and it is not marking old soulbound mainhand/offhand items that i am able to equip as scrap anymore)

Scrap button showing when visualizer is disabled

The Scrap_Merchant part checks if visualizer is enabled, but the API changed in 6.0.2.

Need to change Scrap_Merchant.lua, line 81 from

if select(5, GetAddOnInfo('Scrap_Visualizer')) then

to

local loadable, reason = select(4, GetAddOnInfo('Scrap_Visualizer'))
if loadable or reason == nil or reason == "DEMAND_LOADED" then

(p.s.: Not sure about loadable, it's SUPPOSED to be true when loaded or loadable according to wiki, but seems to be always false for Scrap_Visualizer)

8.0.1 Error: Loading WoWTest-1.0.lua

5x Error loading Scrap\Libs\WoWTest-1.0\WoWTest-1.0.lua

p.s. I like to make separate tickets for each issue for clarity, etc. If you would prefer them all in one ticket, please let me know and I will adjust accordingly. :)

Scap Autosells despite settings when used with SpartanUI

Scrap is ignoring its settings and automatically selling things like my cheap fishing pole and Darkmoon Faire ride tickets automatically. Even if the items are marked as useful. If I disable the SpartanUI addon Scap seems to work fine.

SpartanUI Ver 4.6.9
Bagnon Ver 8.0.2
Bagnon Scrap Ver 19

Thanks.

error in 8.0

getting this error in patch 8.0.1 on live servers

Message: Interface\AddOns\Scrap\Scrap.lua:272: attempt to call global 'CanUseEquipmentSets' (a nil value)
Time: Wed Jul 18 12:27:42 2018
Count: 1
Stack: Interface\AddOns\Scrap\Scrap.lua:272: attempt to call global 'CanUseEquipmentSets' (a nil value)
[C]: in function CanUseEquipmentSets' Interface\AddOns\Scrap\Scrap.lua:272: in function BelongsToSet'
Interface\AddOns\Scrap\Scrap.lua:181: in function CheckFilters' Interface\AddOns\Scrap\Scrap.lua:116: in function IsJunk'
Interface\AddOns\ElvUI_Scrap\ElvUI_Scrap.lua:17: in function <Interface\AddOns\ElvUI_Scrap\ElvUI_Scrap.lua:4>
[C]: in function UpdateSlot' Interface\AddOns\ElvUI\Modules\bags\bags.lua:575: in function UpdateBagSlots'
Interface\AddOns\ElvUI\Modules\bags\bags.lua:602: in function UpdateAllSlots' Interface\AddOns\ElvUI\Modules\bags\bags.lua:1777: in function OpenBags'
Interface\AddOns\ElvUI\Modules\bags\bags.lua:1742: in function <Interface\AddOns\ElvUI\Modules\bags\bags.lua:1736>
(tail call): ?
[C]: in function ToggleBag' Interface\FrameXML\ContainerFrame.lua:139: in function <Interface\FrameXML\ContainerFrame.lua:122> [C]: in function ToggleBackpack'
Interface\FrameXML\ContainerFrame.lua:359: in function <Interface\FrameXML\ContainerFrame.lua:340>
[C]: in function OpenBackpack' Interface\FrameXML\ContainerFrame.lua:1503: in function <Interface\FrameXML\ContainerFrame.lua:1480> [C]: in function ToggleAllBags'
[string "OPENALLBAGS"]:1: in function <[string "OPENALLBAGS"]:1>

Locals:

Files missing from package

WoW is reporting that the following files are missing from Scrap. Either the references to them should be removed from the released package files, or the appropriate files and libraries should be included in the zip file users download.

This is with version 13.8, released today (2018-07-24).

In Scrap.toc:
Error loading Interface\AddOns\Scrap\Tests.lua

In Libs\Sushi-3.0\Sushi-3.0.xml
Error loading Interface\AddOns\Scrap\Libs\Sushi-3.0\Classes\TextButton.lua
Error loading Interface\AddOns\Scrap\Libs\Sushi-3.0\Classes\GrayButton.lua
Error loading Interface\AddOns\Scrap\Libs\Sushi-3.0\Classes\HelpButton.lua
Error loading Interface\AddOns\Scrap\Libs\Sushi-3.0\Classes\TabButtons.lua
Error loading Interface\AddOns\Scrap\Libs\Sushi-3.0\Classes\TextureButton.lua
Error loading Interface\AddOns\Scrap\Libs\Sushi-3.0\Classes\ColorPicker.lua
Error loading Interface\AddOns\Scrap\Libs\Sushi-3.0\Classes\IconCheck.lua
Error loading Interface\AddOns\Scrap\Libs\Sushi-3.0\Classes\TabGroup.lua
Error loading Interface\AddOns\Scrap\Libs\Sushi-3.0\Classes\Dropdown.lua
Error loading Interface\AddOns\Scrap\Libs\Sushi-3.0\Classes\TextureDropdown.lua
Error loading Interface\AddOns\Scrap\Libs\Sushi-3.0\Classes\GlowBox.lua
Error loading Interface\AddOns\Scrap\Libs\Sushi-3.0\Classes\Editbox.lua
Error loading Interface\AddOns\Scrap\Libs\Sushi-3.0\Classes\Slider.lua

[Request] Option to only auto sell gear from before BfA.

Could we have an option to only auto sell equipment from before BfA? I want to hold onto the much weaker BfA gear for scrapping into crafting mats, but don't want to manually sell all the junk from running old raids. Giving us a Pre-BfA only option or allowing us to manually set the ilvl we want to start keeping gear would be wonderful.

The addon thinks my Shaman can use plate armor

For some reason, the addon won't automatically sell items my Shaman can't use. I can't remember if it happened before, but I began to notice it after I did a paid appearance change with the character. The option to vendor things I can't use is for sure checked. I don't receive any errors either, it just doesn't work as intended on this specific character.

v13.14 LUA error

just upgraded to Scrap v13.14 via Twitch and i'm getting this error when i open the bags:

Date: 2019-02-15 18:18:28
ID: 1
Error occured in: Global
Count: 1
Message: ..\AddOns\Scrap\Scrap.lua line 163:
   Usage: GetDetailedItemLevelInfo(itemID|"name"|"itemlink")
Debug:
   [C]: ?
   [C]: GetDetailedItemLevelInfo()
   Scrap\Scrap.lua:163: CheckFilters()
   Scrap\Scrap.lua:113: IsJunk()
   Scrap_Spotlight\Scrap_Spotlight.lua:63:
      Scrap_Spotlight\Scrap_Spotlight.lua:53
   [C]: ContainerFrame_Update()
   ..\FrameXML\ContainerFrame.lua:282: ContainerFrame_OnShow()
   [string "*:OnShow"]:1:
      [string "*:OnShow"]:1
   [C]: Show()
   ..\FrameXML\ContainerFrame.lua:1023: ContainerFrame_GenerateFrame()
   ..\FrameXML\ContainerFrame.lua:118:
      ..\FrameXML\ContainerFrame.lua:102
   [C]: ToggleBag()
   ..\FrameXML\ContainerFrame.lua:140: ToggleBackpack()
   ..\FrameXML\ContainerFrame.lua:364: OpenBackpack()
   ..\FrameXML\ContainerFrame.lua:1500:
      ..\FrameXML\ContainerFrame.lua:1477
   [C]: ToggleAllBags()
   [string "OPENALLBAGS"]:1:
      [string "OPENALLBAGS"]:1
Locals:

Goblin Glider Kit isn't junk

It seems to consider this junk if you have "low level consumables" checked but obviously this is a very useful item at any level.

Gold coin icon display on items is not reliable

In my options, I have Unusable Equipment, Low Equipment and Low Consumables set to enabled, and these item categories are getting properly sold as expected.

However, sometimes the gold coin icon doesn't show up in my bag, even thought the item get properly sold when opening merchant window. Furthermore, it also seems some items are getting the gold coin icon while they should not. At least these items with the gold coin showing up wrongly aren't sold upon opening merchant window. So the bug is really only with the display of the gold coin icon.

Here's an example of an item missing the gold coin icon (because its soulbound and low level):
image

Here's an example of an item that should not have the gold coin icon (because its bind when equipped):
image

I started investigating the issue, and at least I can confirm that the function IsJunk is returning the proper value for the items mentioned above. It seems to be an issue with the icon frame itself.

IsBetterEquip not working correctly

IsBetterEquip is calling GetInventoryItemID with slot variable as string, where it should be an int. this results in always head slot being returned.

It also does not get proper item level if item is timewarped. I noticed this because it wasn't showing a junk glove as junk, because it was comparing every single item to head slot, and my head slot was a 365 timewarped item, but it was using original item level.

Coilfang Armaments

No option to keep scrap from selling coilfang armaments, have to buy them back every time to give them to cenarion faction.

[Request] Prevent "Unusable Equipment" filter from selling BfA gear.

Hello,
Your addon is very helpful. I really like the "Unusable Equipment" filter which allows to automatically sells gear obtained during transmog runs.
But having this filter enabled would also mean that I would automatically sell any unusable soulbound BfA gear which could be scrapped.

Could you please make an option for this filter to ignore scrappable BfA gear? Based on my research it can be identified with: quantity(green,blue) & ilvl>=185 OR quantity(epic) & ilvl>=280.

Scrap ingame lua warning

upon loading scrap i get this message on loggin
"Error loading interface\addons\scrap\test/lua"

Auto sell and repair not working with TMS4

I know that there is an similar issue #27
But with TSM4.1.1 the auto scrap selling & auto repair doesn't work with the TSM4 interface
I need to switch back to vanilla interface for the scrap addon to work and auto sell & repair

Can't take off glow

Even if I unmark the "Glowing Borders" in scrap with this addon, the scrap items don't stop glowing. The "Coin Icons" works like it should. I'd definitely like to be able to toggle the glowing borders!

Junk/Useful tabs not working

The Junk and Useful tabs when interacting with a vendor are now showing any items. Due to this, Scrap keeps vendoring my goblin gliders.
untitled

Function request_Sales Report to Chat

Great mod thanks for your hard work!!

Is it possible to include a saling report function? having to constantly check on the buy back page to ensure nothing valuable (to my smurf) was mis sold, would be great if list of sold item could be reported to chat?

v13.13 still selling high IL gear

I'm wearing a 370 waist on my Warrior, and my total IL is 382. I just got an IL 385 waist, and Scrap is trying to auto-vendor it.

I had the same issue on my Rogue today, wearing a 375 waist, getting a 385, and Scrap trying to sell the 385.

Scrap stops Auto-Selling on Warrior

I have a bunch of characters... 120 and 110. I run a lot of old content raids and get old BOP gear. Scrao works fine until I log onto my Warrior (level 110).

It will not auto-sell low level gear, I have to manually sell my gear.I have deleted the addon, my saved variables and finally just deleted my entire WTF folder to refresh. I have turn off all other addons to see if there is a conflicts and only running scrap I have the same issue.

I have not had an issue on my prirest, also 110 nor my 120 hunter.

EDIT: Also not working on my 110 Shaman. I have relogged into my priest and hunter and it is still working on those two characters.

Pierre TP Dala

Bonjour, scrap considère ma pierre de TP pour Dalaran comme de la camelote.
Du coup je ne peux plus me servir de la vente auto.
Merci de votre aide

error message

Message: Error loading Interface\AddOns\Scrap\Libs\Sushi-3.0\Classes\TextButton.lua
Time: Thu Jul 19 16:37:46 2018
Count: 4

I get this error

Errors using with Bagnon/Scrap

Using Scrap 13.8 with Bagnon 8.0.0 and Bagnon Scrap 19, and I'm getting these errors:

12x Error loading Scrap\Tests.lua
2x Error loading Scrap\Libs\Sushi-3.0\Classes\TextButton.lua
2x Error loading Scrap\Libs\Sushi-3.0\Classes\GrayButton.lua
2x Error loading Scrap\Libs\Sushi-3.0\Classes\HelpButton.lua
2x Error loading Scrap\Libs\Sushi-3.0\Classes\TabButtons.lua
2x Error loading Scrap\Libs\Sushi-3.0\Classes\TextureButton.lua
2x Error loading Scrap\Libs\Sushi-3.0\Classes\ColorPicker.lua
2x Error loading Scrap\Libs\Sushi-3.0\Classes\IconCheck.lua
2x Error loading Scrap\Libs\Sushi-3.0\Classes\TabGroup.lua
2x Error loading Scrap\Libs\Sushi-3.0\Classes\Dropdown.lua
2x Error loading Scrap\Libs\Sushi-3.0\Classes\TextureDropdown.lua

The Bagnon Guild Bank and Void Storage modules are not active.

TSM default bag slot, item not sending

Some items have to be moved to other slots in order for TSM to send the item.
Turn off Bagon and item was sent. It seems the default bag (1st bag) has an issue.

Bagnon was rewritten

A new Bagnon beta version was released, Bagnon Scrap no longer highlights junk.

Bug: When "Glowing Borders" is enabled

49x Scrap\Scrap-13.6.lua:272: attempt to call global 'CanUseEquipmentSets' (a nil value)
Scrap\Scrap-13.6.lua:272: in function BelongsToSet' Scrap\Scrap-13.6.lua:181: in function CheckFilters'
Scrap\Scrap-13.6.lua:116: in function IsJunk' Scrap\Scrap-13.6.lua:140: in function (for generator)'
Scrap_Merchant\Scrap_Merchant-13.6.lua:273: in function GetJunkValue' Scrap_Merchant\Scrap_Merchant-13.6.lua:230: in function SellJunk'
Scrap_Merchant\Scrap_Merchant-13.6.lua:107: in function OnMerchant' Scrap_Merchant\Scrap_Merchant-13.6.lua:99: in function MERCHANT_SHOW'
Scrap\Scrap-13.6.lua:105: in function `?'
Scrap\Scrap-13.6.lua:77: in function <Scrap\Scrap.lua:77>

Locals:
self = Scrap {
0 =
OnLeave = defined @Scrap_Merchant\Scrap_Merchant.lua:172
PrintMoney = defined @scrap\Scrap.lua:301
CheckFilters = defined @scrap\Scrap.lua:164
selling = true
IterateJunk = defined @scrap\Scrap.lua:120
LowLevel = defined @scrap\Scrap.lua:196
MERCHANT_SHOW = defined @Scrap_Merchant\Scrap_Merchant.lua:96
IsBetterEquip = defined @scrap\Scrap.lua:228
GetSlot = defined @scrap\Scrap.lua:241
OnMerchant = defined @Scrap_Merchant\Scrap_Merchant.lua:105
OnTooltipShow = defined @Scrap_Merchant\Scrap_Merchant.lua:142
LoadTooltip = defined @scrap\Scrap.lua:255
Repair = defined @Scrap_Merchant\Scrap_Merchant.lua:292
numLines = 4
tab = MerchantFrameSecureTab0 {
}
AnyJunk = defined @Scrap_Merchant\Scrap_Merchant.lua:285
GetBuypackStack = defined @Scrap_Merchant\Scrap_Merchant.lua:361
ToggleJunk = defined =[C]:-1
Print = defined @scrap\Scrap.lua:305
OnItemRefund = defined @Scrap_Merchant\Scrap_Merchant.lua:337
OnItemSold = defined @Scrap_Merchant\Scrap_Merchant.lua:312
BAG_UPDATE = defined @Scrap_Merchant\Scrap_Merchant.lua:129
GetJunkValue = defined @Scrap_Merchant\Scrap_Merchant.lua:270
IsLowEquip = defined @scrap\Scrap.lua:208
SellJunk = defined @Scrap_Merchant\Scrap_Merchant.lua:227
UpdateButtonPosition = defined @Scrap_Merchant\Scrap_Merchant.lua:206
BelongsToSet = defined @scrap\Scrap.lua:271
CanGuildRepair = defined @Scrap_Merchant\Scrap_Merchant.lua:305
OnEnter = defined @Scrap_Merchant\Scrap_Merchant.lua:136
SettingsUpdated = defined @scrap\Scrap.lua:82
HighLevel = defined @scrap\Scrap.lua:192
OnReceiveDrag = defined @Scrap_Merchant\Scrap_Merchant.lua:193
HasSpotlight = true
OnClick = defined @Scrap_Merchant\Scrap_Merchant.lua:179
ToggleCursorJunk = defined @Scrap_Merchant\Scrap_Merchant.lua:258
IsSoulbound = defined @scrap\Scrap.lua:275
GetID = defined @scrap\Scrap.lua:315
UpdateButtonState = defined @Scrap_Merchant\Scrap_Merchant.lua:200
Junk =

{
}
IsJunk = defined @scrap\Scrap.lua:114
MERCHANT_CLOSED = defined @Scrap_Merchant\Scrap_Merchant.lua:124
CombatItem = defined @scrap\Scrap.lua:204
IsOtherClass = defined @scrap\Scrap.lua:289
StandardQuality = defined @scrap\Scrap.lua:200
}
(*temporary) = nil
(temporary) = "attempt to call global 'CanUseEquipmentSets' (a nil value)"
GetLine = defined @scrap\Scrap.lua:58
IN_SET = "Equipment Sets: |cFFFFFFFF.
|r"

Suggestion/request: profiles feature or multi-account scrap database

As title says. Loving your addon and using it for many years now, the only thing I'm really irritated about is the need to add the same items to scrap list for all my (numerous) alts. Ideally there should be something like 'profiles' section a lot of addons are using, which would allow simply making a single profile for all characters, meaning that whenever you add something to scrap list on character 1, it would already be scrap'd on character 2 if he also uses the same profile.

[Question] Is it possible to bind hotkey or put "Sell junk" button to specific slot?

Untitled

  1. Is it possible to create keyboard-hotkey for "Sell Junk" button?
  2. If there is no possibility to add hotkey, is it possible to put "Sell Junk" button on first slot using config settings or something like that (sometimes "Sell Junk" button appears in different slot, for example my friends have this button in second slot)

P.S: Thanks for the addon guys, it's amazing! We love it!

Scrap is randomly vendoring BFA greens/blues

So for some reason Scrap isn't working properly with BFA..

It'll vendor random blues/greens.

They are never manually set to junk, so scrap is somehow determining these items are junk when they are not.

Scrap is auto-vendoring caged pets, and they do not appear on the buyback tab.

This has happened on several pets, but this is the first time I'm documenting it. I just created the Rebuilt Gorilla Bot, learned it, and caged it, and saw the coin icon on the caged pet in my bags indicating Scrap was going to auto-vendor it (which it shouldn't).

Since there is no way to mark an item to Scrap or not Scrap unless you have a vendor window open (and there should be), I was going to post it on the AH before going to a vendor. Sadly, I clicked the vendor on my AH mount instead of the AH NPC, and poof it was gone, and it does not appear on the Buyback tab. I also checked at a different vendor's Buyback tab just in case. A free month of WoW down the drain.

Please advise. Thanks!

8.0.1 error

Errors in 8.0.1

15x Scrap\Scrap-13.6.lua:272: attempt to call global 'CanUseEquipmentSets' (a nil value)
Scrap\Scrap-13.6.lua:272: in function `BelongsToSet'
Scrap\Scrap-13.6.lua:181: in function `CheckFilters'
Scrap\Scrap-13.6.lua:116: in function `IsJunk'
Bagnon_Scrap\Bagnon_Scrap-18.lua:45: in function `UpdateBorder'
Bagnon\external\Wildpants\components\item.lua:403: in function `UpdateSearch'
Bagnon\external\Wildpants\components\item.lua:238: in function `?'
Bagnon\external\Wildpants\components\item.lua:514: in function <Bagnon\external\Wildpants\components\item.lua:512>

Locals:
self = Scrap {
 0 = <userdata>
 GetID = <function> defined @Scrap\Scrap.lua:315
 PrintMoney = <function> defined @Scrap\Scrap.lua:301
 CheckFilters = <function> defined @Scrap\Scrap.lua:164
 Print = <function> defined @Scrap\Scrap.lua:305
 IterateJunk = <function> defined @Scrap\Scrap.lua:120
 LowLevel = <function> defined @Scrap\Scrap.lua:196
 MERCHANT_SHOW = <function> defined @Scrap\Scrap.lua:101
 IsBetterEquip = <function> defined @Scrap\Scrap.lua:228
 GetSlot = <function> defined @Scrap\Scrap.lua:241
 SettingsUpdated = <function> defined =[C]:-1
 HighLevel = <function> defined @Scrap\Scrap.lua:192
 numLines = 11
 HasSpotlight = true
 Junk = <table> {
 }
 IsOtherClass = <function> defined @Scrap\Scrap.lua:289
 IsSoulbound = <function> defined @Scrap\Scrap.lua:275
 BelongsToSet = <function> defined @Scrap\Scrap.lua:271
 IsJunk = <function> defined @Scrap\Scrap.lua:114
 ToggleJunk = <function> defined =[C]:-1
 IsLowEquip = <function> defined @Scrap\Scrap.lua:208
 CombatItem = <function> defined @Scrap\Scrap.lua:204
 LoadTooltip = <function> defined @Scrap\Scrap.lua:255
 StandardQuality = <function> defined @Scrap\Scrap.lua:200
}
(*temporary) = nil
(*temporary) = "attempt to call global 'CanUseEquipmentSets' (a nil value)"
GetLine = <function> defined @Scrap\Scrap.lua:58
IN_SET = "Ausrüstungs-Sets: |cFFFFFFFF.*|r"

Error doing daily quests in Firelands

I'm not seeing these errors all of the time but I have seen it once in a while. Today I got it while doing quests in the Firelands (about halfway through doing the quests so Combat etc is probably not the trigger)

26x Error loading Scrap\Libs\Sushi-3.0\Classes\TextButton.lua
!BugGrabber\BugGrabber.lua:578: in function <!BugGrabber\BugGrabber.lua:578>

26x Error loading Scrap\Libs\Sushi-3.0\Classes\GrayButton.lua
!BugGrabber\BugGrabber.lua:578: in function <!BugGrabber\BugGrabber.lua:578>

26x Error loading Scrap\Libs\Sushi-3.0\Classes\HelpButton.lua
!BugGrabber\BugGrabber.lua:578: in function <!BugGrabber\BugGrabber.lua:578>

26x Error loading Scrap\Libs\Sushi-3.0\Classes\TabButtons.lua
!BugGrabber\BugGrabber.lua:578: in function <!BugGrabber\BugGrabber.lua:578>

26x Error loading Scrap\Libs\Sushi-3.0\Classes\TextureButton.lua
!BugGrabber\BugGrabber.lua:578: in function <!BugGrabber\BugGrabber.lua:578>

26x Error loading Scrap\Libs\Sushi-3.0\Classes\ColorPicker.lua
!BugGrabber\BugGrabber.lua:578: in function <!BugGrabber\BugGrabber.lua:578>

26x Error loading Scrap\Libs\Sushi-3.0\Classes\IconCheck.lua
!BugGrabber\BugGrabber.lua:578: in function <!BugGrabber\BugGrabber.lua:578>

26x Error loading Scrap\Libs\Sushi-3.0\Classes\TabGroup.lua
!BugGrabber\BugGrabber.lua:578: in function <!BugGrabber\BugGrabber.lua:578>

26x Error loading Scrap\Libs\Sushi-3.0\Classes\Dropdown.lua
!BugGrabber\BugGrabber.lua:578: in function <!BugGrabber\BugGrabber.lua:578>

26x Error loading Scrap\Libs\Sushi-3.0\Classes\TextureDropdown.lua
!BugGrabber\BugGrabber.lua:578: in function <!BugGrabber\BugGrabber.lua:578>

16x FrameXML\RestrictedExecution.lua:431: Call failed: FrameXML\RestrictedFrames.lua:82: Invalid frame handle
[C]: ?
FrameXML\RestrictedExecution.lua:431: in function <FrameXML\RestrictedExecution.lua:420>
(tail call): ?
(tail call): ?
FrameXML\SecureHandlers.lua:115: in function <FrameXML\SecureHandlers.lua:110>
[C]: in function `SetAttribute'
FrameXML\SecureStateDriver.lua:114: in function <FrameXML\SecureStateDriver.lua:95>
FrameXML\SecureStateDriver.lua:127: in function <FrameXML\SecureStateDriver.lua:119>

Locals:
InCombatSkipped

Sold high ilvl item

Hi. Think this is a new bugg. Sold one of my rigns who had ilvl 910. The addon shudent now sell that high ilvl. Can i set top ilvl to sell? Have newer before sold that high ilvl for me

Please add default exclusion for Gnomish Army Knife and its Ultmate versions.

I love Scrap. However, I have the multi-profession multi-tool Gnomish Army Knife (ID: 40772) or Ultimate Gnomish Army Knife (ID:114943 & 109253) on multiple characters. I have to manually add these items to Scrap's "useful" on every new character and sometimes it gets sold before I remember. It would be nice to have these items added to a global exclusion list so they never get sold by accident.

Thanks!

combuctor scrap throwing an error on mouseover

When moving the cursor over anything in bags I get this error.

95x ...\common\libs\LibItemSearch-1.2\LibItemSearch-1.2-14.lua:256: bad argument #1 to 'pairs' (table expected, got nil)
[C]: in function `pairs'
...\common\libs\LibItemSearch-1.2\LibItemSearch-1.2-14.lua:256: in function <...\common\libs\LibItemSearch-1.2\LibItemSearch-1.2.lua:251>
(tail call): ?
Combuctor\common\components\item.lua:367: in function <Combuctor\common\components\item.lua:334>
Combuctor_Scrap\Combuctor_Scrap-13.lua:53: in function `UpdateBorder'
Combuctor\common\components\item.lua:403: in function `UpdateSearch'
Combuctor\common\components\item.lua:238: in function `?'
Combuctor\common\components\item.lua:514: in function <Combuctor\common\components\item.lua:512>

Locals:
(*temporary) = nil
(*temporary) = "table expected, got nil"
 = <function> defined =[C]:-1

Account-Wide Settings, Please!

Not sure which site you check the most, so this is a copy and paste from Curse:
Account-wide settings? Please, please, please? Or at least allow to create profiles, with a "Default" profile it defaults to on new characters before they use the config menu?

Also, tiny typo in the tooltip for Intelligent Learning. "Srcap". Just pointing it out because it might be an issue if this addon gets translated to another language. Not sure how that stuff works.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.