<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
 <channel>
  <atom:link href="https://smaugmuds.afkmods.com/index.php?a=rssfeed&amp;t=4092" rel="self" type="application/rss+xml" />
  <title>SmaugMuds - Topic: Problems with changing Character Creation</title>
  <link>https://smaugmuds.afkmods.com/index.php?a=rssfeed&amp;t=4092</link>
  <description>The largest Smaug community resource site. - </description>
  <language>en</language>
  <generator>SmaugMuds</generator>
  <ttl>60</ttl>
  <item>
   <title>Problems with changing Character Creation</title>
   <link>https://smaugmuds.afkmods.com/topic/problems-with-changing-character-creation-4092/&amp;p=18173#p18173</link>
   <description>One thing I do to make sure I&#039;m actually running the code I&#039;m currently writing is spam it as full of debug messages (usually using bug() because I&#039;m lazy) as I can and watching the bug channel.  If I don&#039;t see 30 messages when something happens, I can tell something&#039;s wrong. Like void blah( int x ) { bug( &amp;quot;debug: blah() {&amp;quot; ); bug( &amp;quot;debug: if( x )&amp;quot; ); if( x ) { bug( &amp;quot;debug: do_crap( x );&amp;quot; do_crap( x ); } bug( &amp;quot;return;&amp;quot; ); return; } It&#039;s really spam</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/problems-with-changing-character-creation-4092/&amp;p=18173#p18173</guid>
   <pubDate>Tue, 30 Jun 2009 15:05:10 CDT</pubDate>
   <category>SmaugFUSS</category>
   <author>nobody@example.com (Tonitrus)</author>
  </item>
  <item>
   <title>Problems with changing Character Creation</title>
   <link>https://smaugmuds.afkmods.com/topic/problems-with-changing-character-creation-4092/&amp;p=18172#p18172</link>
   <description>so, much to my dismay, I&#039;ve made a big fuss over nothing lol ... somehow, even tho i manually editted it and checked it twice .. the startup file decided to stay the same (which had been modified to point to a real directory not a relative path due to my hosting not liking the ../area stuff) ... and so it was spawning a much older version .. good part, is that I cleaned up that part of the code so well you could eat off it now :P thanks for the comments guys, I&#039;ll try to not be so quick</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/problems-with-changing-character-creation-4092/&amp;p=18172#p18172</guid>
   <pubDate>Tue, 30 Jun 2009 10:17:18 CDT</pubDate>
   <category>SmaugFUSS</category>
   <author>nobody@example.com (paradox24)</author>
  </item>
  <item>
   <title>Problems with changing Character Creation</title>
   <link>https://smaugmuds.afkmods.com/topic/problems-with-changing-character-creation-4092/&amp;p=18165#p18165</link>
   <description>Not seeing anything in the code either. Try a make clean, make, and then hotboot/reboot the mud and see if that changes anything. Short of that, I&#039;m not really sure what could cause this kind of issue.</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/problems-with-changing-character-creation-4092/&amp;p=18165#p18165</guid>
   <pubDate>Mon, 29 Jun 2009 14:37:37 CDT</pubDate>
   <category>SmaugFUSS</category>
   <author>nobody@example.com (InfiniteAxis)</author>
  </item>
  <item>
   <title>Problems with changing Character Creation</title>
   <link>https://smaugmuds.afkmods.com/topic/problems-with-changing-character-creation-4092/&amp;p=18163#p18163</link>
   <description>I don&#039;t see anything in the code that would cause it to do that. Note: I&#039;m not terribly perceptive as a rule. I occasionally get weird problems like this where new changes I make are ignored, and I just make clean, recompile.  Usually fixes them.  I have no idea what causes them to begin with.  If that doesn&#039;t work, you might have to step it through gdb.  I don&#039;t know what else to tell you off-hand.</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/problems-with-changing-character-creation-4092/&amp;p=18163#p18163</guid>
   <pubDate>Mon, 29 Jun 2009 14:18:45 CDT</pubDate>
   <category>SmaugFUSS</category>
   <author>nobody@example.com (Tonitrus)</author>
  </item>
  <item>
   <title>Problems with changing Character Creation</title>
   <link>https://smaugmuds.afkmods.com/topic/problems-with-changing-character-creation-4092/&amp;p=18160#p18160</link>
   <description>yeah I did that .. that&#039;s the part where it takes the CON_STATE and tells it which function to call I believe .. here it is anyways in case this is the issue [code] void nanny( DESCRIPTOR_DATA * d, char *argument ) { while( isspace( *argument ) ) argument++; switch ( d-&amp;gt;connected ) { default: bug( &amp;quot;%s: bad d-&amp;gt;connected %d.&amp;quot;, __FUNCTION__, d-&amp;gt;connected ); close_socket( d, TRUE ); return; case CON_GET_NAME: nanny_get</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/problems-with-changing-character-creation-4092/&amp;p=18160#p18160</guid>
   <pubDate>Mon, 29 Jun 2009 13:33:45 CDT</pubDate>
   <category>SmaugFUSS</category>
   <author>nobody@example.com (paradox24)</author>
  </item>
  <item>
   <title>Problems with changing Character Creation</title>
   <link>https://smaugmuds.afkmods.com/topic/problems-with-changing-character-creation-4092/&amp;p=18159#p18159</link>
   <description>Did you alter nanny() appropriately? I.e., add new cases to switch( d-&amp;gt;connected )? Even if you have, you should probably include that code too.</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/problems-with-changing-character-creation-4092/&amp;p=18159#p18159</guid>
   <pubDate>Mon, 29 Jun 2009 12:58:41 CDT</pubDate>
   <category>SmaugFUSS</category>
   <author>nobody@example.com (Tonitrus)</author>
  </item>
  <item>
   <title>Problems with changing Character Creation</title>
   <link>https://smaugmuds.afkmods.com/topic/problems-with-changing-character-creation-4092/&amp;p=18158#p18158</link>
   <description>OK, here&#039;s the code .. I&#039;ve included the nanny_get_new_race() and the one it SHOULD call below it being nanny_get_eye_colour() ... just to reiterate .. after picking a valid race , it does what it USED to do and reads the terms and conditions which is now like 6 steps beyond it .. I have no idea why my changes aren&#039;t taking effect .. any help appreciated :P [code] void nanny_get_new_race( DESCRIPTOR_DATA * d, const char *argument ) { CHAR_DATA *ch; char arg[MAX_STRING_LENGTH]; int</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/problems-with-changing-character-creation-4092/&amp;p=18158#p18158</guid>
   <pubDate>Mon, 29 Jun 2009 12:35:08 CDT</pubDate>
   <category>SmaugFUSS</category>
   <author>nobody@example.com (paradox24)</author>
  </item>
  <item>
   <title>Problems with changing Character Creation</title>
   <link>https://smaugmuds.afkmods.com/topic/problems-with-changing-character-creation-4092/&amp;p=18153#p18153</link>
   <description>Hey all, I&#039;m at work now, but in a few minutes I&#039;ll edit this post to include part of the actual source code I&#039;ve been working with, but for now let me explain the problem until the email arrives with it so I can copy/paste :P I have previously modified the character creation to include a Terms and Conditions and a pet selection .. so it goes like this (I dont have classes any longer, so it was removed btw) Name -&amp;gt; Confirm Name -&amp;gt; Password -&amp;gt; Confirm Password -&amp;gt; Pet Selection -&amp;gt; Rac</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/problems-with-changing-character-creation-4092/&amp;p=18153#p18153</guid>
   <pubDate>Mon, 29 Jun 2009 10:18:25 CDT</pubDate>
   <category>SmaugFUSS</category>
   <author>nobody@example.com (paradox24)</author>
  </item>
 </channel>
</rss>
