MoreOutput / RockMUD

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

Payed Transport #99

Closed UnbanTwin closed 8 years ago

UnbanTwin commented 8 years ago

Kind of like teleportation I guess but you have to pay gold for it.

MoreOutput commented 8 years ago

Closing this. If this is comes up naturally it will be added -- for now this seems more like a 'game' enhancement (something you'd write for your game). The way to do this would be to write an ai script that lets the mob open a portal or teleport something (switching the player.roomid and player.area to the wanted room, taking some gold, giving a message, and then firing the look command).

Teleport will be a part of base.

UnbanTwin commented 8 years ago

Ok thanks!