<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=1331" rel="self" type="application/rss+xml" />
  <title>SmaugMuds - Topic: Connect code not working</title>
  <link>https://smaugmuds.afkmods.com/index.php?a=rssfeed&amp;t=1331</link>
  <description>The largest Smaug community resource site. - I believe...</description>
  <language>en</language>
  <generator>SmaugMuds</generator>
  <ttl>60</ttl>
  <item>
   <title>Connect code not working</title>
   <link>https://smaugmuds.afkmods.com/topic/connect-code-not-working-1331/&amp;p=5110#p5110</link>
   <description>[quote=ryan_rae]Here is the stats for the 3 objects, this is for trouble shooting. When I looked at the code, nothing stood out to me.  That doesn&#039;t say much, I am used to &amp;quot;C++&amp;quot; not &amp;quot;C&amp;quot;[/quote] Are you sure you&#039;d looked at the code? I ask because one of the whole points of AFKMud 2.0 was that it&#039;d been converted to C++ and no longer is written in C.</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/connect-code-not-working-1331/&amp;p=5110#p5110</guid>
   <pubDate>Sat, 13 Jan 2007 17:06:02 CST</pubDate>
   <category>AFKMud Support &amp; Development</category>
   <author>nobody@example.com (Conner)</author>
  </item>
  <item>
   <title>Connect code not working</title>
   <link>https://smaugmuds.afkmods.com/topic/connect-code-not-working-1331/&amp;p=5109#p5109</link>
   <description>Fix posted.</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/connect-code-not-working-1331/&amp;p=5109#p5109</guid>
   <pubDate>Sat, 13 Jan 2007 16:37:35 CST</pubDate>
   <category>AFKMud Support &amp; Development</category>
   <author>nobody@example.com (Samson)</author>
  </item>
  <item>
   <title>Connect code not working</title>
   <link>https://smaugmuds.afkmods.com/topic/connect-code-not-working-1331/&amp;p=5099#p5099</link>
   <description>Here is the stats for the 3 objects, this is for trouble shooting. When I looked at the code, nothing stood out to me. That doesn&#039;t say much, I am used to &amp;quot;C++&amp;quot; not &amp;quot;C&amp;quot; First Item: |Name   : iron rod |Short  : a small odd looking iron rod |Long   : a small odd looking iron rod lies here. |Area   : Institute of the Novice |Vnum   :  1018 |Type  :         piece |Count     : 001 |Gcount: 001 |Number : 01/01 |Weight:     0001/0001 |Wear_loc  : -01 |Layers: 0 |Cost   :     0 |Ego*  :     </description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/connect-code-not-working-1331/&amp;p=5099#p5099</guid>
   <pubDate>Sat, 13 Jan 2007 00:15:03 CST</pubDate>
   <category>AFKMud Support &amp; Development</category>
   <author>nobody@example.com (Lazerous)</author>
  </item>
  <item>
   <title>Connect code not working</title>
   <link>https://smaugmuds.afkmods.com/topic/connect-code-not-working-1331/&amp;p=5098#p5098</link>
   <description>The man file is most useful for seeing what the options are, but basically the grep command uses the syntax of: grep &#039;search term&#039; &amp;lt;options&amp;gt; &amp;lt;files to search&amp;gt;</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/connect-code-not-working-1331/&amp;p=5098#p5098</guid>
   <pubDate>Fri, 12 Jan 2007 23:19:36 CST</pubDate>
   <category>AFKMud Support &amp; Development</category>
   <author>nobody@example.com (Conner)</author>
  </item>
  <item>
   <title>Connect code not working</title>
   <link>https://smaugmuds.afkmods.com/topic/connect-code-not-working-1331/&amp;p=5095#p5095</link>
   <description>Thanks for the info, but conner, as I said above, the man file was ambiguous at best, was hardly any help. It was not written very clearly. That was why I asked such a dumb question. I did a search on google, but well it was less then helpfull.</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/connect-code-not-working-1331/&amp;p=5095#p5095</guid>
   <pubDate>Fri, 12 Jan 2007 19:46:04 CST</pubDate>
   <category>AFKMud Support &amp; Development</category>
   <author>nobody@example.com (Lazerous)</author>
  </item>
  <item>
   <title>Connect code not working</title>
   <link>https://smaugmuds.afkmods.com/topic/connect-code-not-working-1331/&amp;p=5094#p5094</link>
   <description>And if you want it to show line numbers for each file as well, try it as: grep do_connect -n * while you&#039;re at it, another command that could be immensely helpful would be: man grep</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/connect-code-not-working-1331/&amp;p=5094#p5094</guid>
   <pubDate>Fri, 12 Jan 2007 17:47:50 CST</pubDate>
   <category>AFKMud Support &amp; Development</category>
   <author>nobody@example.com (Conner)</author>
  </item>
  <item>
   <title>Connect code not working</title>
   <link>https://smaugmuds.afkmods.com/topic/connect-code-not-working-1331/&amp;p=5093#p5093</link>
   <description>Basic grep for this situation: While in src, grep do_connect *.c The output should show anywhere that do_connect shows up in text. It may not necessarily be right because there might be a comment somewhere that mentions it, but it should be obvious when that happens.</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/connect-code-not-working-1331/&amp;p=5093#p5093</guid>
   <pubDate>Fri, 12 Jan 2007 16:28:26 CST</pubDate>
   <category>AFKMud Support &amp; Development</category>
   <author>nobody@example.com (Samson)</author>
  </item>
  <item>
   <title>Connect code not working</title>
   <link>https://smaugmuds.afkmods.com/topic/connect-code-not-working-1331/&amp;p=5092#p5092</link>
   <description>K well no I didnt add it in, its an afkud 2.0 I am using. Samson said he will look into, that&#039;s enough for me, but could someone give me the syntax on the grep command as per what I asked on it?</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/connect-code-not-working-1331/&amp;p=5092#p5092</guid>
   <pubDate>Fri, 12 Jan 2007 16:00:31 CST</pubDate>
   <category>AFKMud Support &amp; Development</category>
   <author>nobody@example.com (Lazerous)</author>
  </item>
  <item>
   <title>Connect code not working</title>
   <link>https://smaugmuds.afkmods.com/topic/connect-code-not-working-1331/&amp;p=5091#p5091</link>
   <description>Here it is in misc.cpp on the 2.0 version I believe. [code]   /* * check to see if the pieces connect  */ if( first_ob-&amp;gt;value[0] == second_ob-&amp;gt;pIndexData-&amp;gt;vnum &amp;amp;&amp;amp; second_ob-&amp;gt;value[0] == first_ob-&amp;gt;pIndexData-&amp;gt;vnum ) { /* * good connection   */ if( !( new_ob = get_obj_index( first_ob-&amp;gt;value[2] )-&amp;gt;create_object( ch-&amp;gt;level ) ) ) { log_printf( &amp;quot;create_object: %s:%s, line %d.&amp;quot;, __FILE__, __FUNCTION__, __LINE__ ); return; </description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/connect-code-not-working-1331/&amp;p=5091#p5091</guid>
   <pubDate>Fri, 12 Jan 2007 15:11:26 CST</pubDate>
   <category>AFKMud Support &amp; Development</category>
   <author>nobody@example.com (tphegley)</author>
  </item>
  <item>
   <title>Connect code not working</title>
   <link>https://smaugmuds.afkmods.com/topic/connect-code-not-working-1331/&amp;p=5090#p5090</link>
   <description>AFKMud comes with the item connection code built in. But I&#039;ll look into the problem when I get a chance.</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/connect-code-not-working-1331/&amp;p=5090#p5090</guid>
   <pubDate>Fri, 12 Jan 2007 14:12:19 CST</pubDate>
   <category>AFKMud Support &amp; Development</category>
   <author>nobody@example.com (Samson)</author>
  </item>
 </channel>
</rss>
