dans le itemRack.lua
à la ligne 1552 et 1556 il faut rajouter "self" dans l'appel des fonctions
function newItemRack_PaperDollItemSlotButton_OnEnter(self)
local id,i = this:GetName()
oldItemRack_PaperDollItemSlotButton_OnEnter(self)
if IsAltKeyDown() then
for i=0,19 do
if ItemRack.Indexes.paperdoll_slot==id then
id = i
i = 20 -- whimpy break
end
end
if tonumber(id) and not InRepairMode() then
ItemRack_BuildMenu(id,"CHARACTERSHEET")
end
end
end
peut être à une autre ligne proche dépendant de votre version de ItemRack ... genre 1562 et 1566 pour certain