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 | +------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 04/10/01 PDT