<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=4806" rel="self" type="application/rss+xml" />
  <title>SmaugMuds - Topic: help problem</title>
  <link>https://smaugmuds.afkmods.com/index.php?a=rssfeed&amp;t=4806</link>
  <description>The largest Smaug community resource site. - </description>
  <language>en</language>
  <generator>SmaugMuds</generator>
  <ttl>60</ttl>
  <item>
   <title>help problem</title>
   <link>https://smaugmuds.afkmods.com/topic/help-problem-4806/&amp;p=23582#p23582</link>
   <description>glad its working right, thanks for posting how to get it to work correctly :)</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/help-problem-4806/&amp;p=23582#p23582</guid>
   <pubDate>Wed, 18 Mar 2015 05:11:28 CDT</pubDate>
   <category>AFKMud Support &amp; Development</category>
   <author>nobody@example.com (Remcon)</author>
  </item>
  <item>
   <title>help problem</title>
   <link>https://smaugmuds.afkmods.com/topic/help-problem-4806/&amp;p=23581#p23581</link>
   <description>Thanks Remcon for open my mind :-) I have fix  :biggrin:  just sub &amp;quot;strip_whitespace&amp;quot; with &amp;quot;strip_lspace&amp;quot; in the load_helps function in helps.cpp: [code] else if( key == &amp;quot;Text&amp;quot; ) { stream.getline( buf, MSL, &#039;&amp;Acirc;&amp;cent;&#039; ); value = buf; strip_lspace( value ); help-&amp;gt;text = value; } [/code] edited to add code boxes around it.</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/help-problem-4806/&amp;p=23581#p23581</guid>
   <pubDate>Wed, 18 Mar 2015 03:03:42 CDT</pubDate>
   <category>AFKMud Support &amp; Development</category>
   <author>nobody@example.com (crone)</author>
  </item>
  <item>
   <title>help problem</title>
   <link>https://smaugmuds.afkmods.com/topic/help-problem-4806/&amp;p=23580#p23580</link>
   <description>looks like the issue might be this in the load_helps function in helps.cpp [code] else if( key == &amp;quot;Text&amp;quot; ) { stream.getline( buf, MSL, &#039;&amp;Acirc;&amp;cent;&#039; ); value = buf; strip_whitespace( value ); help-&amp;gt;text = value; } [/code] The strip_whitespace( value ); strips all the new lines and spaces out. Taking that out would probably fix it but when I was looking up strip_whitespace to see if it might be the issue i seen this as well [code] If y</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/help-problem-4806/&amp;p=23580#p23580</guid>
   <pubDate>Tue, 17 Mar 2015 23:19:07 CDT</pubDate>
   <category>AFKMud Support &amp; Development</category>
   <author>nobody@example.com (Remcon)</author>
  </item>
  <item>
   <title>help problem</title>
   <link>https://smaugmuds.afkmods.com/topic/help-problem-4806/&amp;p=23579#p23579</link>
   <description>how does &amp;quot;help actflags&amp;quot; look? You are seeing it from two different spots and ways it seems. One is from here in help.cpp [code] /* * Strip leading &#039;.&#039; to allow initial blanks. */ if( pHelp-&amp;gt;text[0] == &#039;.&#039; ) ch-&amp;gt;pagerf( &amp;quot;%s\r\n&amp;quot;, pHelp-&amp;gt;text.substr( 1, pHelp-&amp;gt;text.length(  ) ).c_str() ); else ch-&amp;gt;pagerf( &amp;quot;%s\r\n&amp;quot;, pHelp-&amp;gt;text.c_str() ); [/code] This I think that is jamming it all together since here it is in helps.dat in the system directory [code]</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/help-problem-4806/&amp;p=23579#p23579</guid>
   <pubDate>Tue, 17 Mar 2015 23:08:25 CDT</pubDate>
   <category>AFKMud Support &amp; Development</category>
   <author>nobody@example.com (Remcon)</author>
  </item>
  <item>
   <title>help problem</title>
   <link>https://smaugmuds.afkmods.com/topic/help-problem-4806/&amp;p=23578#p23578</link>
   <description>Hi, I have a little problem with help on AFK mud 2.2.1: if I type: help acid Help level: 0 Usage        : cast &#039;acid blast&#039; &amp;lt;victim&amp;gt;Duration     : InstantLevel        : 15 Mage, 17 BardDamage       : (caster&#039;s level)d4 up to a max of 200Save         : vs. spells for half damageMinimum Cost : 18 ManaAcid Blast creates a powerful blast that deals a damaging blow of harmfulacid. One of the advantages to this spell over lightning bolt is that fewerthings are immune to acid and you get it at </description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/help-problem-4806/&amp;p=23578#p23578</guid>
   <pubDate>Fri, 13 Mar 2015 18:39:17 CDT</pubDate>
   <category>AFKMud Support &amp; Development</category>
   <author>nobody@example.com (crone)</author>
  </item>
 </channel>
</rss>
