<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Discussion on Travian NPC-AddIn | Userscripts.org</title>
    <link>http://userscripts.org/scripts/show/29926</link>
    <description>Recent comments on userscript: Travian NPC-AddIn</description>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>broke with 3.5 :(, replied by grambo</title>
      <description>&lt;p&gt;Any chance for a fix?&lt;/p&gt;</description>
      <pubDate>Thu, 07 May 2009 16:51:54 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:26363:118816</guid>
      <author>grambo</author>
      <link>http://userscripts.org/posts/118816</link>
    </item>
    <item>
      <title>Profile page, replied by GarLynne</title>
      <description>&lt;p&gt;I am also having the same issue. I play on a us regular server, but I can't get passed the profile page. Also, I don't see any clickable item to confirm my tribe. Any suggestions? Thank you.&lt;/p&gt;</description>
      <pubDate>Sun, 03 May 2009 12:46:10 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:24221:117382</guid>
      <author>GarLynne</author>
      <link>http://userscripts.org/posts/117382</link>
    </item>
    <item>
      <title>Profile page, replied by Tinker</title>
      <description>&lt;p&gt;Hi Toxon&lt;/p&gt;

&lt;p&gt;I've looked at your archived discussion and I have had the same problem as another user - I keep getting put on my profile page but with no choice of tribe to select.&lt;/p&gt;

&lt;p&gt;I am on uk speed server. I'm eager to start using this script.&lt;/p&gt;</description>
      <pubDate>Thu, 02 Apr 2009 09:15:35 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:24221:107632</guid>
      <author>Tinker</author>
      <link>http://userscripts.org/posts/107632</link>
    </item>
    <item>
      <title>kleinster function, replied by anderman</title>
      <description>&lt;p&gt;kleinster function can be removed and replaced with Math.min&lt;/p&gt;</description>
      <pubDate>Sat, 17 Jan 2009 21:10:31 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:20530:90539</guid>
      <author>anderman</author>
      <link>http://userscripts.org/posts/90539</link>
    </item>
    <item>
      <title>leseSpielerNamen speed increase, replied by anderman</title>
      <description>&lt;p&gt;This looks for the chat instead of using indexing:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;
&lt;br /&gt;  spieler = String( find('//td[@class=&quot;menu&quot;]/a[contains(@href,&quot;/chat/?chatname=&quot;)]',XPFirst) )split('|')[1];
&lt;br /&gt;&lt;/code&gt;&lt;/p&gt;</description>
      <pubDate>Sat, 17 Jan 2009 16:34:17 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:20522:90511</guid>
      <author>anderman</author>
      <link>http://userscripts.org/posts/90511</link>
    </item>
    <item>
      <title>leseSpielerNamen speed increase, replied by anderman</title>
      <description>&lt;p&gt;This is much faster:&lt;/p&gt;

&lt;p&gt;function leseSpielerNamen() {
&lt;br /&gt;   // liest den Spielernamen aus dem Chat - Link aus&lt;/p&gt;

&lt;p&gt;  spieler = String( find('//td[@class=&quot;menu&quot;]/a[@target=&quot;_blank&quot;][2]',XPFirst) ).split('|')[1];
&lt;br /&gt;}&lt;/p&gt;

&lt;p&gt;The problem is that its kind of tied to the target attribute &quot;_blank&quot;.  It could be changed to use the href attribute instead of the target attribute looking for &quot;/chat/?chatname=&quot;.&lt;/p&gt;</description>
      <pubDate>Sat, 17 Jan 2009 16:08:03 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:20522:90506</guid>
      <author>anderman</author>
      <link>http://userscripts.org/posts/90506</link>
    </item>
    <item>
      <title>Archived Comments, replied by Dream1</title>
      <description>&lt;p&gt;script Don't work for server Arab &lt;/p&gt;

&lt;p&gt;Solution&lt;/p&gt;

&lt;p&gt;Romans
&lt;br /&gt;&lt;a href=&quot;http://sX.travian.ae/build.php?gid=17&amp;amp;t=3&amp;amp;tribe=1&quot;&gt;http://sX.travian.ae/build.php?gid=17&amp;amp;t=3&amp;amp;tribe=1&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Gauls
&lt;br /&gt;&lt;a href=&quot;http://sX.travian.ae/build.php?gid=17&amp;amp;t=3&amp;amp;tribe=2&quot;&gt;http://sX.travian.ae/build.php?gid=17&amp;amp;t=3&amp;amp;tribe=2&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Teutons
&lt;br /&gt;&lt;a href=&quot;http://sX.travian.ae/build.php?gid=17&amp;amp;t=3&amp;amp;tribe=3&quot;&gt;http://sX.travian.ae/build.php?gid=17&amp;amp;t=3&amp;amp;tribe=3&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 13 Nov 2008 13:57:15 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:14209:49132</guid>
      <author>Dream1</author>
      <link>http://userscripts.org/posts/49132</link>
    </item>
    <item>
      <title>Archived Comments, replied by IgKnight</title>
      <description>&lt;p&gt;I have an interesting issue. &lt;/p&gt;

&lt;p&gt;Have the script on my laptop and it works with no issues. Install it on my desktop (same version of GM, Firefox, Windows), and when it redirects me to my profile to list what faction I am, there are none to choose from, so it keeps redirecting me back to my profile unless I disable it.&lt;/p&gt;</description>
      <pubDate>Sat, 18 Oct 2008 15:33:58 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:14209:49133</guid>
      <author>IgKnight</author>
      <link>http://userscripts.org/posts/49133</link>
    </item>
    <item>
      <title>Archived Comments, replied by sami-q8</title>
      <description>&lt;p&gt;Dear Toxon ...&lt;/p&gt;

&lt;p&gt;thanxs for this amazing script ..  I  love it &lt;/p&gt;

&lt;p&gt;the proplem is ...  i play in the server 11 at &quot;ae&quot; world . and it's work with me and everything fine &lt;/p&gt;

&lt;p&gt;but when i installed it to my friend it's not working and it go to his profile .&lt;/p&gt;

&lt;p&gt;i try to login his account on my computer ... and it's also not work for his account put for my account it's work &lt;/p&gt;

&lt;p&gt;can you help me ....?&lt;/p&gt;</description>
      <pubDate>Tue, 14 Oct 2008 12:59:46 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:14209:49134</guid>
      <author>sami-q8</author>
      <link>http://userscripts.org/posts/49134</link>
    </item>
    <item>
      <title>Archived Comments, replied by FZA</title>
      <description>&lt;p&gt;Would it be possible to include big and small parties in the NPC merchant menu? I throw them often so this would be a massive help.&lt;/p&gt;

&lt;p&gt;Other than that great tool!&lt;/p&gt;</description>
      <pubDate>Mon, 06 Oct 2008 13:15:39 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:14209:49135</guid>
      <author>FZA</author>
      <link>http://userscripts.org/posts/49135</link>
    </item>
    <item>
      <title>Archived Comments, replied by Dream1</title>
      <description>&lt;p&gt;// ----------
&lt;br /&gt;// ae arabic
&lt;br /&gt;// ----------
&lt;br /&gt;country = 'ae'
&lt;br /&gt;localStr[country] = new Array();
&lt;br /&gt;localStr[country]['npc'] = 'NPC merchant';&lt;/p&gt;

&lt;p&gt;localStr[country]['res'] = '&#1575;&#1604;&#1605;&#1608;&#1575;&#1585;&#1583;';
&lt;br /&gt;localStr[country]['re1'] = '&#1582;&#1588;&#1576;';
&lt;br /&gt;localStr[country]['re2'] = '&#1591;&#1610;&#1606;';
&lt;br /&gt;localStr[country]['re3'] = '&#1581;&#1583;&#1610;&#1583;';
&lt;br /&gt;localStr[country]['re4'] = '&#1602;&#1605;&#1581;';&lt;/p&gt;

&lt;p&gt;localStr[country]['ro_'] = '&#1575;&#1604;&#1585;&#1608;&#1605;&#1575;&#1606;';
&lt;br /&gt;localStr[country]['ro0'] = '&#1580;&#1606;&#1583;&#1610; &#1571;&#1608;&#1604;';
&lt;br /&gt;localStr[country]['ro1'] = '&#1581;&#1585;&#1575;&#1587; &#1575;&#1604;&#1571;&#1605;&#1576;&#1585;&#1575;&#1591;&#1608;&#1585;';
&lt;br /&gt;localStr[country]['ro2'] = '&#1580;&#1606;&#1583;&#1610; &#1605;&#1607;&#1575;&#1580;&#1605;';
&lt;br /&gt;localStr[country]['ro3'] = '&#1601;&#1585;&#1602;&#1577; &#1578;&#1580;&#1587;&#1587;';
&lt;br /&gt;localStr[country]['ro4'] = '&#1587;&#1604;&#1575;&#1581; &#1575;&#1604;&#1601;&#1585;&#1587;&#1575;&#1606;';
&lt;br /&gt;localStr[country]['ro5'] = '&#1601;&#1585;&#1587;&#1575;&#1606; &#1602;&#1610;&#1589;&#1585;';
&lt;br /&gt;localStr[country]['ro6'] = '&#1603;&#1576;&#1588;';
&lt;br /&gt;localStr[country]['ro7'] = '&#1575;&#1604;&#1605;&#1602;&#1604;&#1575;&#1593; &#1575;&#1604;&#1606;&#1575;&#1585;&#1610;';
&lt;br /&gt;localStr[country]['ro8'] = '&#1581;&#1603;&#1610;&#1605;';
&lt;br /&gt;localStr[country]['ro9'] = '&#1605;&#1587;&#1578;&#1608;&#1591;&#1606;';&lt;/p&gt;

&lt;p&gt;localStr[country]['ga_'] = '&#1575;&#1604;&#1571;&#1594;&#1585;&#1610;&#1602;';
&lt;br /&gt;localStr[country]['ga0'] = '&#1575;&#1604;&#1603;&#1578;&#1610;&#1576;&#1577;';
&lt;br /&gt;localStr[country]['ga1'] = '&#1605;&#1576;&#1575;&#1585;&#1586;';
&lt;br /&gt;localStr[country]['ga2'] = '&#1575;&#1604;&#1605;&#1587;&#1578;&#1603;&#1588;&#1601;';
&lt;br /&gt;localStr[country]['ga3'] = '&#1585;&#1593;&#1583; &#1575;&#1604;&#1580;&#1585;&#1605;&#1575;&#1606;';
&lt;br /&gt;localStr[country]['ga4'] = '&#1601;&#1585;&#1587;&#1575;&#1606; &#1575;&#1604;&#1587;&#1604;&#1578;';
&lt;br /&gt;localStr[country]['ga5'] = '&#1601;&#1585;&#1587;&#1575;&#1606; &#1575;&#1604;&#1607;&#1610;&#1583;&#1608;&#1575;&#1606;&#1585;';
&lt;br /&gt;localStr[country]['ga6'] = '&#1605;&#1581;&#1591;&#1605;&#1577; &#1575;&#1604;&#1575;&#1576;&#1608;&#1575;&#1576; &#1575;&#1604;&#1582;&#1588;&#1576;&#1610;&#1577;';
&lt;br /&gt;localStr[country]['ga7'] = '&#1575;&#1604;&#1605;&#1602;&#1604;&#1575;&#1593; &#1575;&#1604;&#1581;&#1585;&#1576;&#1610;';
&lt;br /&gt;localStr[country]['ga8'] = '&#1585;&#1574;&#1610;&#1587;';
&lt;br /&gt;localStr[country]['ga9'] = '&#1605;&#1587;&#1578;&#1608;&#1591;&#1606;';&lt;/p&gt;

&lt;p&gt;localStr[country]['ge_'] = '&#1575;&#1604;&#1580;&#1585;&#1605;&#1575;&#1606;';
&lt;br /&gt;localStr[country]['ge0'] = '&#1605;&#1602;&#1575;&#1578;&#1604; &#1576;&#1607;&#1585;&#1575;&#1608;&#1577;';
&lt;br /&gt;localStr[country]['ge1'] = '&#1605;&#1602;&#1575;&#1578;&#1604; &#1576;&#1585;&#1605;&#1581;';
&lt;br /&gt;localStr[country]['ge2'] = '&#1605;&#1602;&#1575;&#1578;&#1604; &#1576;&#1601;&#1571;&#1587;';
&lt;br /&gt;localStr[country]['ge3'] = '&#1575;&#1604;&#1603;&#1588;&#1575;&#1601;';
&lt;br /&gt;localStr[country]['ge4'] = '&#1605;&#1602;&#1575;&#1578;&#1604; &#1575;&#1604;&#1602;&#1610;&#1589;&#1585;';
&lt;br /&gt;localStr[country]['ge5'] = '&#1601;&#1585;&#1587;&#1575;&#1606; &#1575;&#1604;&#1580;&#1585;&#1605;&#1575;&#1606;';
&lt;br /&gt;localStr[country]['ge6'] = '&#1605;&#1581;&#1591;&#1605;&#1577; &#1575;&#1604;&#1575;&#1576;&#1608;&#1575;&#1576;';
&lt;br /&gt;localStr[country]['ge7'] = '&#1575;&#1604;&#1605;&#1602;&#1604;&#1575;&#1593;';
&lt;br /&gt;localStr[country]['ge8'] = '&#1586;&#1593;&#1610;&#1605;';
&lt;br /&gt;localStr[country]['ge9'] = '&#1605;&#1587;&#1578;&#1608;&#1591;&#1606;';&lt;/p&gt;</description>
      <pubDate>Fri, 26 Sep 2008 14:13:01 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:14209:49136</guid>
      <author>Dream1</author>
      <link>http://userscripts.org/posts/49136</link>
    </item>
    <item>
      <title>Archived Comments, replied by iLuVaToQ</title>
      <description>&lt;p&gt;i keep getting to my profile page . Can't set race can't do anything .&lt;/p&gt;

&lt;p&gt;i play on dutch nl speedserver&lt;/p&gt;</description>
      <pubDate>Sun, 21 Sep 2008 16:48:24 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:14209:49137</guid>
      <author>iLuVaToQ</author>
      <link>http://userscripts.org/posts/49137</link>
    </item>
    <item>
      <title>Archived Comments, replied by fHd</title>
      <description>&lt;p&gt;I have the same problem too ....
&lt;br /&gt;playing on s17.travian.ae&lt;/p&gt;</description>
      <pubDate>Sun, 14 Sep 2008 07:07:03 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:14209:49138</guid>
      <author>fHd</author>
      <link>http://userscripts.org/posts/49138</link>
    </item>
    <item>
      <title>Archived Comments, replied by Marcus Hsu</title>
      <description>&lt;p&gt;I don't think it is caused by conflication with other scripts scine I have turned off the other scripts. The problem is the Travian codes are changed on some servers.&lt;/p&gt;</description>
      <pubDate>Sun, 07 Sep 2008 16:57:30 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:14209:49139</guid>
      <author>Marcus Hsu</author>
      <link>http://userscripts.org/posts/49139</link>
    </item>
    <item>
      <title>Archived Comments, replied by Travian Utility</title>
      <description>&lt;p&gt;It is not Firefox .... I have 2 computers both with firefox 3 a computer working properly the other not.
&lt;br /&gt;The problem has not been the case ever... must be the last additions made...
&lt;br /&gt;In my opinion could be a problem of conflict with other scripts .... test it and I know you!&lt;/p&gt;</description>
      <pubDate>Sat, 06 Sep 2008 17:36:35 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:14209:49140</guid>
      <author>Travian Utility</author>
      <link>http://userscripts.org/posts/49140</link>
    </item>
    <item>
      <title>Archived Comments, replied by zonzi</title>
      <description>&lt;p&gt;I have the same problem as Tarek
&lt;br /&gt;&quot; this script always go to my profile page&quot;
&lt;br /&gt;im using firefox 3.0.1&lt;/p&gt;</description>
      <pubDate>Fri, 05 Sep 2008 17:52:19 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:14209:49141</guid>
      <author>zonzi</author>
      <link>http://userscripts.org/posts/49141</link>
    </item>
    <item>
      <title>Archived Comments, replied by Tarek</title>
      <description>&lt;p&gt;this script always go to my profile page.&lt;/p&gt;

&lt;p&gt;something is wrong.&lt;/p&gt;</description>
      <pubDate>Fri, 05 Sep 2008 01:40:51 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:14209:49142</guid>
      <author>Tarek</author>
      <link>http://userscripts.org/posts/49142</link>
    </item>
    <item>
      <title>Archived Comments, replied by Marcus Hsu</title>
      <description>&lt;p&gt;The script worked well until yesterday. Now it keeps switching to the profile page like Joker encountered.
&lt;br /&gt;I have downloaded and installed the latest version just ten minutes ago. I play on s3 and s4.travian.tw.&lt;/p&gt;</description>
      <pubDate>Tue, 26 Aug 2008 14:07:17 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:14209:49143</guid>
      <author>Marcus Hsu</author>
      <link>http://userscripts.org/posts/49143</link>
    </item>
    <item>
      <title>Archived Comments, replied by KhaledGB</title>
      <description>&lt;p&gt;this is for the AE server&lt;/p&gt;

&lt;p&gt;localStr[country]['res'] = '&#1605;&#1608;&#1575;&#1585;&#1583;';
&lt;br /&gt;localStr[country]['re1'] = '&#1582;&#1588;&#1576;';
&lt;br /&gt;localStr[country]['re2'] = '&#1591;&#1610;&#1606;';
&lt;br /&gt;localStr[country]['re3'] = '&#1581;&#1583;&#1610;&#1583;';
&lt;br /&gt;localStr[country]['re4'] = '&#1602;&#1605;&#1581;';&lt;/p&gt;</description>
      <pubDate>Mon, 25 Aug 2008 12:16:25 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:14209:49144</guid>
      <author>KhaledGB</author>
      <link>http://userscripts.org/posts/49144</link>
    </item>
    <item>
      <title>Archived Comments, replied by lunattica81</title>
      <description>&lt;p&gt;to my actually romanian speed this script doesn't work anymore.what can i do to make it works like the first time i instilled it? after the installation of the last version it dosn't work at all,it show me my profile's page.on the romanian s2 it works.why?&lt;/p&gt;</description>
      <pubDate>Fri, 22 Aug 2008 01:42:22 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:14209:49145</guid>
      <author>lunattica81</author>
      <link>http://userscripts.org/posts/49145</link>
    </item>
    <item>
      <title>Archived Comments, replied by James.Denholm</title>
      <description>&lt;p&gt;Well, this looks very handy, except that I have a little problem, and it seems to be the exact same thing that &quot;lil_nob&quot; had. There is no option to select race, and when I try to leave the profile page it slings be strait back to it. I can, however, move about my preferences. But that's it. I am in an alliance, and judging from what MyWar43 just said, maybe that's a problem.&lt;/p&gt;

&lt;p&gt;EDIT: Forgot to say, I'm using this on the com7 and au1 servers. Both get fore-mentioned problem.&lt;/p&gt;

&lt;p&gt;EDIT 2: Also, there is no message saying &quot;can't identify race&quot;, which lil_nob was 'supposedly' having. Nothing of the sort.&lt;/p&gt;</description>
      <pubDate>Mon, 18 Aug 2008 09:59:03 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:14209:49146</guid>
      <author>James.Denholm</author>
      <link>http://userscripts.org/posts/49146</link>
    </item>
    <item>
      <title>Archived Comments, replied by MyWar43</title>
      <description>&lt;p&gt;may be it's the ally link in the profil.if you are not in an ally,IT WORKS!!!
&lt;br /&gt;playing on german server&lt;/p&gt;</description>
      <pubDate>Mon, 18 Aug 2008 00:30:11 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:14209:49147</guid>
      <author>MyWar43</author>
      <link>http://userscripts.org/posts/49147</link>
    </item>
    <item>
      <title>Archived Comments, replied by Joker</title>
      <description>&lt;p&gt;It keeps switching to my profile page, anybody know  what the problem is ?
&lt;br /&gt;playing on dutch server&lt;/p&gt;</description>
      <pubDate>Mon, 11 Aug 2008 17:08:24 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:14209:49148</guid>
      <author>Joker</author>
      <link>http://userscripts.org/posts/49148</link>
    </item>
    <item>
      <title>Archived Comments, replied by BmW</title>
      <description>&lt;p&gt;With Latest Version:
&lt;br /&gt;&lt;a href=&quot;http://img137.imageshack.us/img137/1403/breznaslovabb7.jpg&quot;&gt;http://img137.imageshack.us/img137/1403/breznas...&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 11 Aug 2008 14:23:17 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:14209:49149</guid>
      <author>BmW</author>
      <link>http://userscripts.org/posts/49149</link>
    </item>
    <item>
      <title>Archived Comments, replied by Toxon</title>
      <description>&lt;p&gt;@BmW: did you try the lastest version? it should work fine now!&lt;/p&gt;</description>
      <pubDate>Mon, 11 Aug 2008 11:49:47 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:14209:49150</guid>
      <author>Toxon</author>
      <link>http://userscripts.org/posts/49150</link>
    </item>
  </channel>
</rss>
