Virgoir said:
How I can create quests in my realm with SMAUG 1.4?
A while ago I did a fairly extensive quest system (called a task system) in SMAUG.
http://www.gammon.com.au/forum/?id=8000
Also here for how to set up quests:
http://www.gammon.com.au/forum/?id=8014
Example of it in use:
http://www.gammon.com.au/forum/?id=8013
Also see:
http://www.gammon.com.au/forum/?id=8031
I should qualify this by stating that to make effective use of this you need to be reasonably familiar with coding (ie. C programming) and also Lua scripting.
To get it started you need to make some C changes to the code, and then also edit to your taste the Lua scripts.
If you aren't comfortable doing that, best not to attempt it as you may just make the server stop working properly.
Having said that, as you can see from the example session (link above) you can make the MUD somewhat more interactive with the quest system.