Notice: Any messages purporting to come from this site telling you that your password has expired, or that you need to verify your details, confirm your email, resolve issues, making threats, or asking for money, are
spam. We do not email users with any such messages. If you have lost your password you can obtain a new one by using the
password reset link.
Entire forum
➜ SMAUG
➜ SMAUG coding
➜ HEEELP.
It is now over 60 days since the last post. This thread is closed.
Refresh page
Posted by
| Manakra
(27 posts) Bio
|
Date
| Mon 18 Apr 2005 06:15 PM (UTC) |
Message
| Im using Smaug 1.4 I believe, not FUSS. I want to make a room program that when (12 pm) comes, the door to the south, will close and lock, and when (6 am) comes, the door to the south will unlock and open. Can anyone help me? | Top |
|
Posted by
| Dace K
Canada (169 posts) Bio
|
Date
| Reply #1 on Mon 18 Apr 2005 08:29 PM (UTC) |
Message
| This isn't a coding question, it's a building question :/
Ah well.
This should be pretty obvious from reading the smaug help files, but:
In the room, type:
rpedit add time 24
close south
lock south
done
rpedit add time 6
unlock south
open south
done
However, the supermob can't lock/unlock doors without a key in stock smaug, if I remember correctly.
So you'll either want to add a check that'll allow it to do so, and do so invisibly, or have it load the key, and add a check to make it lock the door invisibly, or instead make it an mprog performed by a mob with the key in its inv.
:P. |
ASJ Games - .Dimension 2, Resident Evil, and snippets - oh my!
http://asj.mudmagic.com
Drop by the area archives and find something for your mud. http://areaarchives.servegame.com | Top |
|
Posted by
| Manakra
(27 posts) Bio
|
Date
| Reply #2 on Mon 18 Apr 2005 09:26 PM (UTC) |
Message
| One, What Smaug help files? heh. Two, thanks for your help. | Top |
|
Posted by
| Dace K
Canada (169 posts) Bio
|
Date
| Reply #3 on Tue 19 Apr 2005 04:22 AM (UTC) |
Message
| Open up help.are in your areas folder in textpad/area editor.
Everything you need to know about building's in there.
Cheers. |
ASJ Games - .Dimension 2, Resident Evil, and snippets - oh my!
http://asj.mudmagic.com
Drop by the area archives and find something for your mud. http://areaarchives.servegame.com | Top |
|
Posted by
| Gatewaysysop2
USA (146 posts) Bio
|
Date
| Reply #4 on Tue 19 Apr 2005 04:25 AM (UTC) |
Message
| I have to ask: Why 1.4(a) over FUSS?
FUSS is a much better place to start, especially with some of the nasty bugs in 1.4. Samson also updated the reset system in FUSS 1.6 so if you're just starting up it would probably be a good idea to go with that instead. My $.02 anyway.
The prog question seemed to be answered pretty well already. I'll second the suggestion to do this with mob progs versus room progs, because that's much simpler and there's no issues with the key because you can always equip the mob with it. Actually a bit more realistic that way, since you can kill the guard and unlock the door. ;)
What are smaug help files? Try doing a "help <command>" in the game. There's actually quite a bit of information in there if you take the time to go through it.
Hope that helps!
|
"The world of men is dreaming, it has gone mad in its sleep, and a snake is strangling it, but it can't wake up." -D.H. Lawrence | Top |
|
Posted by
| Dace K
Canada (169 posts) Bio
|
Date
| Reply #5 on Tue 19 Apr 2005 04:31 AM (UTC) |
Message
| What? FUSS 1.6? |
ASJ Games - .Dimension 2, Resident Evil, and snippets - oh my!
http://asj.mudmagic.com
Drop by the area archives and find something for your mud. http://areaarchives.servegame.com | Top |
|
Posted by
| Manakra
(27 posts) Bio
|
Date
| Reply #6 on Tue 19 Apr 2005 07:26 AM (UTC) |
Message
| I couldnt download the compiler to get FUSS at the point of my questioning, but I found a faster server, got it to compile, and now am Using fuss. I decided the mob prog wouldve worked best, best like you pointed out, its more realistic. | Top |
|
Posted by
| Gatewaysysop2
USA (146 posts) Bio
|
Date
| Reply #7 on Wed 20 Apr 2005 03:30 PM (UTC) |
Message
| Satsui: "What? FUSS 1.6?"
I think that'll need just a smidgen more elaboration. I know I'm confused. Are you just unfamiliar with that release or did part of the post get chopped off?
|
"The world of men is dreaming, it has gone mad in its sleep, and a snake is strangling it, but it can't wake up." -D.H. Lawrence | Top |
|
Posted by
| Dace K
Canada (169 posts) Bio
|
Date
| Reply #8 on Thu 21 Apr 2005 02:47 PM (UTC) |
Message
| Ah. I'm assuming it's SmaugFuss v1.6 for Smaug1.4a..
not a fixed up version of Smaug1.6 :P |
ASJ Games - .Dimension 2, Resident Evil, and snippets - oh my!
http://asj.mudmagic.com
Drop by the area archives and find something for your mud. http://areaarchives.servegame.com | Top |
|
Posted by
| Gatewaysysop2
USA (146 posts) Bio
|
Date
| Reply #9 on Fri 22 Apr 2005 03:42 AM (UTC) |
Message
|
Quote:
Ah. I'm assuming it's SmaugFuss v1.6 for Smaug1.4a..
not a fixed up version of Smaug1.6 :P
FUSS = Fixed Up Smaug Source, of which the present version is 1.6. There is no SMAUG 1.6 that I know of, and hence no fixed up version thereof.
|
"The world of men is dreaming, it has gone mad in its sleep, and a snake is strangling it, but it can't wake up." -D.H. Lawrence | Top |
|
Posted by
| Samson
USA (683 posts) Bio
|
Date
| Reply #10 on Tue 26 Apr 2005 12:02 PM (UTC) Amended on Wed 27 Feb 2008 02:21 PM (UTC) by Samson
|
Message
| I bumped the version on the FUSS package to 1.6 when the new reset code went in. This was to distinguish it from the 1.4 packages that don't have this, and are no longer being maintained. Aside from that the code is the same.
As advised it would be best to start from the 1.6 package especially if beginning new. All of the more recent fixes are only being applied to the 1.6 code and include a few exploits that were found.
If you're looking for where to get it, it can be found at www.smaugmuds.org | Top |
|
The dates and times for posts above are shown in Universal Co-ordinated Time (UTC).
To show them in your local time you can join the forum, and then set the 'time correction' field in your profile to the number of hours difference between your location and UTC time.
27,451 views.
It is now over 60 days since the last post. This thread is closed.
Refresh page
top