<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=3860" rel="self" type="application/rss+xml" />
  <title>SmaugMuds - Topic: Housing ::crackle::</title>
  <link>https://smaugmuds.afkmods.com/index.php?a=rssfeed&amp;t=3860</link>
  <description>The largest Smaug community resource site. - Being curious...</description>
  <language>en</language>
  <generator>SmaugMuds</generator>
  <ttl>60</ttl>
  <item>
   <title>Housing ::crackle::</title>
   <link>https://smaugmuds.afkmods.com/topic/housing-crackle-3860/&amp;p=19319#p19319</link>
   <description>[quote] [quote] The next Problem is house.c:1658: warning: passing argument 1 of &#039;delete_reset&#039; from incompatible pointer type [code] for ( mreset = addloc-&amp;gt;first_reset; mreset; mreset = mreset_next ) { mreset_next = mreset-&amp;gt;next; delete_reset( addloc-&amp;gt;area, mreset ); } [/code] so I what I did was make it read [code] for ( mreset = addloc-&amp;gt;first_reset; mres</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/housing-crackle-3860/&amp;p=19319#p19319</guid>
   <pubDate>Fri, 23 Oct 2009 18:43:31 CDT</pubDate>
   <category>Smaug Snippets</category>
   <author>nobody@example.com (dbna2)</author>
  </item>
  <item>
   <title>Housing ::crackle::</title>
   <link>https://smaugmuds.afkmods.com/topic/housing-crackle-3860/&amp;p=19318#p19318</link>
   <description>[quote] so I made [code] for ( mreset = location-&amp;gt;area-&amp;gt;first_reset; mreset; mreset = mreset_next ) { mreset_next = mreset-&amp;gt;next; if ( is_room_reset( mreset, location, location-&amp;gt;area ) ) delete_reset( location-&amp;gt;area, mreset ); } [/code] to just be [code] wipe_resets( location ); [/code] Is that what you ment?  [/quote] Yes thats what I ment. [quote] The next Problem is house.c:1658: warning: passing argument 1 of &#039;delete_reset&#039; from incompatible </description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/housing-crackle-3860/&amp;p=19318#p19318</guid>
   <pubDate>Fri, 23 Oct 2009 18:36:04 CDT</pubDate>
   <category>Smaug Snippets</category>
   <author>nobody@example.com (Remcon)</author>
  </item>
  <item>
   <title>Housing ::crackle::</title>
   <link>https://smaugmuds.afkmods.com/topic/housing-crackle-3860/&amp;p=19317#p19317</link>
   <description>And the last error was.  house.c:1774: error: too few arguments to function &#039;make_room&#039; [code] if ( (get_room_index( i )) == NULL ) { if ( (addloc = make_room(i)) == NULL) return FALSE; break; } } [/code] so I made this [code] if ( (get_room_index( i )) == NULL ) { if ( (addloc = make_r</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/housing-crackle-3860/&amp;p=19317#p19317</guid>
   <pubDate>Fri, 23 Oct 2009 18:23:36 CDT</pubDate>
   <category>Smaug Snippets</category>
   <author>nobody@example.com (dbna2)</author>
  </item>
  <item>
   <title>Housing ::crackle::</title>
   <link>https://smaugmuds.afkmods.com/topic/housing-crackle-3860/&amp;p=19316#p19316</link>
   <description>The next Problem is house.c:1658: warning: passing argument 1 of &#039;delete_reset&#039; from incompatible pointer type [code] for ( mreset = addloc-&amp;gt;first_reset; mreset; mreset = mreset_next ) { mreset_next = mreset-&amp;gt;next; delete_reset( addloc-&amp;gt;area, mreset ); } [/code] so I what I did was make it read [code] for ( mreset = addloc-&amp;gt;first_reset; mreset; mreset =</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/housing-crackle-3860/&amp;p=19316#p19316</guid>
   <pubDate>Fri, 23 Oct 2009 18:19:42 CDT</pubDate>
   <category>Smaug Snippets</category>
   <author>nobody@example.com (dbna2)</author>
  </item>
  <item>
   <title>Housing ::crackle::</title>
   <link>https://smaugmuds.afkmods.com/topic/housing-crackle-3860/&amp;p=19315#p19315</link>
   <description>so I made [code] for ( mreset = location-&amp;gt;area-&amp;gt;first_reset; mreset; mreset = mreset_next ) { mreset_next = mreset-&amp;gt;next; if ( is_room_reset( mreset, location, location-&amp;gt;area ) ) delete_reset( location-&amp;gt;area, mreset ); }[/code] to just be  [code] wipe_resets( location ); [/code] Is that what you ment?</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/housing-crackle-3860/&amp;p=19315#p19315</guid>
   <pubDate>Fri, 23 Oct 2009 18:11:06 CDT</pubDate>
   <category>Smaug Snippets</category>
   <author>nobody@example.com (dbna2)</author>
  </item>
  <item>
   <title>Housing ::crackle::</title>
   <link>https://smaugmuds.afkmods.com/topic/housing-crackle-3860/&amp;p=19314#p19314</link>
   <description>Good point kayle but sometimes have to at least point them in the right direction. Ok, so on to what are the problems your having.... I recall someone saying there was a problem with is_room_reset being undefined. The reason being that resets are room based now instead of area based. From what I can tell of the housing snippet (once I found it, thanks for pointing out there was a link to it in one of the earlier post), you could just skip doing the whole little part that has the is_room_rese</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/housing-crackle-3860/&amp;p=19314#p19314</guid>
   <pubDate>Fri, 23 Oct 2009 16:51:03 CDT</pubDate>
   <category>Smaug Snippets</category>
   <author>nobody@example.com (Remcon)</author>
  </item>
  <item>
   <title>Housing ::crackle::</title>
   <link>https://smaugmuds.afkmods.com/topic/housing-crackle-3860/&amp;p=19313#p19313</link>
   <description>It&#039;s really not all that difficult to learn the resets and update the snippet for yourself. It&#039;s also probably better in the long run as you&#039;ll actually understand the code, and be able to trouble shoot it yourself.</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/housing-crackle-3860/&amp;p=19313#p19313</guid>
   <pubDate>Fri, 23 Oct 2009 15:14:42 CDT</pubDate>
   <category>Smaug Snippets</category>
   <author>nobody@example.com (InfiniteAxis)</author>
  </item>
  <item>
   <title>Housing ::crackle::</title>
   <link>https://smaugmuds.afkmods.com/topic/housing-crackle-3860/&amp;p=19312#p19312</link>
   <description> [quote=Findecano]A real old one... one for 1.4a Smaug I believe. Thats why im wondering if anyone has a more up todate version of it? One possible that is a little less buggy for SmaugFUSS? heh. http://www.mudbytes.net/index.php?a=files&amp;amp;s=viewfile&amp;amp;fid=2399[/quote]</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/housing-crackle-3860/&amp;p=19312#p19312</guid>
   <pubDate>Fri, 23 Oct 2009 15:06:39 CDT</pubDate>
   <category>Smaug Snippets</category>
   <author>nobody@example.com (dbna2)</author>
  </item>
  <item>
   <title>Housing ::crackle::</title>
   <link>https://smaugmuds.afkmods.com/topic/housing-crackle-3860/&amp;p=19311#p19311</link>
   <description>Umm it&#039;s the same one posted at the beginning of this thread</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/housing-crackle-3860/&amp;p=19311#p19311</guid>
   <pubDate>Fri, 23 Oct 2009 15:06:09 CDT</pubDate>
   <category>Smaug Snippets</category>
   <author>nobody@example.com (dbna2)</author>
  </item>
  <item>
   <title>Housing ::crackle::</title>
   <link>https://smaugmuds.afkmods.com/topic/housing-crackle-3860/&amp;p=19310#p19310</link>
   <description>Well mind telling me what house code you have and where to find it? lol can&#039;t update what I can&#039;t find lol.</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/housing-crackle-3860/&amp;p=19310#p19310</guid>
   <pubDate>Fri, 23 Oct 2009 14:02:26 CDT</pubDate>
   <category>Smaug Snippets</category>
   <author>nobody@example.com (Remcon)</author>
  </item>
 </channel>
</rss>
