3 questions

Posted by Quietboynick on Sun 01 Jul 2001 05:31 AM — 4 posts, 17,038 views.

USA #0
1. How do you change the loading "smaug title screen" ?
2. how do you set the immortal level so that people who reach 65 wont become an immortal?
3. How do you make it so when a shop closes the owner will go to sleep? I know you go to sleep_prog but I don't know the command.
Australia Forum Administrator #1
Quote:

1. How do you change the loading "smaug title screen" ?


To do this, edit the help topic "GREETING" in the area help.are.

Quote:

2. how do you set the immortal level so that people who reach 65 wont become an immortal?


The the subject "More levels" in the section of this forum "SMAUG Server - Running the server".


Quote:

3. How do you make it so when a shop closes the owner will go to sleep? I know you go to sleep_prog but I don't know the command.


I don't know how to do that.


Finland #2
3. How do you make it so when a shop closes the owner will go to sleep? I know you go to sleep_prog but I don't know the command.

This is how I would do it. Let us assume the shop closes at 10 p.m.

time_prog 22
yawn
emote lies down
sleep



You'd probably want another prog in the morning to wake him, lets say about 6 a.m.

time_prog 6
wake

And to let him sleep again if woken up in the middle of the night

act_prog p wakes you.
say Come back in the morning.
sleep


you could add hourly checks that he is still sleeping ( in case of a reboot ), but I personally don't feel there is a need.

you could, of course, create a new spec_fun, but then it would allow no variety.

Hope this helps some,
Frost
USA #3
Thanks all