|
|||||||
This is a discussion on "Deleting spells." in the Top Mud Sites MUD Coding forum : In the MUD that I'm making spells like "acid ball" don't really fit in... So what I did was I went though the spell list and redid it just as I wanted it. Well the mud wouldn't start up. So I got the old file back from the trash can and put it back in place. What I was doing was I just deleted the ones that I didn't want. I made sure that the spacing and all was still the same. So how exactly do you get rid of spells? I'm using ... |
|
You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our MUD community today! If you have any problems with the registration process or your account login, please contact us. If you are a registered member of the old TMS forums, please click here
|
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 |
|
Member
Join Date: Aug 2002
Posts: 41
![]() |
In the MUD that I'm making spells like "acid ball" don't really fit in...
So what I did was I went though the spell list and redid it just as I wanted it. Well the mud wouldn't start up. So I got the old file back from the trash can and put it back in place. What I was doing was I just deleted the ones that I didn't want. I made sure that the spacing and all was still the same. So how exactly do you get rid of spells? I'm using the SMAUG code base. |
|
|
|
|
|
#2 |
|
Member
Join Date: Jun 2002
Posts: 142
![]() |
I don't use smaug but I'll try to help.. uh.
spell is declared in magic.h spell function is in magic.c spell levels and stuff are in const.c ** remove all of those *** Again, my codebase isn't smaug but last I logged on Realms of Despair we're clearly similar to that so it probably has similar principles. Well, nobody answered so I thought you got nothing to lose, and I'm no stranger to egg on my face. Good luck! |
|
|
|
|
|
#3 |
|
New Member
Join Date: Sep 2002
Posts: 17
![]() |
You can do one of two things:
Code a function into 'do_sset' that will delete the skill from the skill table, or manualy edit the 'skills.dat' file inside the /system/ directory. If you choose to manualy edit the 'skills.dat' file you need to be careful as you've seen. Make sure you delete all of the lines from (and including) the #skill all the way to (and including) the 'End' As long as you delete the entire skill block for the skill and don't add any extra characters in accicentaly you should be just fine. -Moridian <a href="telnet://edgeofcreation.net:5665" target="_blank">edgeofcreation.net 5665</a> |
|
|
|
![]() |
| Thread Tools | |
Deleting spells. - Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| When spells go wrong... | The Vorpal Tribble | MUD Humor | 24 | 01-24-2003 01:30 AM |
|
|