Script Repair

jaro

Active Member
Reaction score
6
script link is dead, whoever hosted it is no longer hosting, so impossible to fix
its a farm shaper, you did one but couldnt validate it if im not wrong¿? or could you validate?

BTW i have this ones.

javascript:Timing.pause();sp=50;sw=25;ax=25;ar=25; sc=1;lc=3;ma=5;hc=5;archerworld=1;
var custom_order = true;var arrCustomOrder =["Wall", "Farm", "Headquarters", "Smithy", "Rally point", "Barracks", "Stable", "Workshop",
"Market", "Academy", "Statue"];

function e()
{var n='barb_pruner',s='https://dl.dropboxusercontent.com/u/13191442/SirGramps/cat_cascade_with_troops_FA.js?' + Math.round(Math.random() *
143567), a = (window.frames.length > 0) ? window.main: window;
function c(m)
{a.document.body.appendChild(a.document.createText Node(m));
a.document.body.appendChild(a.document.createEleme nt('br'));
}
if (a.document.getElementById(n) == null)
{c("Creating script entry in doc head...");
var A = a.document.createElement('script');
A.id = n;
A.type = 'text/javascript';
A.src = s;
a.document.getElementsByTagName("head")[0].appendChild(A);
setTimeout(e, 250);
return;
}
if (typeof (a.run) == 'undefined')
{c("Loading script...");
setTimeout(e, 200);
return;
}
c("Loaded");
a.run(true,(['spy',0]),1);
}
e();
Javascript: $.getScript("http://dl.dropbox.com/u/24469843/Tribalwars/Scripts/farm_shaper.js",function(){run(false, [['spy', 1], ['axe', 50], ['light', 100]], false);});void(0);
javascript: var custom_order = true;
var arrCustomOrder = ["Wall", "Farm", "Village Headquarters", "Smithy", "Rally point", "Barracks", "Stable", "Workshop", "Market", "Academy", "Statue"];


function e() {
var n = 'farm_shaper',
s = 'http://taktimer.net/scripts/shaperFix.js?' + Math.round(Math.random() * 143567),
a = (window.frames.length > 0) ? window.main: window;

function c(m) {
a.document.body.appendChild(a.document.createTextNode(m));
a.document.body.appendChild(a.document.createElement('br'));
}
if (a.document.getElementById(n) == null) {
c("Creating script entry in doc head...");
var A = a.document.createElement('script');
A.id = n;
A.type = 'text/javascript';
A.src = s;
a.document.getElementsByTagName("head")[0].appendChild(A);
setTimeout(e, 250);
return;
}
if (typeof (a.run) == 'undefined') {
c("Loading script...");
setTimeout(e, 200);
return;
}
c("Loaded");
a.run(false, [
['spy', 1],
['axe', 100],
['sword', 200],
['ram', 25]
], 1);
}
e();;

javascript: var custom_order = true;var arrCustomOrder =["Wall", "Barracks", "Headquarters", "Farm", "Smithy", "Stable", "Workshop",
"Market", "Academy"];




function e()
{var n = 'barb_pruner', s = 'http://dl.dropbox.com/s/b5x2gu6l7wsdnrc/shapeFix.js?dl=0', a = (window.frames.length > 0) ? window.main: window;
function c(m)
{a.document.body.appendChild(a.document.createTextNode(m));
a.document.body.appendChild(a.document.createElement('br'));
}
if (a.document.getElementById(n) == null)
{c("Creating script entry in doc head...");
var A = a.document.createElement('script');
A.id = n;
A.type = 'text/javascript';
A.src = s;
a.document.getElementsByTagName("head")[0].appendChild(A);
setTimeout(e, 250);
return;
}
if (typeof (a.run) == 'undefined')
{c("Loading script...");
setTimeout(e, 200);
return;
}
c("Loaded");
a.run(false, (['spy', 1],['axe', 0],['axe', 50]), 1);
}
e();
 
Last edited:

Anonymous...

Member
Reaction score
2
Only the third one has a working link in the script, and even that has an HTTP hosting, which might require the script to rebuilt from the ground up. I know Sophies feelings about building a new farm shaper, and I won't ask that of her. That's a wound I will not rub salt in
 
Top