Bug Reports

From Cowboy Bebop: Space Cowboy

Abuse of the following known bugs will result in severe punishment where applicable.

The following is a list of bugs that have yet to be fixed:


  • All bugs listed here (also includes how to fix them) [1]
    • What should be done about bugs that are too abusable/hard to police in their ability to be abused to really be made public?...
      • Just enforce them the old fashioned way until they're eradicated. It's worked this long... --Shaikoten 09:19, 19 January 2006 (CST)


  • Source causes seg faults, after a few hours causing the game to crash.


  • An odd number of & signs together on any channel displays one of the last commands someone on the MUD entered minus a few of the first characters...


  • Group heal gives exp and doesn't take a medkit if no one in the group other than the user is at 50 health
    • Solution:change "if ( is_same_group( gch, ch ) && gch != ch && gch->perm_frc <= 0 && gch->hit < 999)" in swrskills.c in the do_resuscitate function to "if ( is_same_group( gch, ch ) && gch != ch && gch->perm_frc <= 0 && gch->hit < 999 && gch->hit > 49)"


  • Clans lose war data on crash or copyover.


  • Players can be grouped with people following the person they are attacking, thus making it impossible for the victim to escape. Simple solution: make it impossible to follow someone if you lead people.
  • Eh, I really think you should be able to follow and focus and attack, but that once you harm your target, your follow is broken so you have to follow again if you can catch up to them. Also, maybe make "outrun" a command that takes into consideration your and their dex for those situations... like evasion commands?
  • When another player dodges on my screen it says 'Player dodge (NPC's) attack.' and should be 'Player dodges (NPC's) attack.' - just a minor error but when you see it over and over it's kind of obvious. --Akarui
  • Is it possible to use commas when sending or withdrawing large numbers of wulongs? It would make things a lot easier. --Akarui
  • When you are automatically moved (fall, arrest, etc) when you sitt down. It could be lazy builders, but they should have the option to alter the players position. - Martin