Travian3 Beyond - ML&CN FX

By Black_Cat Last update Oct 29, 2010 — Installed 573,189 times.

FIX- Merchant bug

in
Subscribe to FIX- Merchant bug 1 post, 1 voice

blablubbb Scriptwright
FirefoxWindows

At my computer the script doesnt find the merchants capacity anymore...
FIX:
Find:
var strMaxC = $xf("//form//p/b"); (somewhere Line 11836)
and replace with:
var strMaxC = $xf("/html/body/div/div[3]/div[2]/div/p[3]/b");

Cant tell, whether it works on all servers...

Also: Script does not include T4-servers so I excluded them:
// @exclude http://ts*.travian*.*

Have fun!