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 a command to SWRFUSS
|
adding a command to SWRFUSS
|
It is now over 60 days since the last post. This thread is closed.
Refresh page
| Posted by
| Jason
(109 posts) Bio
|
| Date
| Wed 06 Jun 2012 02:40 AM (UTC) |
| Message
| I am upgrading my mud to SWRFUSS and I am having an issue installing new commands. I put in a changes command snippet, compiled the server, hotbooted, and when i try to make the command in the game this is what i get
Log: Koumintang: cedit addchange code do_addchange
Log: [*****] BUG: Error locating do_addchange in symbol table. swreality: undefined symbol: do_addchange
Code not found.
Am i forgetting to put something in? I'm new to the FUSS code, but i have but i have been working with SWR for a about 6 years now. | | Top |
|
| Posted by
| Jason
(109 posts) Bio
|
| Date
| Reply #1 on Wed 06 Jun 2012 02:48 AM (UTC) |
| Message
| | P.S. This On a RHEL system not windows running cygwin | | Top |
|
| Posted by
| Jason
(109 posts) Bio
|
| Date
| Reply #2 on Thu 07 Jun 2012 01:09 AM (UTC) |
| Message
| ok I have found the answer for all of you who are having trouble getting commands to go into the FUSS code bases... I have not seen the answer to this question on Gammon at all so here is a possible solution!!!!
IF YOUR COMMAND YOU ARE TRYING TO ADD HAS THE FOLLOWING IN THE FUNCTION LINE: , char *argument ) CHANGE IT TO THIS , const char *argument)
As much as i would like to take credit for this solution i cannot. I found this solution at the following website
http://www.smaugmuds.org/index.php?a=topic&t=4558&p=21840#p21840
It took me two days to find this so hopefully someone else will find this. | | 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.
13,545 views.
It is now over 60 days since the last post. This thread is closed.
Refresh page
top