MoreOutput / RockMUD

Node Websocket MUD Server. Demo: https://rockmud.herokuapp.com/
MIT License
157 stars 43 forks source link

For some reason NPC messages (E.G Radghar) are broadcasting to every area+room #108

Closed UnbanTwin closed 8 years ago

UnbanTwin commented 8 years ago

Ok I have realised why this is happening its because the SAY command is broadcasting to every room.

UnbanTwin commented 8 years ago

Although it only works like that when mobs fire it.

MoreOutput commented 8 years ago

I cant replicate this -- may be fixed on my end. like the other issue im leaving it open. Say broadcasts to everyone in the room; for both of my chars to get the message they need to be in the room with radghar which is expected.

Im on gitter this evening.

UnbanTwin commented 8 years ago

screen shot 2016-08-23 at 19 31 43

As you can see the Greyhawk Info broker, is not currently standing in the current room and is actually in a different area.

MoreOutput commented 8 years ago

see: https://github.com/MoreOutput/RockMUD/issues/114