<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=4888" rel="self" type="application/rss+xml" />
  <title>SmaugMuds - Topic: Bug in do_climb( )</title>
  <link>https://smaugmuds.afkmods.com/index.php?a=rssfeed&amp;t=4888</link>
  <description>The largest Smaug community resource site. - Forgot one of the climb flags... </description>
  <language>en</language>
  <generator>SmaugMuds</generator>
  <ttl>60</ttl>
  <item>
   <title>Bug in do_climb( )</title>
   <link>https://smaugmuds.afkmods.com/topic/bug-in-doclimb--4888/&amp;p=23878#p23878</link>
   <description>actually I forgot I had modified how gain_from works on my base over stock... so yeah... don&#039;t do what I did :)</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/bug-in-doclimb--4888/&amp;p=23878#p23878</guid>
   <pubDate>Tue, 5 Jun 2018 19:31:48 CDT</pubDate>
   <category>SmaugFUSS</category>
   <author>nobody@example.com (joeyfogas)</author>
  </item>
  <item>
   <title>Bug in do_climb( )</title>
   <link>https://smaugmuds.afkmods.com/topic/bug-in-doclimb--4888/&amp;p=23877#p23877</link>
   <description>Believe that&#039;s already accounted for in move_char( ), and they shouldn&#039;t be learning climbing skill just because they climbed where it was not strictly necessary (EX_xCLIMB), but to each his own. Just make sure you&#039;re not double whammying them and doing learn_from_success( ) twice due to move_char( ) picking up on it. I assumed that&#039;s why the Devs left it out of this function to begin with.  :biggrin: </description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/bug-in-doclimb--4888/&amp;p=23877#p23877</guid>
   <pubDate>Tue, 5 Jun 2018 10:56:58 CDT</pubDate>
   <category>SmaugFUSS</category>
   <author>nobody@example.com (GatewaySysop)</author>
  </item>
  <item>
   <title>Bug in do_climb( )</title>
   <link>https://smaugmuds.afkmods.com/topic/bug-in-doclimb--4888/&amp;p=23876#p23876</link>
   <description>Nice eye.   I&#039;d like to add if they are climbing, and there is a climb skill...  they should learn something.  so I fixed mine with adding this... [code]void do_climb( CHAR_DATA* ch, const char* argument) { EXIT_DATA *pexit; if( argument[0] == &#039;\0&#039; ) { for( pexit = ch-&amp;gt;in_room-&amp;gt;first_exit; pexit; pexit = pexit-&amp;gt;next ) if( [color=red]IS_SET( pexit-&amp;gt;exit_info, EX_xCLIMB ) || IS_SET( pexit-&amp;gt;exit_info, EX_CLIMB )[/color] ) { [color=yellow]sen</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/bug-in-doclimb--4888/&amp;p=23876#p23876</guid>
   <pubDate>Tue, 5 Jun 2018 08:01:06 CDT</pubDate>
   <category>SmaugFUSS</category>
   <author>nobody@example.com (joeyfogas)</author>
  </item>
  <item>
   <title>Bug in do_climb( )</title>
   <link>https://smaugmuds.afkmods.com/topic/bug-in-doclimb--4888/&amp;p=23875#p23875</link>
   <description>Another day, another long-standing but likely never noticed bug. I suspect this is a combination of confusion on the flag names and the fact that I have yet to see anyone actually use either EX_CLIMB or EX_xCLIMB.  Basically, only EX_xCLIMB was in place in the stock code. The result, embarrassingly, was that if climbing up was required to leave a room and you typed &amp;quot;climb up&amp;quot;, say, you would get a message indicating that &amp;quot;you cannot climb there.&amp;quot;  :facepalm:  The observant may point that, </description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/bug-in-doclimb--4888/&amp;p=23875#p23875</guid>
   <pubDate>Mon, 4 Jun 2018 01:11:50 CDT</pubDate>
   <category>SmaugFUSS</category>
   <author>nobody@example.com (GatewaySysop)</author>
  </item>
 </channel>
</rss>
