Hi,
You forgot to add improved invis and hold person to the character array
in constants.c. Just add them between fly and sustain and it should work
just fine.
/Johan
> #define AFF_REGEN 25 /* Char is Regen */
> #define AFF_FLY 26 /* Char is Flying */
> #define AFF_IMPROVED_INVISIBLE 27 /* Char is invisible */
> #define AFF_HOLD_PERSON 28 /* (R) Char magically held */
> #define AFF_SUSTAIN 29 /* char needs no food/drink */
> #define AFF_BARKSKIN 30
> #define AFF_STONESKIN 31
>
> "REGEN", 25
> "FLY", 26
add here
> "SUSTAIN", 27
> "BARKSKIN", 28
> "STONESKIN", 29
> "\n"
> };
>
+------------------------------------------------------------+
| Ensure that you have read the CircleMUD Mailing List FAQ: |
| http://democracy.queensu.ca/~fletcher/Circle/list-faq.html |
+------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 12/15/00 PST