On Wed, 7 Oct 1998, Mulder wrote: >This bug has been found on a MUD running a heavilly modified bpl12 but I >have been told by a friend who runs the newest version that this hasn't been >fixed. > >If someone tries bashing someone in a room where combat is not permitted, >the fighting will not begin but, the person will be forced to sit down. This >can be exploited. Thought I'd report it This was non-obviously fixed in bpl14. if (damage(ch, vict, 1, SKILL_BASH) > 0) { /* -1 = dead, 0 = miss */ GET_POS(vict) = POS_SITTING; WAIT_STATE(vict, PULSE_VIOLENCE); } -- George Greer, greerga@circlemud.org | Genius may have its limitations, but http://mouse.van.ml.org/ (mostly) | stupidity is not thus handicapped. http://www.van.ml.org/CircleMUD/ | -- Elbert Hubbard +------------------------------------------------------------+ | Ensure that you have read the CircleMUD Mailing List FAQ: | | http://democracy.queensu.ca/~fletcher/Circle/list-faq.html | +------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 12/15/00 PST