Script Summary: Original Travian3 Beyond by Victor Garcia - fixed disappeared images, without notes under villages list
Version: 2.6c
I'm not an author. I've just applied little fix mentioned here by nuno21nt who posted link to the fix at denibol.com (travian beoyond author's homepage).
Here's the link:
http://userscripts.org/scripts/show/25466
Here's solution (by invitado)
------------------------------------------------
I think I have a patch.
In the function function getGeneralData(), find a line:
find("//link[@rel='stylesheet']", XPFirst).href.search(/^(.*\/)(.*)\.css$/);
and replace with:
find("//link[@rel='stylesheet'][contains(@href,'unx')]", XPFirst).href.search(/^(.*\/)(.*)\.css$/);
Seems to work for me now.
-----------------------------------------------
indeed it works :) The list of players below the map whom you can send resources or attack is still hidden but i have no idea how to fix it. Anyway... if someone got used to the ol' original travian beyond (without notes below villages list) it would be perfect :)



