CoffeeMud : Cheat-sheet for beginner

Written by Marechal Laurent - 02 february 2017

Classified in : Mud - Tags : none

CoffeeMud : How to create a mob that greet ever player entering a room and also give direction.
1. create a new mob of type GenMob : CREATE GenMob
2. set the usual name, description....
3. set the behavior to "concierge"
4. in parameter set
    GREETING=What to say when entering the room
Additional parameter in the BEHAVIOR help file at "concierge" page.


CoffeeMud : How to create a mob.
How to create a basic mob.
1. create it with  : CREATE GenMob
2. set the property


CoffeeMud : How to create a chest/item that cannot be picked up.
How to create a chest/item that cannot be picked up
1. create it with  : CREATE GenContainer
2. set the property as desired
3. In the disposition set "Is Gettable" and other to "false"


CoffeeMud : How to fight darkness (always light in a room)
How to fight darkness (always light in a room). If you want a room/area to be always with light, even uring the night, you need to set the Effects: 'Prop_RoomLit' for the room/area.

Comments are closed.

SEARCH

Categories

Tags

Archives

Last articles

Last comments

 

Valid XHTML 1.0 Strict