These are ERRORS generated by CHECKS in the code.. You should go through
your load_objects and Load_mobile functions and check to see why these are
geenrated, but to save you time I will explain.

> ---***Excerpt begin***---
> Err: obj {R[{DWeb{R-{DSpiter{R]{x (8703) -- 80, mob {RSpider-Man{x
(8702) -- 60
> Err: obj {R[{DWeb{R-{DSpiter{R]{x (8703) -- 80, mob {RSpider-Man{x
(8702) -- 60

These are usually generated by a OBJECT having a larger level then the MOB
dropping the object.



> Fri Jul 19 10:29:05 2002 :: [*****] BUG: Equip_char: already equipped
(11).

This is a MOBILE whom is trying to equipt something to a place which has
already been equipted.. This is a RESET error.. check your load_resets
functions for why this is occuring.

The rest of the errors are the same.. These are ALL CHECKS in the MUD you
need to learn how to read your source code.. You should be printing it out
and STUDYING the source code to find out what the code does and how it
works.. A simple read of the LOADING functions would of given you the
answers to these questions

> Err: obj {DA Huge Black Spider{x (8704) -- 80, mob {RSpider-Man{x
(8702) -- 60
> Err: obj {BBlue {RSpi{Dd{Rer-{DM{Ran {Bpants{x (8705) -- 80, mob
{RSpider-Man{x (8702) -- 60
> Err: obj {RRed And {DBlack Webed {RGloves{x (8706) -- 80, mob
{RSpider-Man{x (8702) -- 60
> Fri Jul 19 10:29:05 2002 :: [*****] BUG: Equip_char: already equipped
(11).
> Err: obj {RTall red boots{x (8707) -- 80, mob {RSpider-Man{x (8702) -- 60
> Err: obj {Ra r{De{Rd be{Dl{Rt{x (8708) -- 80, mob {RSpider-Man{x (8702) --
60
> Err: obj hand-Gun (10880) -- 50, mob a cop (10877) -- 45
> Err: obj hand-Gun (10880) -- 50, mob a cop (10877) -- 45
> Err: obj hand-Gun (10880) -- 50, mob a cop (10877) -- 45
> ---***Excerpt end***---

Learn how to read code, and study programming more.


Steven Radziul
Redkoala CodeBase Developer



Reply via email to