Nortibiry
09-25-2007, 02:02 PM
Found some info on the wow forums here (http://forums.worldofwarcraft.com/thread.html?topicId=1778515432&sid=1&pageNo=1) on how to fix itemrack to work with the new patch, here's the relevant bit:
Itemrack works fine, you just have to change 2 lines in the Itemrack.lua
Line 1563, change:
function newItemRack_PaperDollItemSlotButton_OnEnter()
to
function newItemRack_PaperDollItemSlotButton_OnEnter(self)
Line 1567, change:
oldItemRack_PaperDollItemSlotButton_OnEnter()
to
oldItemRack_PaperDollItemSlotButton_OnEnter(self)[/b]
the line numbers were a bit off on my version of itemrack but within a few, if you're not in the right spot just search for the function name.
Back up your files! I take no responsibility! vi for life!
Itemrack works fine, you just have to change 2 lines in the Itemrack.lua
Line 1563, change:
function newItemRack_PaperDollItemSlotButton_OnEnter()
to
function newItemRack_PaperDollItemSlotButton_OnEnter(self)
Line 1567, change:
oldItemRack_PaperDollItemSlotButton_OnEnter()
to
oldItemRack_PaperDollItemSlotButton_OnEnter(self)[/b]
the line numbers were a bit off on my version of itemrack but within a few, if you're not in the right spot just search for the function name.
Back up your files! I take no responsibility! vi for life!