YEars ago I believe I installed it for mob hatred. There were some funny side effects, like mobs hating themselves. It was rather interesting to see two, almost invicible guard mobs, fighting each other for days.
I would remove the lines through commenting them out, it should have no effect on any snippets out there. ----- Original Message ----- From: "BluSky" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Sunday, February 10, 2002 8:37 AM Subject: Re: compile error (at the very end) > From: "Chris "Winston" Litchfield" <[EMAIL PROTECTED]> > > what snippet? > > > > I have those functions myself. > > > > > /home/shards/shards/src/act_wiz.c:3130: undefined reference to > > > `stop_hating' > > > /home/shards/shards/src/fight.c:816: undefined reference to > > > `start_hating' > > > /home/shards/shards/src/update.c:523: undefined reference to `is_hating' > > > > > > In your source directory, do a grep for the above three statements > > > (is_hating, start_hating, stop_hating). They are probably all in one > > > file (more than likely a .c file that you forgot to add to your Makefile > > > before compiling). Grep is_hating *[ch] should tell you where it is, or > > > where all of the references to it are. The same with the other commands > > > > > > If this is from a snippet, make sure that everything was installed as > > > per the instructions. Go through and make sure that the code for the > > > above functions was installed, and was installed correctly. > > > > > > Undefined reference means just that: The code is referring to a function > > > (or a macro) that just doesn't exist (or can't be found). > > stop/start/is_hating occur naturally in Smaug not ROM. It's part of a > mob hunt you down and attack thing. > > |\ _,,,---,,_ > /,`.-'`' -. ;-;;,_ > |,4- ) )-,_..;\ ( `'-' > '---''(_/--' `-'\_) > BluSky is often lurking at Afterlife MUD: > [EMAIL PROTECTED] * http://www.afterlife.mudservices.com > ------------------> telnet://afterlife.mudservices.com:5000 > > > -- > ROM mailing list > [email protected] > http://www.rom.org/cgi-bin/mailman/listinfo/rom > >

