Constants SlotType IDs and Names - jakcodex/muledump GitHub Wiki
As of Muledump v9.3 there is a new slotType mapping system built for totals. It assigns virtual slotType ids to items identified within certain groups.
The MD ID is the virtual ID used within Muledump.
The slotType is the ID provided by ROTMG. Virtual slot types are identified by comparing an item's constants data against a map.
// MD IDS // Slot types
// 0 // 0 - empty
// 1 // 1 - swords
// 2 // 2 - dagger
// 3 // 3 - bows
// 4 // 4 - tomes
// 5 // 5 - shields
// 6 // 6 - light armor
// 7 // 7 - heavy armor
// 8 // 8 - wands
// 9 // 9 - rings
// 42010 // 10 - potions
// 42011 // 10 - potions soulbound
// 42012 // 10 - candies
// 42013 // 10 - keys
// 42014 // 10 - portal keys (incs, vials)
// 42015 // 10 - textiles
// 42016 // 10 - skins
// 42017 // 10 - fine spirits
// 42018 // 10 - elixers
// 42019 // 10 - other consumables
// 42020 // 10 - helpful consumables
// 42021 // 10 - assistant consumables
// 42022 // 10 - event items
// 42023 // 10 - tarot cards
// 42024 // 10 - treasures
// 42025 // 10 - effusions
// 42026 // 10 - pet food
// 42027 // 10 - pet stones
// 42028 // 10 - misc items
// 42029 // 10 - other items
// 50000 // 10 - uncategorized
// 11 // 11 - spells
// 12 // 12 - seals
// 13 // 13 - cloaks
// 14 // 14 - robes
// 15 // 15 - quivers
// 16 // 16 - helms
// 17 // 17 - staves
// 18 // 18 - poisons
// 19 // 19 - skulls
// 20 // 20 - traps
// 21 // 21 - orbs
// 22 // 22 - prisms
// 23 // 23 - scepters
// 24 // 24 - katanas
// 25 // 25 - stars
// 26 // 26 - eggs