<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Discussion on Travian: current/max Bounty ML v1 | Userscripts.org</title>
    <link>http://userscripts.org/scripts/show/9728</link>
    <description>Recent comments on userscript: Travian: current/max Bounty ML v1</description>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>Archived Comments, replied by Joca</title>
      <description>&lt;p&gt;Thanks but (&lt;a href=&quot;http://userscripts.org/scripts/show/10835&quot;&gt;http://userscripts.org/scripts/show/10835&lt;/a&gt;) resolved the problem.&lt;/p&gt;</description>
      <pubDate>Mon, 14 Jul 2008 12:27:36 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:14541:54596</guid>
      <author>Joca</author>
      <link>http://userscripts.org/posts/54596</link>
    </item>
    <item>
      <title>Archived Comments, replied by Joca</title>
      <description>&lt;p&gt;It doesnt work with battle analyse :(             (&lt;a href=&quot;http://userscripts.org/scripts/show/10835&quot;&gt;http://userscripts.org/scripts/show/10835&lt;/a&gt;)
&lt;br /&gt;When i install this script disappears&lt;/p&gt;

&lt;p&gt;Lucro 100% -------------HERE------------------- Profit in %
&lt;br /&gt;Efici&#234;ncia 100% -------------HERE------------------- Eficiency in %&lt;/p&gt;</description>
      <pubDate>Sat, 12 Jul 2008 12:12:02 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:14541:54597</guid>
      <author>Joca</author>
      <link>http://userscripts.org/posts/54597</link>
    </item>
    <item>
      <title>Archived Comments, replied by blodyx</title>
      <description>&lt;p&gt;Thank you! This is what i needed :) Now i can finally thrash Travian beyond!&lt;/p&gt;</description>
      <pubDate>Fri, 11 Jul 2008 06:09:54 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:14541:54598</guid>
      <author>blodyx</author>
      <link>http://userscripts.org/posts/54598</link>
    </item>
    <item>
      <title>Archived Comments, replied by kispaljr</title>
      <description>&lt;p&gt;if you use some other scripts (like Battle Analyse) that put images int the row of units, then you should replace the getBags() function with this code:&lt;/p&gt;

&lt;p&gt;&lt;pre&gt;
function getBags() {
	ret = new Array(11);
	unitline_images = find(&quot;//table/tbody/tr[4]/td/table[1]/tbody/tr[2]/td/img/@src&quot;, XPOList);
	
	var len = unitline_images.snapshotLength-1;
	for (j=0, i=0; i&amp;lt;=len; i++){
		img_url = unitline_images.snapshotItem(i).nodeValue;
		if (img_url.substr(0, 9) == &quot;img/un/u/&quot;) {
			ret[j++] =t[img_url.substring(img_url.lastIndexOf(&quot;/&quot;)+1, img_url.length-4)]; 
		}
	}
	return ret;
}
&lt;/pre&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 11 Apr 2008 00:22:18 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:14541:54599</guid>
      <author>kispaljr</author>
      <link>http://userscripts.org/posts/54599</link>
    </item>
    <item>
      <title>Archived Comments, replied by Risi</title>
      <description>&lt;p&gt;To make this work with the Battle Analyse script, please update line #56 to:
&lt;br /&gt;ret[i-1]=t[(current.nodeValue).substring((current.nodeValue).lastIndexOf(&quot;/&quot;)+1,(current.nodeValue).length-4)];&lt;/p&gt;</description>
      <pubDate>Sat, 06 Oct 2007 22:31:29 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:14541:54600</guid>
      <author>Risi</author>
      <link>http://userscripts.org/posts/54600</link>
    </item>
    <item>
      <title>Archived Comments, replied by Meals</title>
      <description>&lt;p&gt;Whatever you decide I'll support you.
&lt;br /&gt;If you choose to increment, I'll upload your source and if you choose to post I'll add a link to your script, provided you let me know that you uploaded it.
&lt;br /&gt;Thank you for taking the time to do this.&lt;/p&gt;</description>
      <pubDate>Sat, 14 Jul 2007 07:18:08 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:14541:54601</guid>
      <author>Meals</author>
      <link>http://userscripts.org/posts/54601</link>
    </item>
    <item>
      <title>Archived Comments, replied by Jelle Fresen</title>
      <description>&lt;p&gt;Hi, nice script, but it's a pity that it only works in english. I editted the script so it's multilanguage, and I re-engineered most of the code so its far cleaner. Later I found out about ondy1985's attempt to make it multilanguage, which is basically the same as I did, but he forgot one thing: the code is still searching for the 'Prisoners' string, which still makes it english-only.&lt;/p&gt;

&lt;p&gt;Meals, what do you think is the best way to distribute my version?
&lt;br /&gt;Add a new script to the bulk of userscripts, or add it as the next version of the userscript &quot;Travian: current/max Bounty&quot;?&lt;/p&gt;</description>
      <pubDate>Sat, 07 Jul 2007 12:05:34 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:14541:54602</guid>
      <author>Jelle Fresen</author>
      <link>http://userscripts.org/posts/54602</link>
    </item>
    <item>
      <title>Archived Comments, replied by ondy1985</title>
      <description>&lt;p&gt;You're welcome. The script is really useful, thank you for that.&lt;/p&gt;</description>
      <pubDate>Sun, 17 Jun 2007 00:39:27 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:14541:54603</guid>
      <author>ondy1985</author>
      <link>http://userscripts.org/posts/54603</link>
    </item>
    <item>
      <title>Archived Comments, replied by Meals</title>
      <description>&lt;p&gt;Wonderful. Thank you! I've been swamped lately and didn't have time to look into it :/&lt;/p&gt;</description>
      <pubDate>Wed, 13 Jun 2007 08:59:15 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:14541:54604</guid>
      <author>Meals</author>
      <link>http://userscripts.org/posts/54604</link>
    </item>
    <item>
      <title>Archived Comments, replied by ondy1985</title>
      <description>&lt;p&gt;I modified Meals' code to work with unit icons rather than unit names, which should make the script usable in all languages.&lt;/p&gt;

&lt;p&gt;see: &lt;a href=&quot;http://userscripts.org/scripts/show/9819&quot;&gt;http://userscripts.org/scripts/show/9819&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 12 Jun 2007 13:50:43 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:14541:54605</guid>
      <author>ondy1985</author>
      <link>http://userscripts.org/posts/54605</link>
    </item>
    <item>
      <title>Archived Comments, replied by Joramb</title>
      <description>&lt;p&gt;Dutch, I play on the Speed server from Holland.
&lt;br /&gt;&lt;a href=&quot;http://speed.travian.nl&quot;&gt;http://speed.travian.nl&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;But I saw other battle reports witch a second number. But I don't understand what the second number means, (it is not the total bounty your army can hold, and it is not the total bounty you missed. ) can you explain me what the function of the second number is.&lt;/p&gt;

&lt;p&gt;Greats,&lt;/p&gt;

&lt;p&gt;Boal&lt;/p&gt;</description>
      <pubDate>Mon, 11 Jun 2007 13:01:05 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:14541:54606</guid>
      <author>Joramb</author>
      <link>http://userscripts.org/posts/54606</link>
    </item>
    <item>
      <title>Archived Comments, replied by Meals</title>
      <description>&lt;p&gt;What language is your Travian account ?&lt;/p&gt;</description>
      <pubDate>Mon, 11 Jun 2007 08:40:11 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:14541:54607</guid>
      <author>Meals</author>
      <link>http://userscripts.org/posts/54607</link>
    </item>
    <item>
      <title>Archived Comments, replied by Joramb</title>
      <description>&lt;p&gt;I See a Zero after the total sum. The zero needs to be the total amount you can hold with your army so something is wrong. &lt;/p&gt;

&lt;p&gt;1500/0
&lt;br /&gt;I see this when I attack with 25 man (they can hold total 1500)&lt;/p&gt;

&lt;p&gt;1086/0
&lt;br /&gt;and I see this when I attack a opponent that don't have enough resources. &lt;/p&gt;

&lt;p&gt;//Boal&lt;/p&gt;</description>
      <pubDate>Sun, 10 Jun 2007 23:24:29 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:14541:54608</guid>
      <author>Joramb</author>
      <link>http://userscripts.org/posts/54608</link>
    </item>
    <item>
      <title>Archived Comments, replied by Jesse Andrews</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:05:22 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:14541:54595</guid>
      <author>Jesse Andrews</author>
      <link>http://userscripts.org/posts/54595</link>
    </item>
  </channel>
</rss>
