On Mon, 2 Dec 1996, marimah@ksu.ksu.edu wrote: > I was wondering if anyone could point me in the direction of how to > go about changing it so characters and mobs can fight while sitting. ie > after they were bashed, they continue to hit, but can't cast spells, kick, > or bash. I've looked in fight.c and found where that takes place, but I'm > not sure what else is involved in this. Thanks for your help :) About line 873 I believe there is this: if (GET_POS(ch) < POS_FIGHTING) { send_to_char("You can't fight while sitting!!\r\n", ch); continue; } You could remove it... :) -- Daniel Koepke dkoepke@california.com Forgive me father, for I am sin. +-----------------------------------------------------------+ | Ensure that you have read the CircleMUD Mailing List FAQ: | | http://cspo.queensu.ca/~fletcher/Circle/list_faq.html | +-----------------------------------------------------------+
This archive was generated by hypermail 2b30 : 12/18/00 PST