I implemented this for my one addon. Just stick this in at engine/ui/EquipDoll.lua:125
Code: Select all
if item > inven.max then break end
Moderator: Moderator
Code: Select all
if item > inven.max then break end
Code: Select all
local doll = ActorInventory.equipdolls.default.list.TOOL
table.insert(doll, {weight = 16, x = 336, y = 408,})
table.insert(doll, {weight = 17, x = 336, y = 336,})
table.insert(doll, {weight = 18, x = 336, y = 264,})
Code: Select all
self.inven[self.INVEN_TOOL].max = num_slots