<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=3554" rel="self" type="application/rss+xml" />
  <title>SmaugMuds - Topic: Connection Code</title>
  <link>https://smaugmuds.afkmods.com/index.php?a=rssfeed&amp;t=3554</link>
  <description>The largest Smaug community resource site. - </description>
  <language>en</language>
  <generator>SmaugMuds</generator>
  <ttl>60</ttl>
  <item>
   <title>Connection Code</title>
   <link>https://smaugmuds.afkmods.com/topic/connection-code-3554/&amp;p=22407#p22407</link>
   <description>Found it @ http://www.mudbytes.net/file-569</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/connection-code-3554/&amp;p=22407#p22407</guid>
   <pubDate>Wed, 25 Apr 2012 05:49:03 CDT</pubDate>
   <category>Smaug Snippets</category>
   <author>nobody@example.com (Raine)</author>
  </item>
  <item>
   <title>Connection Code</title>
   <link>https://smaugmuds.afkmods.com/topic/connection-code-3554/&amp;p=22406#p22406</link>
   <description>Was the connection code removed from the site? I am unable to locate it anymore. If it was can I find it in another location?</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/connection-code-3554/&amp;p=22406#p22406</guid>
   <pubDate>Tue, 24 Apr 2012 22:18:50 CDT</pubDate>
   <category>Smaug Snippets</category>
   <author>nobody@example.com (Raine)</author>
  </item>
  <item>
   <title>Connection Code</title>
   <link>https://smaugmuds.afkmods.com/topic/connection-code-3554/&amp;p=16097#p16097</link>
   <description>Thanks much =], works like a charm!</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/connection-code-3554/&amp;p=16097#p16097</guid>
   <pubDate>Wed, 5 Nov 2008 21:07:56 CST</pubDate>
   <category>Smaug Snippets</category>
   <author>nobody@example.com (Raine)</author>
  </item>
  <item>
   <title>Connection Code</title>
   <link>https://smaugmuds.afkmods.com/topic/connection-code-3554/&amp;p=16096#p16096</link>
   <description>You&#039;ll need to change [code]void do_connect( CHAR_DATA *ch, char *argument )[/code] to [code]void do_connect( CHAR_DATA *ch, const char *argument )[/code] If changing this produces extra errors, post the function and the list of errors for me, and I&#039;ll explain what needs to be changed, and attempt to explain why. If I can&#039;t explain it, I&#039;m sure DavidHaley can.</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/connection-code-3554/&amp;p=16096#p16096</guid>
   <pubDate>Wed, 5 Nov 2008 07:57:06 CST</pubDate>
   <category>Smaug Snippets</category>
   <author>nobody@example.com (InfiniteAxis)</author>
  </item>
  <item>
   <title>Connection Code</title>
   <link>https://smaugmuds.afkmods.com/topic/connection-code-3554/&amp;p=16094#p16094</link>
   <description>[code] DECLARE_DO_FUN( do_config ); [b]DECLARE_DO_FUN( do_connect );[/b] DECLARE_DO_FUN( do_consider ); [/code] [code] [b]ITEM_PIECE[/b], ITEM_EMPTY2, [/code] Am I missing anything else? Both are in mud.h</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/connection-code-3554/&amp;p=16094#p16094</guid>
   <pubDate>Wed, 5 Nov 2008 05:11:20 CST</pubDate>
   <category>Smaug Snippets</category>
   <author>nobody@example.com (Raine)</author>
  </item>
  <item>
   <title>Connection Code</title>
   <link>https://smaugmuds.afkmods.com/topic/connection-code-3554/&amp;p=16093#p16093</link>
   <description>Did you add the correct line to mud.h?</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/connection-code-3554/&amp;p=16093#p16093</guid>
   <pubDate>Tue, 4 Nov 2008 22:31:42 CST</pubDate>
   <category>Smaug Snippets</category>
   <author>nobody@example.com (Zeno)</author>
  </item>
  <item>
   <title>Connection Code</title>
   <link>https://smaugmuds.afkmods.com/topic/connection-code-3554/&amp;p=16092#p16092</link>
   <description>SMAUGFUSS 1.9</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/connection-code-3554/&amp;p=16092#p16092</guid>
   <pubDate>Tue, 4 Nov 2008 19:01:53 CST</pubDate>
   <category>Smaug Snippets</category>
   <author>nobody@example.com (Raine)</author>
  </item>
  <item>
   <title>Connection Code</title>
   <link>https://smaugmuds.afkmods.com/topic/connection-code-3554/&amp;p=16091#p16091</link>
   <description>You need to tell us what codebase you are using.</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/connection-code-3554/&amp;p=16091#p16091</guid>
   <pubDate>Tue, 4 Nov 2008 17:05:49 CST</pubDate>
   <category>Smaug Snippets</category>
   <author>nobody@example.com (Zeno)</author>
  </item>
  <item>
   <title>Connection Code</title>
   <link>https://smaugmuds.afkmods.com/topic/connection-code-3554/&amp;p=16090#p16090</link>
   <description>Sorry to bring up this dead post but I have another problem Log: Raine: cedit connect create Log: [*****] BUG: Error locating do_connect in symbol table. smaug: undefined symbol: do_connect Command added. Code do_connect not found.  Set to no code. So... any idea of what I should do? Because last time I had this problem as it said above I didn&#039;t need to bother table.c and I&#039;m extremely lost... I just started coding again and any help would be GREATLY appreciated :) Thanks in advance!</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/connection-code-3554/&amp;p=16090#p16090</guid>
   <pubDate>Tue, 4 Nov 2008 13:02:37 CST</pubDate>
   <category>Smaug Snippets</category>
   <author>nobody@example.com (Raine)</author>
  </item>
  <item>
   <title>Connection Code</title>
   <link>https://smaugmuds.afkmods.com/topic/connection-code-3554/&amp;p=13924#p13924</link>
   <description>Just incase anyone has problems with this snippet in the future, when it says your flag is unknown, go into build.c and add it in the place of _empty1. That will solve that problem =]</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/connection-code-3554/&amp;p=13924#p13924</guid>
   <pubDate>Tue, 1 Jan 2008 17:26:37 CST</pubDate>
   <category>Smaug Snippets</category>
   <author>nobody@example.com (Raine)</author>
  </item>
 </channel>
</rss>
