<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=4912" rel="self" type="application/rss+xml" />
  <title>SmaugMuds - Topic: do_supplicate</title>
  <link>https://smaugmuds.afkmods.com/index.php?a=rssfeed&amp;t=4912</link>
  <description>The largest Smaug community resource site. - change return with continue</description>
  <language>en</language>
  <generator>SmaugMuds</generator>
  <ttl>60</ttl>
  <item>
   <title>do_supplicate</title>
   <link>https://smaugmuds.afkmods.com/topic/dosupplicate-4912/&amp;p=23969#p23969</link>
   <description>Nice catch, thank you for sharing the find and proposed fix!  :cool: </description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/dosupplicate-4912/&amp;p=23969#p23969</guid>
   <pubDate>Wed, 3 Feb 2021 23:19:44 CST</pubDate>
   <category>SmaugFUSS</category>
   <author>nobody@example.com (GatewaySysop)</author>
  </item>
  <item>
   <title>do_supplicate</title>
   <link>https://smaugmuds.afkmods.com/topic/dosupplicate-4912/&amp;p=23968#p23968</link>
   <description>I had begun to suspect we had two different codes under our eyes. Once with a friend of mine we spent a day talking, realizing only at the end that my code was completely different from his. I also don&#039;t use the smaugfuss 1.9.4, but when I notice something I say it here hoping it will be useful to someone. Goodbye see you soon.</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/dosupplicate-4912/&amp;p=23968#p23968</guid>
   <pubDate>Tue, 2 Feb 2021 15:42:37 CST</pubDate>
   <category>SmaugFUSS</category>
   <author>nobody@example.com (Matteo2303)</author>
  </item>
  <item>
   <title>do_supplicate</title>
   <link>https://smaugmuds.afkmods.com/topic/dosupplicate-4912/&amp;p=23967#p23967</link>
   <description>My bad I was looking at mine and I had long ago changed it lol. So I went and looked in SmaugFUSS1.9.4 and I see it has this [code] if( !str_cmp( arg, &amp;quot;corpse&amp;quot; ) ) { char buf2[MAX_STRING_LENGTH]; OBJ_DATA *obj; bool found; bool retr = FALSE; if( ch-&amp;gt;pcdata-&amp;gt;favor &amp;lt; ch-&amp;gt;pcdata-&amp;gt;deity-&amp;gt;scorpse ) { send_to_char( &amp;quot;You are not favored enough for a corpse retrieval.\r\n&amp;quot;, ch ); return; } if( xIS_SET( ch-&amp;gt;in_room-&amp;gt;</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/dosupplicate-4912/&amp;p=23967#p23967</guid>
   <pubDate>Tue, 2 Feb 2021 15:17:30 CST</pubDate>
   <category>SmaugFUSS</category>
   <author>nobody@example.com (Remcon)</author>
  </item>
  <item>
   <title>do_supplicate</title>
   <link>https://smaugmuds.afkmods.com/topic/dosupplicate-4912/&amp;p=23966#p23966</link>
   <description>[quote=Remcon]Ok, so in this situation you want it to check every object looking for your corpses and bring you all it can. I think you are hinting at if it fails to bring one then [color=darkred]it shouldn&#039;t charge you the fee?[/color] It&#039;s meant more of if it brings you any you pay the fee. If I recall correctly.[/quote] No, quite the opposite. In my opinion, if one or more body is recovered, the PC should pay. currently under certain conditions this does not happen. I suggest somethin</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/dosupplicate-4912/&amp;p=23966#p23966</guid>
   <pubDate>Tue, 2 Feb 2021 02:56:24 CST</pubDate>
   <category>SmaugFUSS</category>
   <author>nobody@example.com (Matteo2303)</author>
  </item>
  <item>
   <title>do_supplicate</title>
   <link>https://smaugmuds.afkmods.com/topic/dosupplicate-4912/&amp;p=23965#p23965</link>
   <description>Ok, so in this situation you want it to check every object looking for your corpses and bring you all it can. I think you are hinting at if it fails to bring one then it shouldn&#039;t charge you the fee? It&#039;s meant more of if it brings you any you pay the fee. If I recall correctly.</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/dosupplicate-4912/&amp;p=23965#p23965</guid>
   <pubDate>Mon, 1 Feb 2021 15:50:42 CST</pubDate>
   <category>SmaugFUSS</category>
   <author>nobody@example.com (Remcon)</author>
  </item>
  <item>
   <title>do_supplicate</title>
   <link>https://smaugmuds.afkmods.com/topic/dosupplicate-4912/&amp;p=23964#p23964</link>
   <description>[quote=Remcon]right, it is meant so that any corpse of yours that it can bring it will bring [color=yellow]all for the one set favor cost[/color]. It should continue on those places so it doesn&#039;t bring them but continue looking for other corpses. It uses the retr setting to know that it did find and bring you a corpse from somewhere.[/quote] I&#039;m very sorry. My English is so terrible that I have great difficulty both expressing myself and understanding. Imagine this situation. I die 3 time</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/dosupplicate-4912/&amp;p=23964#p23964</guid>
   <pubDate>Sun, 31 Jan 2021 06:30:58 CST</pubDate>
   <category>SmaugFUSS</category>
   <author>nobody@example.com (Matteo2303)</author>
  </item>
  <item>
   <title>do_supplicate</title>
   <link>https://smaugmuds.afkmods.com/topic/dosupplicate-4912/&amp;p=23963#p23963</link>
   <description>right, it is meant so that any corpse of yours that it can bring it will bring all for the one set favor cost. It should continue on those places so it doesn&#039;t bring them but continue looking for other corpses. It uses the retr setting to know that it did find and bring you a corpse from somewhere.</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/dosupplicate-4912/&amp;p=23963#p23963</guid>
   <pubDate>Wed, 27 Jan 2021 17:57:30 CST</pubDate>
   <category>SmaugFUSS</category>
   <author>nobody@example.com (Remcon)</author>
  </item>
  <item>
   <title>do_supplicate</title>
   <link>https://smaugmuds.afkmods.com/topic/dosupplicate-4912/&amp;p=23962#p23962</link>
   <description>Ok, probably I miss something but actually If you die two times (or more) and last corpse (or one in the middle) is in a nosupplicate room, when you supplicate corpse you don&#039;t pay favour*** and also It&#039;s possible you don&#039;t get any corpse or only the corpse obj that are listed before the corpse that stay in nosupplicate room. *** This because ch-&amp;gt;pcdata-&amp;gt;favor -= ch-&amp;gt;pcdata-&amp;gt;deity-&amp;gt;scorpse; is located outside of loop. Correct? bye mat ps. Smaug 1.9.4 use &amp;quot;return&amp;quot; not &amp;quot;continue&amp;quot;</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/dosupplicate-4912/&amp;p=23962#p23962</guid>
   <pubDate>Wed, 27 Jan 2021 01:50:21 CST</pubDate>
   <category>SmaugFUSS</category>
   <author>nobody@example.com (Matteo2303)</author>
  </item>
  <item>
   <title>do_supplicate</title>
   <link>https://smaugmuds.afkmods.com/topic/dosupplicate-4912/&amp;p=23961#p23961</link>
   <description>the reason it is like that is it will bring every single corpse to you. if you do those returns it will how ever break out. you can use the word continue instead of return in each place and it have the desired result you are looking for.</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/dosupplicate-4912/&amp;p=23961#p23961</guid>
   <pubDate>Tue, 26 Jan 2021 19:14:38 CST</pubDate>
   <category>SmaugFUSS</category>
   <author>nobody@example.com (Remcon)</author>
  </item>
  <item>
   <title>do_supplicate</title>
   <link>https://smaugmuds.afkmods.com/topic/dosupplicate-4912/&amp;p=23960#p23960</link>
   <description>Hello, In do_supplicate loop for &amp;quot;supplicate corpse&amp;quot; I suggest check &amp;quot;return&amp;quot; istance for two reasons: 1) If there are more than one corpse, and the last or one in the middle of list is in a ROOM_NOSUPPLICATE you don&#039;t pay favour costs. 2) if one corpse is in a ROOM_NOSUPPLICATE you can&#039;t get some other corpses that you are allowed to get. [code] for( obj = first_object; obj; obj = obj-&amp;gt;next ) { if( obj-&amp;gt;in_room &amp;amp;&amp;amp; !str_cmp( buf2, obj-&amp;gt;short_descr ) &amp;amp;&amp;amp; ( obj-&amp;gt;pInd</description>
   <guid isPermaLink="true">https://smaugmuds.afkmods.com/topic/dosupplicate-4912/&amp;p=23960#p23960</guid>
   <pubDate>Mon, 25 Jan 2021 12:57:18 CST</pubDate>
   <category>SmaugFUSS</category>
   <author>nobody@example.com (Matteo2303)</author>
  </item>
 </channel>
</rss>
