Prev: 25387 Up: Map Next: 25440
25395: Characters' current inventories
Nine groups of five bytes, one group per character (including Magic Knight). Each of the five bytes per group represents an inventory slot for that character. A value of zero indicates that the slot is empty. Non-zero values correspond to indices of objects (e.g. 3 = Miolnir)
See also 41017 for characters' initial inventories
25395 DEFB 0,0,0,0,0 Magic Knight
25400 DEFB 0,0,0,0,0 Gimbal the Wizard
25405 DEFB 0,0,0,0,0 Thor
25410 DEFB 0,0,0,0,0 Florin the Dwarf
25415 DEFB 0,0,0,0,0 Orik the Cleric
25420 DEFB 0,0,0,0,0 Samsun the Strong
25425 DEFB 0,0,0,0,0 Elrand Halfelven
25430 DEFB 0,0,0,0,0 Lady Rosmar
25435 DEFB 0,0,0,0,0 The Banshee
Prev: 25387 Up: Map Next: 25440