Hello Found a bug in client/item_types. Frost Hammer and Katana of Masamune not in types. Glowing Crystal won't function within cfclient. Will be resolved by the following patch: *** client/item_types Fri Feb 23 06:16:24 2001 --- /tools/games/src/client/item_types Mon Mar 19 11:40:40 2001 *************** *** 1,10 **** # # This file is parsed by the client and gets used for item orderings. ! # Order is how items will show in inventory (low numbers first). The # is no requirement that the numbers are consecutive. Max number allowed # is 254 (255 is reserved for unmatched items. # ! # Note entries are case sensitive. # Note2: Many entries have a trailing space (ie, 'ring '). This is # intentional - this is so they match more closely (otherwise ring # matches things like stormbringer. --- 1,10 ---- # # This file is parsed by the client and gets used for item orderings. ! # Order is how items will show in inventory (low numbers first). There # is no requirement that the numbers are consecutive. Max number allowed # is 254 (255 is reserved for unmatched items. # ! # Note: entries are case sensitive. # Note2: Many entries have a trailing space (ie, 'ring '). This is # intentional - this is so they match more closely (otherwise ring # matches things like stormbringer. *************** *** 61,66 **** --- 61,68 ---- Firestar Flame Tongue FlameTongue + Frost Hammer + Katana of Masamune Lightning sticks Mjoellnir Mournblade *************** *** 240,246 **** stinger tongue tooth ! wing # Misc alchemy items (minerals) 71: dirt --- 242,248 ---- stinger tongue tooth ! ^wing # Misc alchemy items (minerals) 71: dirt Bis dann Klaus