<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://rhodes3d.com" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>Rhodes 3D - Asloluteman&amp;#039;s Forum</title>
 <link>http://rhodes3d.com/taxonomy/term/2/0</link>
 <description></description>
 <language>en</language>
<item>
 <title>Bugs</title>
 <link>http://rhodes3d.com/node/49</link>
 <description>&lt;p&gt;Have a bug? &lt;/p&gt;
&lt;p&gt;Submit them here!&lt;/p&gt;
&lt;p&gt;Here is a list I made&lt;/p&gt;
&lt;p&gt;-Random disconnects&lt;br /&gt;
-Going through buildings and getting stuck&lt;br /&gt;
-Loosing items upon logging in from disconnects&lt;/p&gt;
&lt;p&gt;Will continue looking for more :D&lt;br /&gt;
I just wish the player base was more.&lt;/p&gt;
</description>
 <comments>http://rhodes3d.com/node/49#comment</comments>
 <category domain="http://rhodes3d.com/taxonomy/term/2">Asloluteman&#039;s Forum</category>
 <pubDate>Fri, 15 Jun 2007 12:03:51 -0400</pubDate>
 <dc:creator>Mypoppy</dc:creator>
 <guid isPermaLink="false">49 at http://rhodes3d.com</guid>
</item>
<item>
 <title>Skinhat</title>
 <link>http://rhodes3d.com/node/43</link>
 <description>&lt;p&gt;hey skin srry i havent been on in awhile, my computer is having trouble and im fixing it right now... i should be on my the end of ths week end and i think i will have to re-learn most of the scripting stuff :( but i think i still have most of it in my head but we will see.&lt;/p&gt;
</description>
 <comments>http://rhodes3d.com/node/43#comment</comments>
 <category domain="http://rhodes3d.com/taxonomy/term/2">Asloluteman&#039;s Forum</category>
 <pubDate>Fri, 03 Nov 2006 13:04:37 -0500</pubDate>
 <dc:creator>asloluteman</dc:creator>
 <guid isPermaLink="false">43 at http://rhodes3d.com</guid>
</item>
<item>
 <title>Commenting out gives(str)</title>
 <link>http://rhodes3d.com/node/37</link>
 <description>&lt;p&gt;Hi Asloluteman. Regarding commenting out the &#039;gives&#039; procedure in your child.lpc instead of:&lt;/p&gt;
&lt;p&gt;/*&lt;br /&gt;
    return 1;&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;gives(str)&lt;br /&gt;
{&lt;/p&gt;
&lt;p&gt;  if (query_money()&amp;gt;5)&lt;br /&gt;
  {&lt;br /&gt;
     command(&quot;smile&quot;);&lt;br /&gt;
     command(&quot;say Bless you.&quot;);&lt;br /&gt;
     call_out(&quot;gobottleshop&quot;,3);&lt;br /&gt;
  }&lt;br /&gt;
  else&lt;br /&gt;
  {&lt;br /&gt;
    command(&quot;mumble&quot;);&lt;br /&gt;
    if (query_money()&amp;gt;0)&lt;br /&gt;
      command(&quot;say Thanks .... cheap skate.&quot;);&lt;br /&gt;
    else&lt;br /&gt;
      command(&quot;say I want money! Don&#039;t give me anything useless!&quot;);&lt;br /&gt;
}&lt;br /&gt;
}&lt;br /&gt;
*\&lt;/p&gt;
&lt;p&gt;It should be:&lt;/p&gt;
&lt;p&gt;/*&lt;br /&gt;
gives(str)&lt;br /&gt;
{&lt;/p&gt;
&lt;p&gt;  if (query_money()&amp;gt;5)&lt;br /&gt;
  {&lt;br /&gt;
     command(&quot;smile&quot;);&lt;br /&gt;
     command(&quot;say Bless you.&quot;);&lt;br /&gt;
     call_out(&quot;gobottleshop&quot;,3);&lt;br /&gt;
  }&lt;br /&gt;
  else&lt;br /&gt;
  {&lt;br /&gt;
    command(&quot;mumble&quot;);&lt;br /&gt;
    if (query_money()&amp;gt;0)&lt;br /&gt;
      command(&quot;say Thanks .... cheap skate.&quot;);&lt;br /&gt;
    else&lt;br /&gt;
      command(&quot;say I want money! Don&#039;t give me anything useless!&quot;);&lt;br /&gt;
}&lt;br /&gt;
}&lt;br /&gt;
*/&lt;/p&gt;
</description>
 <comments>http://rhodes3d.com/node/37#comment</comments>
 <category domain="http://rhodes3d.com/taxonomy/term/2">Asloluteman&#039;s Forum</category>
 <pubDate>Sat, 23 Sep 2006 00:19:31 -0400</pubDate>
 <dc:creator>skinhat</dc:creator>
 <guid isPermaLink="false">37 at http://rhodes3d.com</guid>
</item>
<item>
 <title>Child stops walking in my dir</title>
 <link>http://rhodes3d.com/node/36</link>
 <description>&lt;p&gt;I copied your child into my dir and cloned it and your child doesnt walk. I dont know why. Its in /players/skinhat/child.lpc.&lt;/p&gt;
</description>
 <comments>http://rhodes3d.com/node/36#comment</comments>
 <category domain="http://rhodes3d.com/taxonomy/term/2">Asloluteman&#039;s Forum</category>
 <pubDate>Fri, 15 Sep 2006 20:01:14 -0400</pubDate>
 <dc:creator>skinhat</dc:creator>
 <guid isPermaLink="false">36 at http://rhodes3d.com</guid>
</item>
<item>
 <title>Child.lpc</title>
 <link>http://rhodes3d.com/node/33</link>
 <description>&lt;p&gt;Hi Asloluteman. One of the problems I can see in your child.lpc script is that you have two init procedures. You should delete this procedure:&lt;/p&gt;
&lt;p&gt;init(arg)&lt;br /&gt;
{&lt;br /&gt;
 // add_action(&quot;give&quot;,&quot;give&quot;);&lt;br /&gt;
//  call_out(&quot;childgive&quot;,1);&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;since you already have an init procedure. &lt;/p&gt;
&lt;p&gt;ie&lt;/p&gt;
&lt;p&gt;        init()&lt;br /&gt;
{&lt;br /&gt;
  ::init();&lt;/p&gt;
&lt;p&gt;  add_action(&quot;give&quot;,&quot;give&quot;);&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;p&gt;You have a bigger problem. Your give(str) and haslolly() procedure have cut into your &#039;chat(str)&#039; procedure. You have &#039;give&#039; and &#039;haslolly&#039; procedures inside the chat procedure when they should be outside.&lt;/p&gt;
&lt;p&gt;Possibly if you fix these two things the child may work.&lt;/p&gt;
&lt;p&gt;Also I would have made a backup of your working child.lpc so that you can refer back to it. Something like &#039;cp child.lpc childold.lpc&#039;.&lt;/p&gt;
</description>
 <comments>http://rhodes3d.com/node/33#comment</comments>
 <category domain="http://rhodes3d.com/taxonomy/term/2">Asloluteman&#039;s Forum</category>
 <pubDate>Fri, 08 Sep 2006 02:36:23 -0400</pubDate>
 <dc:creator>skinhat</dc:creator>
 <guid isPermaLink="false">33 at http://rhodes3d.com</guid>
</item>
<item>
 <title>quests</title>
 <link>http://rhodes3d.com/node/31</link>
 <description>&lt;p&gt;aright alot of people have asked &quot;what is there to do?&quot; well this is what u can do:&lt;/p&gt;
&lt;p&gt;quest 1: Knight Prefect: you get a list from the knight and you have to bring it to the armourer. the armourer will give u a recept and u have to bring it back to the knight prefect.&lt;/p&gt;
&lt;p&gt;quest 2: Knight Prefect: again if u go to the knight prefect, the room that he is sitting in is getting a little dirty... so he will give you a broom and u get to sweep.&lt;/p&gt;
&lt;p&gt;quest 3: Knight Prefect: one last time if u go to the knight prefect, there has been a bandit running around in the city and harasing people in the hills... go find him, kill him and bring back him corpse.&lt;/p&gt;
&lt;p&gt;quest 4: Child: soon after i fix the child i will put in the new quest for him, if you find a lolly on the ground some where, and or kill a monster and get it. give it to him, you will get the all important dagger that is very helpfull in lving up.&lt;/p&gt;
&lt;p&gt;quest 5: smithy: when you are low on money you can always go out and chop some tree&#039;s to get wood. bring it back to the smithy for 10G a piece.&lt;/p&gt;
&lt;p&gt;quest 6: butcher: when your on the beach or in town there is always something to kill, when you kill something it dropes a courpse. pick it up, as many as you would like, and bring them to the butcher and sell them for 10G a piece.&lt;/p&gt;
&lt;p&gt;as always there are crabs on the beach that you can kill to lv up, there are also rats running around, and there are cats and dogs that need to be taken care of also. so there are plenty of things to do.&lt;/p&gt;
&lt;p&gt;you can always post things that you would like to see in the game, or you can contact me at (asloluteman@netscape.net)&lt;/p&gt;
&lt;p&gt;P.S. there are alot of other quests being made as i type this so there will be alot of other things to do soon. &lt;/p&gt;
&lt;p&gt;have fun :) &lt;/p&gt;
&lt;p&gt;asloluteman&lt;/p&gt;
</description>
 <comments>http://rhodes3d.com/node/31#comment</comments>
 <category domain="http://rhodes3d.com/taxonomy/term/2">Asloluteman&#039;s Forum</category>
 <pubDate>Wed, 06 Sep 2006 20:03:04 -0400</pubDate>
 <dc:creator>asloluteman</dc:creator>
 <guid isPermaLink="false">31 at http://rhodes3d.com</guid>
</item>
<item>
 <title>Giving something to a monster</title>
 <link>http://rhodes3d.com/node/30</link>
 <description>&lt;p&gt;Ive found a better monster for you took look at for you to see how to make your child react to receiving something. Its the armourer at /room/lindos/npc/armourer.lpc&lt;/p&gt;
&lt;p&gt;In the first job you get from the job knight the job involves giving the armourer an order then he gives you a receipt back. You can see how it works in the &#039;give(str)&#039; and &#039;hasorder()&#039; procedures. &#039;give(str)&#039; is called when he gets the order. Then &#039;hasorder&#039; is called to create the receipt if the armourer finds that he is carrying the order (present(&quot;order&quot;,this_object()); ).&lt;/p&gt;
</description>
 <comments>http://rhodes3d.com/node/30#comment</comments>
 <category domain="http://rhodes3d.com/taxonomy/term/2">Asloluteman&#039;s Forum</category>
 <pubDate>Wed, 06 Sep 2006 10:07:58 -0400</pubDate>
 <dc:creator>skinhat</dc:creator>
 <guid isPermaLink="false">30 at http://rhodes3d.com</guid>
</item>
<item>
 <title>Copying Jobknight</title>
 <link>http://rhodes3d.com/node/29</link>
 <description>&lt;p&gt;Hi Asloluteman. To copy the jobknight you should be able to do the command:&lt;/p&gt;
&lt;p&gt;cp /room/rhodes/npc/jobknight.lpc ~&lt;/p&gt;
&lt;p&gt;It works for me.&lt;/p&gt;
</description>
 <comments>http://rhodes3d.com/node/29#comment</comments>
 <category domain="http://rhodes3d.com/taxonomy/term/2">Asloluteman&#039;s Forum</category>
 <pubDate>Wed, 06 Sep 2006 02:25:18 -0400</pubDate>
 <dc:creator>skinhat</dc:creator>
 <guid isPermaLink="false">29 at http://rhodes3d.com</guid>
</item>
<item>
 <title>Child.lpc</title>
 <link>http://rhodes3d.com/node/21</link>
 <description>Hi. I just had a look at your child.lpc and I can still see

 set_short (.Child&quot;);

when it should be
  set_short (&quot;Child&quot;);</description>
 <comments>http://rhodes3d.com/node/21#comment</comments>
 <category domain="http://rhodes3d.com/taxonomy/term/2">Asloluteman&#039;s Forum</category>
 <pubDate>Tue, 29 Aug 2006 22:12:48 -0400</pubDate>
 <dc:creator>skinhat</dc:creator>
 <guid isPermaLink="false">21 at http://rhodes3d.com</guid>
</item>
<item>
 <title>Things To Do</title>
 <link>http://rhodes3d.com/node/13</link>
 <description>well this is the place for me and all the other wizs put in there thought for whats to come up next... and u guys get to see it :) so u know whats comming up next in the game plan. also this is the place for u guys (the gamers) to put in your feed back on what u wasnt added and what u dont like, so post in and well talk about it.

Mullen M</description>
 <comments>http://rhodes3d.com/node/13#comment</comments>
 <category domain="http://rhodes3d.com/taxonomy/term/2">Asloluteman&#039;s Forum</category>
 <pubDate>Wed, 16 Aug 2006 09:09:36 -0400</pubDate>
 <dc:creator>asloluteman</dc:creator>
 <guid isPermaLink="false">13 at http://rhodes3d.com</guid>
</item>
</channel>
</rss>
