Hi,
I'm trying to create a new item called "gun".
So I put the entries
case ITEM_GUN: in db.c
and
ITEM_GUN in mud.h
So then I go into Smaug and type "ocreate 1101 shotgun",
which creates a new object.
I then type in "oset 1101 type gun"
But then when I type in "ostat 1101", I get this message next to Vnum 1101 (where the type usually is):
LOG[*****] BUG: ITEM_TYPE_NAME: unknown type 65
Can anyone give me some advice as to what I'm doing wrong creating a new item?
Thanks
I'm trying to create a new item called "gun".
So I put the entries
case ITEM_GUN: in db.c
and
ITEM_GUN in mud.h
So then I go into Smaug and type "ocreate 1101 shotgun",
which creates a new object.
I then type in "oset 1101 type gun"
But then when I type in "ostat 1101", I get this message next to Vnum 1101 (where the type usually is):
LOG[*****] BUG: ITEM_TYPE_NAME: unknown type 65
Can anyone give me some advice as to what I'm doing wrong creating a new item?
Thanks