Farming script?

DeletedUser

Guest
Anyone knows a good farming script for w50?

I tried to use this but it randomly insert the coordinates, some villages are not attacked and some are attacked twice or more.

Code:
javascript:function%20end(){c='798|209 797|209 797|208 797|205 801|201 802|201 802|200 804|201 804|203 806|203 807|200 808|201 808|203 810|202 810|203 811|203 811|204 813|202 814|205 814|206 815|207 813|208 815|212 815|213 812|210 812|213 810|212 808|214 807|213 806|210 812|206 811|207 810|206 810|205 809|206 808|205 808|206 808|207 806|207 806|208 805|207 805|208 804|209 803|211 803|214 802|213 802|208 801|209 800|209 800|210 799|211';var%20d=document;if(window.frames.length>0)d=window.main.document;url=d.URL;if(url.indexOf('screen=place')==-1)alert('This%20script%20needs%20to%20be%20run%20from%20the%20rally%20point');a=c.match(/(\d+\|\d+)/g);b=a[Math.round(Math.random()*(a.length-1))].split("|");d.forms[0].x.value=b[0];d.forms[0].y.value=b[1];d.forms[0].spear.value=0;d.forms[0].sword.value=0;d.forms[0].axe.value=0;d.forms[0].spy.value=0;d.forms[0].light.value=529;d.forms[0].heavy.value=0;d.forms[0].ram.value=1;d.forms[0].catapult.value=0;d.forms[0].snob.value=0;d.forms[0].archer.value=0;d.forms[0].marcher.value=100;d.forms[0].knight.value=0;}end();
 
Last edited by a moderator:

DeletedUser

Guest
If anyone could mail me a W50 Farm Script and Shaper that would be great
 

File Not Found

Guest
Must have been a forum revert...

Doctors Advocate
@ Check the very first thread in this forum section, and you will find a link to a whole bunch of fake scripts that can be modified to farm. Failing that, go back a few pages on this thread, and there are countless farming scripts that will work for you.


-Vodkaiser- @ The same farming and farm shaping scripts that work for all other worlds, work for world 50. Just change the coords in your farming script, or failing that, use one of the many farming script generators out there, like the one at ZOMGTW.net
 

DeletedUser

Guest
Oh, I tried a few but dosen't work. By the way... I use Firefox.
Can you give me some example please? I'm kinda n00b in Scripts section.
 

busamad

Contributing Poster
Reaction score
34
Oh, I tried a few but dosen't work. By the way... I use Firefox.
Can you give me some example please? I'm kinda n00b in Scripts section.

If that does not work you will need to give more details of what does not work & maybe evn a copy of the script you used.
 

File Not Found

Guest
A note about the script output by ZOMGTW.net

At the end of the coordinates variable, there is an additional blank space that should be removed.
 

DeletedUser

Guest
Yea I saw and removed that when I entered my farms coordinates there.
 

Timed bomb.

Guest
What happens if you logout of TWs or don't have enough LCs with it to finish? Does it start over?
 

busamad

Contributing Poster
Reaction score
34
If you log out it depends on your browser settings as its the cookie info that stops the rest.

As for having no troops to send you have to stop clicking the script or when troops do return you will have missed some villages.
 

DeletedUser

Guest
Personally the more villages I get, the better I like bookmark farming, I can run through 80 villages in about 15-20 minutes if Im not distracted.
I like the fake script for sending fakes, but for farming, it seems it would take more work than its worth for an account with multiple villages.


i have around 160 vills and growing, what is easyier to use for farming

manually - takes ages
scripts?
or that bookmark farming?


and how do u do them?
 

DeletedUser76715

Guest
Why not try www.twfarmreport.com

It sends the right amount of troops to take all the resources from the farm based on the last submitted report if the troops levels are available.

What is also good about TWFarmReport is that you can share you reports with your friends, so as long as no enemies are farming your farms you can be sure never to have your farmers come back empty handed again.

You set your setting on what troops to send, how far to send them and how many min/max resources you want them to bring back. If you last submitted report showed that the farm had a wall of any level there is an option for you to send rams/cats with your troops.

You can also set several setting to determine which barbs/player vills are classed within your farms, with the added ability to see any nobled farms since your last visit to the site.

In my opinion and many other's opinions this is the best Tribal Wars tool.

Don't take my word for it. Go and Try it for yourself and see how much you come to love it :)
 

DeletedUser

Guest
sometimes that's the only way to farm whem you don't have twfarmreport in available for your country... You know what I mean coz I'm been pissing you of to make brazilian servers available for your tool! LOL
 

DeletedUser

Guest
what if

what if what i want is a script that fill the troops but not the coords (non pa)

so when i click 5 scouts are filled while coords leave intact.
 

dalesmckay

Guest
what if what i want is a script that fill the troops but not the coords (non pa)

so when i click 5 scouts are filled while coords leave intact.

[SPOIL]
Code:
javascript:var config={spy:5};$("#units_form input[maxUnits]").each(function(i,e){e.value=Math.min(Math.max(0,e.parentNode.innerHTML.match(/maxUnits\=\"(\d+)\"/i)[1]),config[e.name]||0);});void(0);
[/SPOIL]
 

DeletedUser

Guest
try this one...


PHP:
// JavaScript Document
javascript:var sp=0,sw=0,ax=0,ar=0,scout=5,lc=0,mount=0,hv=0,cat=0,ra=0;coords='';var%20doc=document;if(window.frames.length>0)doc=window.main.document;url=doc.URL;coords=coords.split("%20");index=0;doc.forms[0].spear.value=sp;doc.forms[0].sword.value=sw;doc.forms[0].axe.value=ax;doc.forms[0].spy.value=scout;doc.forms[0].light.value=lc;doc.forms[0].heavy.value=hv;doc.forms[0].ram.value=ra;doc.forms[0].catapult.value=cat;doc.forms[0].archer.value=ar;doc.forms[0].marcher.value=mount;end();
 

DeletedUser88407

Guest
I was wondering if there is a way to change this script to have a separate cookie for each link in the quickbar. It works great for one village but when you farm from multiple villages , i think it uses the same cookie , and goes screwy.

[spoil]javascript:sp=0;sw=0;ax=0;scout=4;lc=40;hv=0;cat=0;ra=0;coords='666|666';var%20doc=document;if(window.frames.length>0)doc=window.main.document;url=document.URL;if(url.indexOf('screen=place')==-1)alert('This%20script%20needs%20to%20be%20run%20from%20the%20rally%20point');coords=coords.split("%20");index=0;farmcookie=document.cookie.match('(^|;) ?farm=([^;]*)(;|$)');if(farmcookie!=null)index=parseInt(farmcookie[2]);if(index>=coords.length)alert('last village');if(index>=coords.length)index=0;coords=coords[index];coords=coords.split("|");index=index+1;cookie_date=new%20Date(2020,11,11);document.cookie ="farm="+index+";expires="+cookie_date.toGMTString ();doc.forms[0].x.value=coords[0];doc.forms[0].y.value=coords[1];insertUnit(doc.forms[0].spear,sp);insertUnit(doc.forms[0].sword,sw);insertUnit(doc.forms[0].axe,ax);insertUnit(doc.forms[0].spy,scout);insertUnit(doc.forms[0].light,lc);insertUnit(doc.forms[0].heavy,hv);insertUnit(doc.forms[0].ram,ra);insertUnit(doc.forms[0].catapult,cat);end();[/spoil]
 
Last edited:
Top