<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;f=35" rel="self" type="application/rss+xml" />
  <title>SmaugMuds - Forum: LoP Codebase</title>
  <link>https://smaugmuds.afkmods.com/index.php?a=rssfeed&amp;f=35</link>
  <description>The largest Smaug community resource site. - General support for issues specific to LoP. Covers coding, building, development, administration, and bug reports. </description>
  <language>en</language>
  <generator>SmaugMuds</generator>
  <ttl>60</ttl>
  <item>
   <title>LOP Heroes UPDATE</title>
   <link>https://smaugmuds.afkmods.com/topic/lop-heroes-update-4833/&amp;p=23660#p23660</link>
   <description>Ok guys, I was a busy bee today, got yelled at by my wife for working so long on it. I updated LOP heroe&#039;s Edition to have Battlesuit class custom skills fleshed out.  Basically you get to be IRONMAN. All the changes I listed in the download description and you can get that here. http://smaugmuds.afkmods.com/files/LOP-Heroes-Edition-493/ Don&#039;t forget to use the Heroe&#039;s sound additions http://smaugmuds.afkmods.com/files/Heroes-sound-extras-492/ Add for the full sound pack experience http:/</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/lop-heroes-update-4833/&amp;p=23660#p23660</guid>
   <pubDate>Sat, 12 Nov 2016 18:20:31 CST</pubDate>
   <category>LoP Codebase</category>
   <author>nobody@example.com (Vladaar)</author>
  </item>
  <item>
   <title>IS_AFFECTED bug [ LOP ]</title>
   <link>https://smaugmuds.afkmods.com/topic/isaffected-bug--lop--4832/&amp;p=23659#p23659</link>
   <description>Disregard this report, I found I had a missing comma in my const.h affects that was confusing what affects a player had.</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/isaffected-bug--lop--4832/&amp;p=23659#p23659</guid>
   <pubDate>Tue, 25 Oct 2016 05:36:19 CDT</pubDate>
   <category>LoP Codebase</category>
   <author>nobody@example.com (Vladaar)</author>
  </item>
  <item>
   <title>IS_AFFECTED bug [ LOP ]</title>
   <link>https://smaugmuds.afkmods.com/topic/isaffected-bug--lop--4832/&amp;p=23658#p23658</link>
   <description>I am messing around with LOP codebase and noticed... when I added a new skill to LOP in skills.c This skill checked with IS_AFFECTED to see if the affect was there. It didn&#039;t recognize the affect. I worked around this using if is_affected( ch, gsn_sn ) </description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/isaffected-bug--lop--4832/&amp;p=23658#p23658</guid>
   <pubDate>Sun, 23 Oct 2016 12:46:52 CDT</pubDate>
   <category>LoP Codebase</category>
   <author>nobody@example.com (Vladaar)</author>
  </item>
  <item>
   <title>Compiling Lop 1.44b, errors.</title>
   <link>https://smaugmuds.afkmods.com/topic/compiling-lop-144b-errors-4791/&amp;p=23515#p23515</link>
   <description>Can you post your function for int countlangs in act_comm.c? what compiler and version will also be helpful, thanks :)</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/compiling-lop-144b-errors-4791/&amp;p=23515#p23515</guid>
   <pubDate>Mon, 17 Nov 2014 15:12:36 CST</pubDate>
   <category>LoP Codebase</category>
   <author>nobody@example.com (Remcon)</author>
  </item>
  <item>
   <title>Compiling Lop 1.44b, errors.</title>
   <link>https://smaugmuds.afkmods.com/topic/compiling-lop-144b-errors-4791/&amp;p=23514#p23514</link>
   <description>Hi! Someone can help me? Compiling o/act_comm.o.... In file included from act_comm.c:25:0: act_comm.c: En la funci&amp;Atilde;&amp;sup3;n &amp;acirc;&amp;euro;&amp;tilde;int countlangs(EXT_BV)&amp;acirc;&amp;euro;&amp;trade;: h/mud.h:1731:41: error: expected primary-expression before &amp;acirc;&amp;euro;&amp;tilde;)&amp;acirc;&amp;euro;&amp;trade; token #define xIS_SET( var, bit )       ( (var).bits[(bit) &amp;gt;&amp;gt; RSV] &amp;amp; 1 &amp;lt;&amp;lt; ( (bit) &amp;amp; XBM ) ) ^ act_comm.c:2248:11: nota: in expansion of macro &amp;acirc;&amp;euro;&amp;tilde;xIS_SET&amp;acirc;&amp;euro;&amp;trade; if( xIS_SET( languages, lang_array[loop</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/compiling-lop-144b-errors-4791/&amp;p=23514#p23514</guid>
   <pubDate>Sun, 16 Nov 2014 19:28:56 CST</pubDate>
   <category>LoP Codebase</category>
   <author>nobody@example.com (Gunner)</author>
  </item>
  <item>
   <title>minor bug boards.c do_bset</title>
   <link>https://smaugmuds.afkmods.com/topic/minor-bug-boardsc-dobset-4781/&amp;p=23451#p23451</link>
   <description>[code] if( !str_cmp( arg2, &amp;quot;post&amp;quot; ) ) { board-&amp;gt;min_post_level = URANGE( 0, value, ( PERM_MAX - 1 ) ); write_boards_txt( ); ch_printf( ch, &amp;quot;Post set to %s. (minimum posting level)\r\n&amp;quot;, perms_flag[board-&amp;gt;min_post_level] ); return; } if( !str_cmp( arg2, &amp;quot;remove&amp;quot; ) ) { board-&amp;gt;min_remove_level = URANGE( 0, value, ( PERM_MAX - 1 ) ); write_boards_txt( ); ch_printf( ch, &amp;quot;Remove set to %s. (minimum remove level)\r\n&amp;quot;, perms_flag[boa</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/minor-bug-boardsc-dobset-4781/&amp;p=23451#p23451</guid>
   <pubDate>Fri, 25 Jul 2014 15:35:21 CDT</pubDate>
   <category>LoP Codebase</category>
   <author>nobody@example.com (Remcon)</author>
  </item>
  <item>
   <title>minor bug boards.c do_bset</title>
   <link>https://smaugmuds.afkmods.com/topic/minor-bug-boardsc-dobset-4781/&amp;p=23450#p23450</link>
   <description>Hello, Just was reviewing the boards.c file and noticed that there are a %s that should be %d. That is for when bset remove and bset post is issued I believe.</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/minor-bug-boardsc-dobset-4781/&amp;p=23450#p23450</guid>
   <pubDate>Fri, 25 Jul 2014 00:12:21 CDT</pubDate>
   <category>LoP Codebase</category>
   <author>nobody@example.com (Guest)</author>
  </item>
  <item>
   <title>Account system ideas</title>
   <link>https://smaugmuds.afkmods.com/topic/account-system-ideas-4751/&amp;p=23404#p23404</link>
   <description>been busy, but ill get to it, I had a little time this past weekend but got the smaugfuss updated some during that lol</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/account-system-ideas-4751/&amp;p=23404#p23404</guid>
   <pubDate>Wed, 4 Dec 2013 22:31:17 CST</pubDate>
   <category>LoP Codebase</category>
   <author>nobody@example.com (Remcon)</author>
  </item>
  <item>
   <title>Account system ideas</title>
   <link>https://smaugmuds.afkmods.com/topic/account-system-ideas-4751/&amp;p=23403#p23403</link>
   <description>how is this going?</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/account-system-ideas-4751/&amp;p=23403#p23403</guid>
   <pubDate>Wed, 4 Dec 2013 17:08:31 CST</pubDate>
   <category>LoP Codebase</category>
   <author>nobody@example.com (dbna2)</author>
  </item>
  <item>
   <title>Account system ideas</title>
   <link>https://smaugmuds.afkmods.com/topic/account-system-ideas-4751/&amp;p=23391#p23391</link>
   <description>well i mean you always have to login to your account before accessing characters. simple to make it send them there lol. No upper limit it defaults to 5 but can be set by an immortal. Not to bad of a login screen, I just kind of tossed that in for the time being lol.</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/account-system-ideas-4751/&amp;p=23391#p23391</guid>
   <pubDate>Wed, 13 Nov 2013 18:29:58 CST</pubDate>
   <category>LoP Codebase</category>
   <author>nobody@example.com (Remcon)</author>
  </item>
 </channel>
</rss>
