<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
 <channel>
  <title>SmaugMuds.org - Forum: Smaug Snippets</title>
  <link>http://www.smaugmuds.org/index.php?a=rssfeed&amp;f=23</link>
  <description>The largest Smaug community resource site. - For discussions relating to Smaug snippets that have been released through this site.
For issues pertaining to a specific codebase, please post in the appropriate forum.</description>
  <language>en</language>
  <generator>SmaugMuds.org</generator>
  <ttl>60</ttl>
  <item>
 <title>Overland</title>
 <link>http://www.smaugmuds.org/index.php?a=topic&amp;t=4443&amp;p=20888#p20888</link>
 <description>I'm not really sure where to put this, but I'm curious as to if the Overland version that requires libgd is something that has to be done on a C++ overland system or if you can take the current overland snippet and update it to allow it. I'm not familiar with the system (yet), but due to a new project, it seems we're going to be using it. I booted up AFK to play around with and show everyone and they're really excited, so before I start I wanted to ask.</description>
 <guid isPermaLink="true">http://www.smaugmuds.org/index.php?a=topic&amp;t=4443&amp;p=20888#p20888</guid>
 <pubDate>Sun, 1 Aug 2010 20:40:40 PDT</pubDate>
 <category>Smaug Snippets</category>
 <author>nobody@example.com (Keirath)</author>
</item>
<item>
 <title>AFK MySQL Helpfiles Update</title>
 <link>http://www.smaugmuds.org/index.php?a=topic&amp;t=4229&amp;p=20070#p20070</link>
 <description>I'm mainly interested in just looking at how your SQL stuff works :P&lt;br /&gt;
&lt;br /&gt;
We're working on my SWR to add SQL and the first thing we've done is changes code. We used the SQL stuff from AFK. </description>
 <guid isPermaLink="true">http://www.smaugmuds.org/index.php?a=topic&amp;t=4229&amp;p=20070#p20070</guid>
 <pubDate>Tue, 9 Feb 2010 13:26:04 PST</pubDate>
 <category>Smaug Snippets</category>
 <author>nobody@example.com (Keirath)</author>
</item>
<item>
 <title>AFK MySQL Helpfiles Update</title>
 <link>http://www.smaugmuds.org/index.php?a=topic&amp;t=4229&amp;p=20069#p20069</link>
 <description>I'm not sure if it makes any difference or not, but it was packaged with the Windows version of 7zip, 4.65. You're using the beta which is currently at 9.10 according to their site. Maybe that needs to be updated?&lt;br /&gt;
&lt;br /&gt;
Otherwise you should be able to use the Windows version to extract the files and then just upload the help.cpp file from there.</description>
 <guid isPermaLink="true">http://www.smaugmuds.org/index.php?a=topic&amp;t=4229&amp;p=20069#p20069</guid>
 <pubDate>Tue, 9 Feb 2010 12:59:17 PST</pubDate>
 <category>Smaug Snippets</category>
 <author>nobody@example.com (Samson)</author>
</item>
<item>
 <title>AFK MySQL Helpfiles Update</title>
 <link>http://www.smaugmuds.org/index.php?a=topic&amp;t=4229&amp;p=20068#p20068</link>
 <description>I just downloaded the snippet. I can't get it to unzip. I've got 7zip and everything installed but I'm getting:&lt;br /&gt;
&lt;br /&gt;
[code]p7zip -d afk*.7z&lt;br /&gt;
&lt;br /&gt;
7-Zip (A) 9.04 beta  Copyright (c) 1999-2009 Igor Pavlov  2009-05-30&lt;br /&gt;
p7zip Version 9.04 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,2 CPUs)&lt;br /&gt;
&lt;br /&gt;
Processing archive: afkmud-mysql-helpfiles.7z&lt;br /&gt;
&lt;br /&gt;
Error: Can not open file as archive&lt;br /&gt;
[/code]</description>
 <guid isPermaLink="true">http://www.smaugmuds.org/index.php?a=topic&amp;t=4229&amp;p=20068#p20068</guid>
 <pubDate>Tue, 9 Feb 2010 11:29:49 PST</pubDate>
 <category>Smaug Snippets</category>
 <author>nobody@example.com (Keirath)</author>
</item>
<item>
 <title>AFK MySQL Helpfiles Update</title>
 <link>http://www.smaugmuds.org/index.php?a=topic&amp;t=4229&amp;p=19520#p19520</link>
 <description>Kayle found a bug while working with the helpfile system designed for AFKMud and MySQL, so an update was uploaded tonight. One of the SQL queries in the do_hset command was missing the part of the SELECT statement that told it which table to select from. Which SQL buffs will tell you is rather important :)</description>
 <guid isPermaLink="true">http://www.smaugmuds.org/index.php?a=topic&amp;t=4229&amp;p=19520#p19520</guid>
 <pubDate>Tue, 8 Dec 2009 23:45:11 PST</pubDate>
 <category>Smaug Snippets</category>
 <author>nobody@example.com (Samson)</author>
</item>
<item>
 <title>Housing ::crackle::</title>
 <link>http://www.smaugmuds.org/index.php?a=topic&amp;t=3860&amp;p=19319#p19319</link>
 <description>[quote]&lt;br /&gt;
[quote]&lt;br /&gt;
The next Problem is&lt;br /&gt;
&lt;br /&gt;
house.c:1658: warning: passing argument 1 of 'delete_reset' from incompatible pointer type&lt;br /&gt;
[code]&lt;br /&gt;
       for ( mreset = addloc-&gt;first_reset; mreset; mreset = mreset_next )&lt;br /&gt;
                        {&lt;br /&gt;
                                mreset_next = mreset-&gt;next;&lt;br /&gt;
                                delete_reset( addloc-&gt;area, mreset );&lt;br /&gt;
                        }&lt;br /&gt;
[/code]&lt;br /&gt;
so I what I did was make it read&lt;br /&gt;
[code]&lt;br /&gt;
       for ( mreset = addloc-&gt;first_reset; mres</description>
 <guid isPermaLink="true">http://www.smaugmuds.org/index.php?a=topic&amp;t=3860&amp;p=19319#p19319</guid>
 <pubDate>Fri, 23 Oct 2009 16:43:31 PDT</pubDate>
 <category>Smaug Snippets</category>
 <author>nobody@example.com (dbna2)</author>
</item>
<item>
 <title>Housing ::crackle::</title>
 <link>http://www.smaugmuds.org/index.php?a=topic&amp;t=3860&amp;p=19318#p19318</link>
 <description>[quote]&lt;br /&gt;
 so I made&lt;br /&gt;
[code]&lt;br /&gt;
	 for ( mreset = location-&gt;area-&gt;first_reset; mreset; mreset = mreset_next )&lt;br /&gt;
	 {&lt;br /&gt;
		 mreset_next = mreset-&gt;next;&lt;br /&gt;
&lt;br /&gt;
		 if ( is_room_reset( mreset, location, location-&gt;area ) )&lt;br /&gt;
			 delete_reset( location-&gt;area, mreset );&lt;br /&gt;
&lt;br /&gt;
	 }&lt;br /&gt;
[/code]&lt;br /&gt;
to just be&lt;br /&gt;
[code]&lt;br /&gt;
    wipe_resets( location );&lt;br /&gt;
[/code]&lt;br /&gt;
&lt;br /&gt;
Is that what you ment? &lt;br /&gt;
[/quote]&lt;br /&gt;
Yes thats what I ment.&lt;br /&gt;
&lt;br /&gt;
[quote]&lt;br /&gt;
The next Problem is&lt;br /&gt;
&lt;br /&gt;
house.c:1658: warning: passing argument 1 of 'delete_reset' from incompatible </description>
 <guid isPermaLink="true">http://www.smaugmuds.org/index.php?a=topic&amp;t=3860&amp;p=19318#p19318</guid>
 <pubDate>Fri, 23 Oct 2009 16:36:04 PDT</pubDate>
 <category>Smaug Snippets</category>
 <author>nobody@example.com (Remcon)</author>
</item>
<item>
 <title>Housing ::crackle::</title>
 <link>http://www.smaugmuds.org/index.php?a=topic&amp;t=3860&amp;p=19317#p19317</link>
 <description>And the last error was. &lt;br /&gt;
house.c:1774: error: too few arguments to function 'make_room'&lt;br /&gt;
&lt;br /&gt;
[code]&lt;br /&gt;
&lt;br /&gt;
              if ( (get_room_index( i )) == NULL )&lt;br /&gt;
                {&lt;br /&gt;
                        if ( (addloc = make_room(i)) == NULL)&lt;br /&gt;
                                return FALSE;&lt;br /&gt;
&lt;br /&gt;
                        break;&lt;br /&gt;
                }&lt;br /&gt;
        }&lt;br /&gt;
[/code]&lt;br /&gt;
&lt;br /&gt;
so I made this&lt;br /&gt;
&lt;br /&gt;
[code]&lt;br /&gt;
              if ( (get_room_index( i )) == NULL )&lt;br /&gt;
                {&lt;br /&gt;
                        if ( (addloc = make_r</description>
 <guid isPermaLink="true">http://www.smaugmuds.org/index.php?a=topic&amp;t=3860&amp;p=19317#p19317</guid>
 <pubDate>Fri, 23 Oct 2009 16:23:36 PDT</pubDate>
 <category>Smaug Snippets</category>
 <author>nobody@example.com (dbna2)</author>
</item>
<item>
 <title>Housing ::crackle::</title>
 <link>http://www.smaugmuds.org/index.php?a=topic&amp;t=3860&amp;p=19316#p19316</link>
 <description>The next Problem is&lt;br /&gt;
&lt;br /&gt;
house.c:1658: warning: passing argument 1 of 'delete_reset' from incompatible pointer type&lt;br /&gt;
&lt;br /&gt;
[code]&lt;br /&gt;
       for ( mreset = addloc-&gt;first_reset; mreset; mreset = mreset_next )&lt;br /&gt;
                        {&lt;br /&gt;
                                mreset_next = mreset-&gt;next;&lt;br /&gt;
                                delete_reset( addloc-&gt;area, mreset );&lt;br /&gt;
                        }&lt;br /&gt;
[/code]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
so I what I did was make it read&lt;br /&gt;
[code]&lt;br /&gt;
       for ( mreset = addloc-&gt;first_reset; mreset; mreset =</description>
 <guid isPermaLink="true">http://www.smaugmuds.org/index.php?a=topic&amp;t=3860&amp;p=19316#p19316</guid>
 <pubDate>Fri, 23 Oct 2009 16:19:42 PDT</pubDate>
 <category>Smaug Snippets</category>
 <author>nobody@example.com (dbna2)</author>
</item>
<item>
 <title>Housing ::crackle::</title>
 <link>http://www.smaugmuds.org/index.php?a=topic&amp;t=3860&amp;p=19315#p19315</link>
 <description>so I made&lt;br /&gt;
&lt;br /&gt;
[code]&lt;br /&gt;
	 for ( mreset = location-&gt;area-&gt;first_reset; mreset; mreset = mreset_next )&lt;br /&gt;
	 {&lt;br /&gt;
		 mreset_next = mreset-&gt;next;&lt;br /&gt;
&lt;br /&gt;
		 if ( is_room_reset( mreset, location, location-&gt;area ) )&lt;br /&gt;
			 delete_reset( location-&gt;area, mreset );&lt;br /&gt;
&lt;br /&gt;
	 }[/code]&lt;br /&gt;
to just be &lt;br /&gt;
[code]&lt;br /&gt;
    wipe_resets( location );&lt;br /&gt;
[/code]&lt;br /&gt;
&lt;br /&gt;
Is that what you ment?</description>
 <guid isPermaLink="true">http://www.smaugmuds.org/index.php?a=topic&amp;t=3860&amp;p=19315#p19315</guid>
 <pubDate>Fri, 23 Oct 2009 16:11:06 PDT</pubDate>
 <category>Smaug Snippets</category>
 <author>nobody@example.com (dbna2)</author>
</item>

 </channel>
</rss>
