Results: 6Comments by: styx616
File: ItemRack Classic Quickfix11-01-19
Please make the following lines fro...
Posted By: styx616
Please make the following lines from ItemRack.lua local, your messing with the API and therefor other AddOns: function GetInspectSpecialization() return 0; end function GetSpecialization() return 0; end Removed in 3.20
File: ItemRack Classic Quickfix10-07-19
Re: Trinket/Carrot Not Swapping Back After Demount
Posted By: styx616
Trinket will switch to carrot when mounted, but will not switch back after I demount. Anyone know why? Retest with 3.17 please
File: ItemRack Classic Quickfix09-19-19
It seems there's no easy fix for we...
Posted By: styx616
It seems there's no easy fix for weapon swapping in combat, I'm open to suggestions how to fix it. Have you had a chance to test what happens if you try to pair Pickup* with`AutoEquipCursorItem`? Yes :D 2x AddOn 'ItemRack' tried to call the protected function 'AutoEquipCursorItem()'. !BugGrabber\BugGrabber.lua:519: in functi...
File: ItemRack Classic Quickfix09-17-19
It seems there's no easy fix for we...
Posted By: styx616
It seems there's no easy fix for weapon swapping in combat, I'm open to suggestions how to fix it.
File: ItemRack Classic Quickfix09-10-19
Re: What is this?
Posted By: styx616
Great, got 'it' running, gotta love it ... what IS 'it'? There's no description. Some of us don't know what ItemRack is. Original description is here: https://www.curseforge.com/wow/addons/itemrack
File: ItemRack Classic Quickfix09-09-19
To fix the issue with keybindings n...
Posted By: styx616
To fix the issue with keybindings not saving change the following on line 1829 in ItemRack.lua "-- SaveBindings(GetCurrentBindingSet())" TO "AttemptToSaveBindings(GetCurrentBindingSet())" Thanks for your hint! The fix is already included in the github version, I will update the release here. Update: I pushed version 3.11 whi...