Re: <NEWBIE> OLC problem again

From: Nizal Hassan (nizal@angelfire.com)
Date: 10/09/00


greetings folks...maybe you might have read that
recently i've problems trying to install OasisOLC
2.0 on my mud...the thing is that i couldn't even
get it to work. I tried using both of the patches
available but it won't 'make' properly and there
lots of error in the patch '2.0a'. Is there any
alternative from OasisOLC which basically does the
same thing?..Also, any offline editor around? I'm
really stuck...any help will be appreciated...

nizal...


On Sun, 8 Oct 2000 01:24:06    Kras Kresh wrote:
>i don't know if this thing was posted b4 but...
>i've noticed a bug on my mud
>it was probably on all the offensive attacks
>i.e. bash, kick, backstab
>i think. i haven't really taken a look at them after i found the bug
>i just dumped in a short code so that it gets fixed
>of course i've patched in some codes so i don't know if its a stock
>circle error
>but heres the bug anyway
>
>go to a room
>make something come in either by walking or transferring or whatever you got
>then use for example 'kick'
>just type that and you kick that guy
>thats only supposed to happen if your in battle
>so i've put this in
>
>  if (!*arg && !FIGHTING(ch)) {
>    send_to_char("Backstab who?\r\n", ch);
>    return;
>  }
>
>well you know what to put in the backstab's place
>i put that before the
>
>  if (!(vict = get_char_vis(ch, buf, FIND_CHAR_ROOM))) {
>
>i hope this is of some use to you people
>if this is stock circle bug, then someone get it to the circlemud bug people
>
>_________________________________________________________________________
>Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
>
>Share information about yourself, create your own public profile at
>http://profiles.msn.com.
>
>
>     +------------------------------------------------------------+
>     | Ensure that you have read the CircleMUD Mailing List FAQ:  |
>     |  http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html  |
>     +------------------------------------------------------------+
>


Angelfire for your free web-based e-mail. http://www.angelfire.com


     +------------------------------------------------------------+
     | Ensure that you have read the CircleMUD Mailing List FAQ:  |
     |  http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html  |
     +------------------------------------------------------------+



This archive was generated by hypermail 2b30 : 04/10/01 PDT