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
➜ Remort snippet problems
It is now over 60 days since the last post. This thread is closed.
Refresh page
Posted by
| Robert Powell
Australia (367 posts) Bio
|
Date
| Tue 30 Dec 2003 11:09 PM (UTC) Amended on Tue 30 Dec 2003 11:32 PM (UTC) by Robert Powell
|
Message
| I have installed SMAUG Remort 1.2 By Xerves (Released December 28, 2002) and it all works fine with exception of 2 parts when you create a new char it displayes the remortable classes as well, i have set the tier on base classes to 0 and remort classes to 1 in the class files. Any ideas would be great.
Select a class, or type help [class] to learn more about that class.
[Mage Cleric Thief Warrior Vampire Druid Ranger Augurer PaladinSwordsmanRobber]
: robber
That's not a class.
What IS your class? pal
I put this in nanny
/*
* Take this out SHADDAI
*/
for ( iClass = 0; iClass < MAX_PC_CLASS; iClass++ )
{
if ( class_table[iClass]->who_name &&
class_table[iClass]->who_name[0] != '\0' && !class_table[iClass]->remort_class)
this in get_new_class
if (!str_cmp(arg, "help"))
{
for ( iClass = 0; iClass < MAX_PC_CLASS; iClass++ )
{
if ( class_table[iClass]->who_name &&
class_table[iClass]->who_name[0] != '\0' && !class_table[iClass]->remort_class)
***************************
write_to_buffer( d, "No such help topic. Please choose a class: ", 0 );
return;
}
for ( iClass = 0; iClass < MAX_PC_CLASS; iClass++ )
{
if ( class_table[iClass]->who_name &&
class_table[iClass]->who_name[0] != '\0' && !class_table[iClass]->remort_class)
****************************
write_to_buffer( d, "\n\rYou may choose from the following races, or type help [race] to learn more:\n\r[", 0 );
buf[0] = '\0';
for ( iRace = 0; iRace < MAX_PC_RACE; iRace++ )
{
if (iRace != RACE_VAMPIRE && !race_table[iRace]->remort_race
|
Just a guy having a bit of fun. Nothing more, nothing less, I do not need I WIN to feel validated. | 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.
6,740 views.
It is now over 60 days since the last post. This thread is closed.
Refresh page
top