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
➜ Adding leveling system on smaug 1.8
|
Adding leveling system on smaug 1.8
|
It is now over 60 days since the last post. This thread is closed.
Refresh page
| Posted by
| Phobos
(79 posts) Bio
|
| Date
| Fri 26 Oct 2007 03:28 AM (UTC) |
| Message
| Now heres a hard one that i have posted something similar to before and realize i did not have the knowledge to do before and am still unsure if i have the knowledge so i seek somebody to help me with this either by posting here with a thread to show me how or to use skyfex or something to use remote assistance to show me via the internet.
I am running smaug1.8 and i want to change the leveling so i can add a couple more classes similar to how an swr is set up, Before i set 1.8 up i tried to compile and swr and was having trouble so i have striped this smaug down rather bare and want to change the coding before i put it on a server otherwise ill have to pwipe everyone shortly after i server. So if anyone can help please reply with either a thread or my e-mail is d.k.parker@att.net if you would be willing to walk me through it contact me personely thank you | | Top |
|
| Posted by
| Zeno
USA (2,871 posts) Bio
|
| Date
| Reply #1 on Fri 26 Oct 2007 04:53 AM (UTC) |
| Message
| This would just be basic programming. Each level would need a new variable stored in the pfile, then follow how leveling is done.
http://www.cprogramming.com/ |
Zeno McDohl,
Owner of Bleached InuYasha Galaxy
http://www.biyg.org | | Top |
|
| Posted by
| Phobos
(79 posts) Bio
|
| Date
| Reply #2 on Fri 26 Oct 2007 05:40 AM (UTC) |
| Message
| | Theres many things on this page what would i referance to see the example of level to code stuff? Ive read much of this site before as it is in my favorites and has been helpfull but is not as specific as id like when trying to find something such as level code so what link should i look at? | | Top |
|
| Posted by
| David Haley
USA (3,881 posts) Bio
|
| Date
| Reply #3 on Fri 26 Oct 2007 09:00 AM (UTC) |
| Message
| No C programming guide will tell you how to do exactly what you want to do for SMAUG. You will not find a guide that tells you how to change an arbitrary SMAUG feature. That's kind of like reading a book to teach you a foreign language, and to expect it to tell you how to write every sentence you want to say. Rather, you have to learn the concepts and the language independently, and then use those tools to say what you want to say.
The point is that if you cannot express what you want to do exactly in English, there is no way you will be able to get the program to do it. You need to understand the basic concepts before you can build bigger blocks with them. Start simple, then move on.
For instance, Zeno said that you would need to have a new variable in the character that would be stored in the pfile. You need to understand what that means: what it means to add a member variable to a structure, what a structure is in the first place, where that structure information gets saved, and so forth.
So the C programming guide is worth your time to read even if it doesn't solve your immediate problem, because it will teach you how to solve many more problems in the long term. You just need to take it slow. :-) |
David Haley aka Ksilyan
Head Programmer,
Legends of the Darkstone
http://david.the-haleys.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.
15,756 views.
It is now over 60 days since the last post. This thread is closed.
Refresh page
top