> From: "J. David Ribak" <ribak@Token.Net>
>
> I am having a little trouble adding new eq positions to my mud.
> Here is some background: Circle 3.0 bpl11, with the auto-eq
> patch from the ftp site. Here are the relevant sections of
> code:
>
>
> Act.item.c:
> {"$n grabs $p.",
> "You grab $p."},
>
> {"$n clips $p on $s left ear.", /* New EQ positions--Aleks */
> "You clip $p on your left ear."},
>
> {"$n clips $p on $s right ear.", /* New EQ positions--Aleks */
> "You clip $p on your right ear."},
>
> {"$n puts $p on $s face.", /* New EQ positions--Aleks */
> "You put $p on your face."}
>
> };
>
> int wear_bitvectors[] = {
> ITEM_WEAR_TAKE, ITEM_WEAR_FINGER, ITEM_WEAR_FINGER, ITEM_WEAR_NECK,
> ITEM_WEAR_NECK, ITEM_WEAR_BODY, ITEM_WEAR_HEAD, ITEM_WEAR_LEGS,
> ITEM_WEAR_FEET, ITEM_WEAR_HANDS, ITEM_WEAR_ARMS, ITEM_WEAR_SHIELD,
> ITEM_WEAR_ABOUT, ITEM_WEAR_WAIST, ITEM_WEAR_WRIST, ITEM_WEAR_WRIST,
> ITEM_WEAR_WIELD, ITEM_WEAR_TAKE, ITEM_WEAR_EAR, ITEM_WEAR_EAR, ITEM_WEAR_FACE};
>
> "You're already wielding a weapon.\r\n",
> "You're already holding something.\r\n",
> /* New EQ positions--Aleks */
> "You're already wearing something on your ear.\r\n",
---> "YOU SHOULD NEVER SEE THIS MESSAGE. PLEASE REPORT.\r\n",
You forgot this line.
> "You're already wearing something on your face.\r\n"
> };
>
-Johan
+-----------------------------------------------------------+
| Ensure that you have read the CircleMUD Mailing List FAQ: |
| http://cspo.queensu.ca/~fletcher/Circle/list_faq.html |
+-----------------------------------------------------------+
This archive was generated by hypermail 2b30 : 12/18/00 PST