Results: 2Comments by: Karmik
File: Junkee06/29/14
I believe I fixed the helmit deletion problem
Posted By: Karmik
IF YOU DON"T KNOW HOW TO PROPERLY EDIT A TEXT FILE DON"T DO THIS. Disable the addon as heyguyslil said in a previous comment. I make no guarantees in any case Add the highlighted line to Junkee.lua file and save it. Reload the ui or better, restart the game. Junkee.DeleteIt = function() if Junkee.bagId == nil then return end...
File: Bank Stuffer04/13/14
Lockpicks
Posted By: Karmik
I patched the Lua file to not move lockpicks changed this line in moveItem if (quantity > 0) then to if (quantity > 0 and itemName ~= "Lockpick") then There is probably a better way but it works