I've spoken with a few coders on SWR muds, and this bug seems to keep popping up. At some random point which no one seems to be able to track down, characters are removed from the linked lists of rooms and the global list of players. This causes players not to be able to see each other, but able to hear the say command, or to show up on who, but not be able to use the at command on them. As best as I can tell, there seems to be a problem with char_from or char_to room, though I can't see anything in the stock SWR code.
If anyone has ever come across this problem, and especially if they have the fix, I would most grateful to hear about it. I do not know if this happens in SMAUG, as I've never heard about it, so I have to assume it is a SWR change.
The second issue that I have seen come up, totally unrelated to the first, is some objects appear not to want to stay equipped to characters. The character may equip the object, and soon after find it in their inventory. I am fairly certain that the problem lies somewhere in re_equip_char, but I can't track it down either. Again, this seems to be purely a SWR issue, but if others have come across it, and feedback would be great.
If no one has any info on this, I will post what code I have for these issues in way of possible problem areas when I get home and have access to the code.
If anyone has ever come across this problem, and especially if they have the fix, I would most grateful to hear about it. I do not know if this happens in SMAUG, as I've never heard about it, so I have to assume it is a SWR change.
The second issue that I have seen come up, totally unrelated to the first, is some objects appear not to want to stay equipped to characters. The character may equip the object, and soon after find it in their inventory. I am fairly certain that the problem lies somewhere in re_equip_char, but I can't track it down either. Again, this seems to be purely a SWR issue, but if others have come across it, and feedback would be great.
If no one has any info on this, I will post what code I have for these issues in way of possible problem areas when I get home and have access to the code.