Comments by jreedy88 on scripts

2 comments

Comment on:
Travian3 Beyond - all language

Apr 17, 2008

FIXING THE GRAPHICS PROBLEM:

Find the line:

function img(ref, lang_dependant){ return (!lang_dependant ? pack_grafico + "img/un/" + ref : pack_grafico + "img/" + idioma + '/' + ref); }

And replace it with:

function img(ref, lang_dependant){ return (!lang_dependant ? "img/un/" + ref : "img/" + idioma + '/' + ref); }

THIS WORKS FOR THE ENGLISH GRAPHICS PACK. I'M UNSURE WHAT THIS WOULD DO FOR NON-ENGLISH.

Comment on:
Travian3 Beyond - all language

Apr 17, 2008

I'm pretty certain that the script is looking in the wrong location for images. I think they've changed something on the server. This has nothing to do with my computer. I tried this on my computer as well as on a Linux machine which I haven't been on in about a week. The script works on neither machine. The images don't display.