<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Discussion on RecourcesShortcuts | Userscripts.org</title>
    <link>http://userscripts.org/scripts/show/23575</link>
    <description>Recent comments on userscript: RecourcesShortcuts</description>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>Archived Comments, replied by fybz @ Mon, 20 Oct 2008 13:17:44 +0000</title>
      <description>&lt;p&gt;Doesnt work in 0.2.8??&lt;/p&gt;</description>
      <pubDate>Mon, 20 Oct 2008 13:17:44 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11119:26428</guid>
      <author>fybz</author>
      <link>http://userscripts.org/topics/11119</link>
    </item>
    <item>
      <title>Archived Comments, replied by mohammad555 @ Wed, 04 Jun 2008 11:44:15 +0000</title>
      <description>&lt;p&gt;good&lt;/p&gt;</description>
      <pubDate>Wed, 04 Jun 2008 11:44:15 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11119:26429</guid>
      <author>mohammad555</author>
      <link>http://userscripts.org/topics/11119</link>
    </item>
    <item>
      <title>Archived Comments, replied by Mr. Burns @ Sun, 25 May 2008 23:03:06 +0000</title>
      <description>&lt;p&gt;I have an error, it seems that in barracks the information is viewed to the right side off the screen. And it screws with the floating point of friendlist script. Besides that, good job!&lt;/p&gt;</description>
      <pubDate>Sun, 25 May 2008 23:03:06 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11119:26430</guid>
      <author>Mr. Burns</author>
      <link>http://userscripts.org/topics/11119</link>
    </item>
    <item>
      <title>Archived Comments, replied by Johan Sundstr&#246;m @ Sat, 10 May 2008 16:30:57 +0000</title>
      <description>&lt;p&gt;Actually, you can kind of glean the gold and research rates, too, but there is a much greater risk that you occasionally show incorrect figures, unless you slam the server (agreement there; that's bad practice). Kronos estimates city income based on what numbers of free citizens you have, the number of researchers paid for and the last seen upkeep costs (either calculated backwards from town view, or forwards from the gold view) -- but I don't think it's really worth the work for a script like this one. :-)&lt;/p&gt;</description>
      <pubDate>Sat, 10 May 2008 16:30:57 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11119:26431</guid>
      <author>Johan Sundstr&#246;m</author>
      <link>http://userscripts.org/topics/11119</link>
    </item>
    <item>
      <title>Archived Comments, replied by Krellmax @ Sat, 19 Apr 2008 10:38:26 +0000</title>
      <description>&lt;p&gt;Actually I was mistaken, it reads &quot;undefined&quot; not &quot;unknown&quot;.  I forgot after I had fixed it, had to throw the original back on to check it.  I also changed the trade good names so they are displayed with first letter capitalized.&lt;/p&gt;</description>
      <pubDate>Sat, 19 Apr 2008 10:38:26 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11119:26432</guid>
      <author>Krellmax</author>
      <link>http://userscripts.org/topics/11119</link>
    </item>
    <item>
      <title>Archived Comments, replied by Krellmax @ Sat, 19 Apr 2008 10:24:09 +0000</title>
      <description>&lt;p&gt;Bug: trade goods show up as &quot;unknown&quot;
&lt;br /&gt;Fix: line 202, change all instances of aCodeLines[19] to aCodeLines[20]&lt;/p&gt;</description>
      <pubDate>Sat, 19 Apr 2008 10:24:09 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11119:26433</guid>
      <author>Krellmax</author>
      <link>http://userscripts.org/topics/11119</link>
    </item>
    <item>
      <title>Archived Comments, replied by Krellmax @ Sat, 19 Apr 2008 10:16:15 +0000</title>
      <description>&lt;p&gt;I was getting trade good of &quot;unknown&quot;.  To fix it, I set this line:&lt;/p&gt;

&lt;p&gt;sTradeGoodName = aCodeLines[19].substring(aCodeLines[19].indexOf('(')+2,aCodeLines[19].indexOf(')')-1);&lt;/p&gt;

&lt;p&gt;To this:&lt;/p&gt;

&lt;p&gt;sTradeGoodName = aCodeLines[20].substring(aCodeLines[20].indexOf('(')+2,aCodeLines[20].indexOf(')')-1);&lt;/p&gt;

&lt;p&gt;What would be better is to not expect the value you're parsing to be at line 20 but instead find it by searching through the lines.  That way it could survive script changes made by Gameforge.  But I do acknowledge that this is quick and dirty and does the job.  Works for me! ;)&lt;/p&gt;</description>
      <pubDate>Sat, 19 Apr 2008 10:16:15 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11119:26434</guid>
      <author>Krellmax</author>
      <link>http://userscripts.org/topics/11119</link>
    </item>
    <item>
      <title>Archived Comments, replied by A.Rosemary @ Wed, 09 Apr 2008 07:28:19 +0000</title>
      <description>&lt;p&gt;Adding Gold and Research rate is not possible without doing extra requests to the server. And thats something i am against :/
&lt;br /&gt;Anyway, I updated the meta with a notice.
&lt;br /&gt;I really encourage those interested in this script to use Kronos'.&lt;/p&gt;</description>
      <pubDate>Wed, 09 Apr 2008 07:28:19 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11119:26435</guid>
      <author>A.Rosemary</author>
      <link>http://userscripts.org/topics/11119</link>
    </item>
    <item>
      <title>Archived Comments, replied by Elisson @ Fri, 04 Apr 2008 16:54:28 +0000</title>
      <description>&lt;p&gt;Brasileiros ....&lt;/p&gt;

&lt;p&gt;Bugs fixes e traducao ...&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://userscripts.org/scripts/show/24760&quot;&gt; clique aqui &lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 04 Apr 2008 16:54:28 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11119:26436</guid>
      <author>Elisson</author>
      <link>http://userscripts.org/topics/11119</link>
    </item>
    <item>
      <title>Archived Comments, replied by Krondor @ Mon, 24 Mar 2008 00:43:19 +0000</title>
      <description>&lt;p&gt;And the research rate&lt;/p&gt;</description>
      <pubDate>Mon, 24 Mar 2008 00:43:19 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11119:26437</guid>
      <author>Krondor</author>
      <link>http://userscripts.org/topics/11119</link>
    </item>
    <item>
      <title>Archived Comments, replied by Krondor @ Mon, 24 Mar 2008 00:43:09 +0000</title>
      <description>&lt;p&gt;Would be good to also show the current gold income rate.&lt;/p&gt;</description>
      <pubDate>Mon, 24 Mar 2008 00:43:09 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11119:26438</guid>
      <author>Krondor</author>
      <link>http://userscripts.org/topics/11119</link>
    </item>
    <item>
      <title>Archived Comments, replied by omer karagoz @ Sat, 15 Mar 2008 23:19:15 +0000</title>
      <description>&lt;p&gt;if you think support multilanguages here is turkish translation:&lt;/p&gt;

&lt;p&gt;Wood = Odun
&lt;br /&gt;wine = Sarap
&lt;br /&gt;Marble = Mermer
&lt;br /&gt;Sulfur = sulfur
&lt;br /&gt;Resources = Saatlik Gelir&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.ikariam.NET&quot;&gt;www.ikariam.NET&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Sat, 15 Mar 2008 23:19:15 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11119:26439</guid>
      <author>omer karagoz</author>
      <link>http://userscripts.org/topics/11119</link>
    </item>
    <item>
      <title>Archived Comments, replied by Philip Weaver @ Thu, 13 Mar 2008 12:58:26 +0000</title>
      <description>&lt;p&gt;(reply, again)&lt;/p&gt;

&lt;p&gt;you're right as to the efficiency, it does take a toll if you query much more then 2 or 3 documents at a time, but under that usually it does ok.
&lt;br /&gt;As to adding the documents to the current one, in this particular script, you are right, I wouldn't have had to, I did it out of habit. The reason I do it usually is that it allows me to search through both (or more) documents at once using things like document.getElementsByTagName or such. As for the efficiency of adding/removing nodes it does surprisingly well, Originally I would have thought that it would slow things down horribly too, but firefox seems able to handle it well (again provided you only add/remove 2 or 3 things at a time - not counting children elements)&lt;/p&gt;

&lt;p&gt;so yeah, that's that. :-)&lt;/p&gt;</description>
      <pubDate>Thu, 13 Mar 2008 12:58:26 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11119:26440</guid>
      <author>Philip Weaver</author>
      <link>http://userscripts.org/topics/11119</link>
    </item>
    <item>
      <title>Archived Comments, replied by Philip Weaver @ Thu, 13 Mar 2008 10:53:24 +0000</title>
      <description>&lt;p&gt;(responce to your comment on my script)&lt;/p&gt;

&lt;p&gt;I fixed an updated it, so if you would like you can go get it, it works now.&lt;/p&gt;

&lt;p&gt;As for the AJAX, I would like to treat the page like it was XML, but since it's not valid, I can't. What I do is I use AJAX to get the page, but then instead of having AJAX read through it, I add it to the current page (hidden), and read it like the rest of the page and then delete it when I am done with it.&lt;/p&gt;</description>
      <pubDate>Thu, 13 Mar 2008 10:53:24 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11119:26441</guid>
      <author>Philip Weaver</author>
      <link>http://userscripts.org/topics/11119</link>
    </item>
    <item>
      <title>Archived Comments, replied by A.Rosemary @ Wed, 12 Mar 2008 22:59:47 +0000</title>
      <description>&lt;p&gt;I guess it's Turkish? can someone please translate it? :/
&lt;br /&gt;I tried a translator but it says just nonsese&lt;/p&gt;</description>
      <pubDate>Wed, 12 Mar 2008 22:59:47 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11119:26442</guid>
      <author>A.Rosemary</author>
      <link>http://userscripts.org/topics/11119</link>
    </item>
    <item>
      <title>Archived Comments, replied by MaNgOsEr @ Tue, 11 Mar 2008 20:45:08 +0000</title>
      <description>&lt;p&gt;Merhaba kodlar&#305; t&#252;rk&#231;ele&#351;tirdim fakat buraya y&#252;kleyemiyorum :D Sadece d&#252;zenleden hepsini t&#252;rk&#231;eye &#231;evirdim fakat nas&#305;l olcak bilmiyorum :D ??&lt;/p&gt;</description>
      <pubDate>Tue, 11 Mar 2008 20:45:08 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11119:26443</guid>
      <author>MaNgOsEr</author>
      <link>http://userscripts.org/topics/11119</link>
    </item>
    <item>
      <title>Archived Comments, replied by chey @ Fri, 07 Mar 2008 02:45:52 +0000</title>
      <description>&lt;p&gt;extra menu is a good idea, may u can put it anywhere else :)
&lt;br /&gt;ty&lt;/p&gt;</description>
      <pubDate>Fri, 07 Mar 2008 02:45:52 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11119:26444</guid>
      <author>chey</author>
      <link>http://userscripts.org/topics/11119</link>
    </item>
    <item>
      <title>Archived Comments, replied by A.Rosemary @ Thu, 06 Mar 2008 23:16:28 +0000</title>
      <description>&lt;p&gt;Added an extra menu on the top-left corner...Not very elegant but works so far.
&lt;br /&gt;No clue for the other issue yet :/ sry&lt;/p&gt;</description>
      <pubDate>Thu, 06 Mar 2008 23:16:28 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11119:26445</guid>
      <author>A.Rosemary</author>
      <link>http://userscripts.org/topics/11119</link>
    </item>
    <item>
      <title>Archived Comments, replied by A.Rosemary @ Thu, 06 Mar 2008 21:56:10 +0000</title>
      <description>&lt;p&gt;Thanks fo the feedback
&lt;br /&gt;The problem with the &quot;1000+ ressources&quot; issue is the size of the element into which the text is set. Since i don't want to mess with the CSS (because many things can be screwed). The solution would be to create a new menu somewhere else...I'll see ;)&lt;/p&gt;

&lt;p&gt;About the &quot;32 vs 29&quot;, i really don't know where lies the problem :/
&lt;br /&gt;I'll do some 'debug mode' so that i can get more info.
&lt;br /&gt;But not soon, too much work now&lt;/p&gt;</description>
      <pubDate>Thu, 06 Mar 2008 21:56:10 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11119:26446</guid>
      <author>A.Rosemary</author>
      <link>http://userscripts.org/topics/11119</link>
    </item>
    <item>
      <title>Archived Comments, replied by chey @ Thu, 06 Mar 2008 20:34:14 +0000</title>
      <description>&lt;p&gt;problem with the refresh, i just changed my wine prod, and now i prod 32/h, but it indicate me +29&lt;/p&gt;</description>
      <pubDate>Thu, 06 Mar 2008 20:34:14 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11119:26447</guid>
      <author>chey</author>
      <link>http://userscripts.org/topics/11119</link>
    </item>
    <item>
      <title>Archived Comments, replied by chey @ Thu, 06 Mar 2008 20:23:22 +0000</title>
      <description>&lt;p&gt;hi&lt;/p&gt;

&lt;p&gt;it work with all my town except, with the town where my ressources is bigger than 1000, when 1000+ ressources it put the +xxx down to the number and it's illisible :(&lt;/p&gt;</description>
      <pubDate>Thu, 06 Mar 2008 20:23:22 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11119:26448</guid>
      <author>chey</author>
      <link>http://userscripts.org/topics/11119</link>
    </item>
    <item>
      <title>Archived Comments, replied by Jesse Andrews @ Wed, 17 Nov 2004 01:06:07 +0000</title>
      <description>&lt;p&gt;The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008)&lt;/p&gt;</description>
      <pubDate>Wed, 17 Nov 2004 01:06:07 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11119:26427</guid>
      <author>Jesse Andrews</author>
      <link>http://userscripts.org/topics/11119</link>
    </item>
  </channel>
</rss>
