Register forum user name Search FAQ

Gammon Forum

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.

Due to spam on this forum, all posts now need moderator approval.

 Entire forum ➜ SMAUG ➜ SMAUG coding ➜ Gods? Who Needs them, beside me that is...

Gods? Who Needs them, beside me that is...

It is now over 60 days since the last post. This thread is closed.     Refresh page


Posted by Master_Who   (9 posts)  Bio
Date Fri 15 Mar 2002 03:58 AM (UTC)
Message
Hello all! I was hoping to see if there was anyone who could lend me a hand, or an ear. I am trying to create my own world, with my own gods. I have fail to find anything to help me create these deities to have the players to devote themselves too. I have both the server, and the code. I would like an easy fix, with just the server, but if I have to get my hands dirty, I will dive into the code. Also, which file would I have to hack to change the "Thoric gives you one gold coin for your sacrifice." into another god's name? Thanks for your time!
Top

Posted by Xyrex   (12 posts)  Bio
Date Reply #1 on Fri 15 Mar 2002 05:13 AM (UTC)
Message
I'm not sure what exact question you are asking...

Are you asking for "gods" or are you asking how to create deities for your players to devote too? If you are talking about Deities, Then you do this;

setdeity <deity name> create

then

setdeity <deity name> <fields> <value>
to edit the deities the way you like..
Top

Posted by Master_Who   (9 posts)  Bio
Date Reply #2 on Fri 15 Mar 2002 05:43 AM (UTC)
Message
Ah... ok.. now what are the flags/settings?

I saw the helpfile for makedeity, but there is no help for setdeity. I need to know what the numbers are for, for each flag.. Thanks!
Top

Posted by Xyrex   (12 posts)  Bio
Date Reply #3 on Fri 15 Mar 2002 05:47 AM (UTC)
Message
My apologies... The first command you do is

Makedeity <deity name>

To create the deity file/name ..

Then you use

Setdeity <deity name> <field> <value>

And if you type setdeity with nothing after it, it should give you a list of all the commands you can use/flags.

Let me know if you need further help.

-Xyrex
Top

Posted by Master_Who   (9 posts)  Bio
Date Reply #4 on Sat 16 Mar 2002 12:08 AM (UTC)
Message
Again, Thanks! I found some docs with some flags on them. Now, all I need help with is change the 'sac' responds. Anyone know how to do that without editing the source? The area I wish to edit it the 'Thorak gives you a....' Also, any hints on creating Deities? One last thing(well, last one on THIS message ;) ), on the 'default' guilds, how does one 'choose' the leaders to these guilds? Been searching the helpfiles, helpdocs, and everything else! I found the setclan, but, it will not edit the default Guild of (class) in Darkhaven... So far, I remove the guild(n$) == and change it to class(n$) so the proper class may enter the building, until I find out how to make players into the guild leader(s)
Top

Posted by Nick Gammon   Australia  (23,133 posts)  Bio   Forum Administrator
Date Reply #5 on Sun 17 Mar 2002 12:10 AM (UTC)
Message

    Also, which file would I have to hack to change the "Thoric gives you one gold coin for your sacrifice." into another god's name?

This exact question is answered on the web page How to make changes, including compiling.

However, it involves changing the code.


- Nick Gammon

www.gammon.com.au, www.mushclient.com
Top

Posted by Master_Who   (9 posts)  Bio
Date Reply #6 on Sun 17 Mar 2002 06:01 AM (UTC)
Message
Thank you. Hate to do that, tho, have don't have Unixs, so... Is there help on the flags for deities? Looked in the HOWTO, but, did not go into good details on the flags. I am having the most problems with the deity's class allow. Is there maybe another FAQ, or DOC that spells all of this out, that I may have missed? Really hope so, although, as many as I have printed out, I may have to go buy more ink LOL!
Top

Posted by Zelse_007   (9 posts)  Bio
Date Reply #7 on Sun 17 Mar 2002 07:45 PM (UTC)
Message
Ok, the thoric gives you 1 gold coin has a snippet somewhere that can make a table of gods and randomly print one out.
Also, the people who can add a person to a guild are set within the guild flags, #1 and the head of the guild can both invoke the command to add a user to a guild.
Also, as guilds are a tedious process, you may want to make a mobprog to let people signup for guilds if you plan on having common guilds.
The table/thoric requires recompiling, I should mention.
Sorry I cant provide you with the snippet, I dont have it.
If you dont want the table, just go in and change the line.
if your modifying the code, X-Tech's free X-FIND is a GUI version of essentually linux grep, so it can find text strings in files, useful when modifying code.
Hope that helped.
Top

Posted by Nick Gammon   Australia  (23,133 posts)  Bio   Forum Administrator
Date Reply #8 on Mon 18 Mar 2002 01:07 AM (UTC)
Message
Quote:

Hate to do that, tho, have don't have Unixs, so...


Cygwin runs under Windows.

- Nick Gammon

www.gammon.com.au, www.mushclient.com
Top

Posted by Jaguar385   (16 posts)  Bio
Date Reply #9 on Sat 23 Mar 2002 06:43 AM (UTC)
Message
Heh... I need some help. Again. ^.^

As Master_Who said before, I'm having problems with my created deities.

The major one I've seen, is that players can't devote themselves to my deity that I created. No matter what class they are, it says "That deity will not accept your worship due to your class."

Thanks for the help,
-Jaguar
Top

Posted by Master_Who   (9 posts)  Bio
Date Reply #10 on Sun 24 Mar 2002 09:57 AM (UTC)
Message
Yeah.. got that problem too.. AND with the 'Wrong race' :( Next try is to use -1 b/c I have tried 0, or 0123456789 etc...
Top

Posted by Merlyn   (2 posts)  Bio
Date Reply #11 on Tue 08 Oct 2002 06:36 AM (UTC)
Message
ok ive worked out you can set the race class and sex to -1 that will put it to none and then anyone can devote to it
Top

Posted by Merlyn   (2 posts)  Bio
Date Reply #12 on Tue 08 Oct 2002 12:49 PM (UTC)
Message
minor problem ive found i dont know if its just the way ive done things when a player tries to supplicate object it crashes the whole mud also im not exactly sure how to change what the object is they supplicate
Top

Posted by Typhon   USA  (112 posts)  Bio
Date Reply #13 on Fri 11 Oct 2002 09:28 PM (UTC)
Message
that is due to a bad copy of limbo.are there is a fixed bversion online at http://www.cs.utk.edu/~london/smaug/limbo.are
just put that in your area folder and it should clear up that and a few other problems
enjoy
-typ
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.


34,127 views.

It is now over 60 days since the last post. This thread is closed.     Refresh page

Go to topic:           Search the forum


[Go to top] top

Information and images on this site are licensed under the Creative Commons Attribution 3.0 Australia License unless stated otherwise.