Scripts
How to use Scipts. It makes playing with hundreds and thousand villiges lot easier.
The JavaScript scripts are nothing more than links.
Placing a script in your quickbar is the most common method of storing scripts
You need premium to put a script in the quickbar
Go to Settings-> Edit Quickbar-> Add new link then Copy & Paste
the JavaScript code in the "Target-URL" box.
List of scripts
1. Go to Settings
2. Go to edit quick bar
3. click add break line
4. add new link
5. Target URL: (put in script using copy and paste)
6. Entry name: (what ever the name of the script is)
7. Then click ok
The script will come up on your tool bar
To use them
Rename Village – go to overviews > Combined > click rename village
Mint coins – click on it and it will show you what to do
Rename Village
javascript:var%20text='MERCY';var%20doc=document;if(window.frames.length>0)doc=window.main.document;var%20inputs=doc.getElementsByTagName('input');var%20index=1;for(i=0;i<inputs.length;i++){if(inputs.id.indexOf('edit_input')!=-1){inputs.value="";if(index<100)inputs.value+="0";if(index<10)inputs.value+="0";inputs.value+=index%20+%20"%20";inputs.value+=text;inputs[i+1].click();index++;}}end();
Mass-Mint Coins
javascript:ukScript="http://ftp.innogames.net/~tracey/scripts/massAcademy.js";s=document.createElement('script');s.type='text/javascript';s.src=ukScript+'?'+Math.floor((new Date()).valueOf()/604800000);document.getElementsByTagName('head')[0].appendChild(s);void 0;
