<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=4883" rel="self" type="application/rss+xml" />
  <title>SmaugMuds - Topic: Trying to get practice list to display ONLY spells</title>
  <link>https://smaugmuds.afkmods.com/index.php?a=rssfeed&amp;t=4883</link>
  <description>The largest Smaug community resource site. - </description>
  <language>en</language>
  <generator>SmaugMuds</generator>
  <ttl>60</ttl>
  <item>
   <title>Trying to get practice list to display ONLY spells</title>
   <link>https://smaugmuds.afkmods.com/topic/trying-to-get-practice-list-to-display-only-spells-4883/&amp;p=23858#p23858</link>
   <description>[size=7]PERFECT![/size]</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/trying-to-get-practice-list-to-display-only-spells-4883/&amp;p=23858#p23858</guid>
   <pubDate>Fri, 20 Apr 2018 15:35:07 CDT</pubDate>
   <category>SmaugFUSS</category>
   <author>nobody@example.com (joeyfogas)</author>
  </item>
  <item>
   <title>Trying to get practice list to display ONLY spells</title>
   <link>https://smaugmuds.afkmods.com/topic/trying-to-get-practice-list-to-display-only-spells-4883/&amp;p=23857#p23857</link>
   <description>try changing [code] if( !skill || !skill-&amp;gt;name || skill-&amp;gt;name[0] == &#039;\0&#039; ) continue; if( strcmp( skill-&amp;gt;name, &amp;quot;reserved&amp;quot; ) == 0 &amp;amp;&amp;amp; ( IS_IMMORTAL( ch ) || CAN_CAST( ch ) ) ) [/code] to this [code] if( !skill || !skill-&amp;gt;name || skill-&amp;gt;name[0] == &#039;\0&#039; ) continue; if( skill-&amp;gt;type != SKILL_SPELL ) continue; if( strcmp( skill-&amp;gt;name, &amp;quot;reserved&amp;quot; ) == 0 &amp;amp;&amp;amp; ( IS_IMMORTAL( ch ) || CAN_CAST( ch ) ) ) [/code]</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/trying-to-get-practice-list-to-display-only-spells-4883/&amp;p=23857#p23857</guid>
   <pubDate>Fri, 20 Apr 2018 15:05:45 CDT</pubDate>
   <category>SmaugFUSS</category>
   <author>nobody@example.com (Remcon)</author>
  </item>
  <item>
   <title>Trying to get practice list to display ONLY spells</title>
   <link>https://smaugmuds.afkmods.com/topic/trying-to-get-practice-list-to-display-only-spells-4883/&amp;p=23856#p23856</link>
   <description>First off, I want to thank everyone on this forum for all the help.  It has served an invaluable resource. What I am trying to do, is get the standard &amp;quot;practice&amp;quot; command to ONLY show spells.  Not skills, not tongues, not weapons, not styles... JUST spells.  I am not an adept coder but I have tried for a while to get this to ONLY display spells and could really use some help. [code] void do_practice( CHAR_DATA* ch, const char* argument) { CHAR_DATA *mob; char buf[MAX_STRING_LENGTH</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/trying-to-get-practice-list-to-display-only-spells-4883/&amp;p=23856#p23856</guid>
   <pubDate>Fri, 20 Apr 2018 12:13:39 CDT</pubDate>
   <category>SmaugFUSS</category>
   <author>nobody@example.com (joeyfogas)</author>
  </item>
 </channel>
</rss>
