Travian Messages Deleater

By Sholto Last update Aug 17, 2008 — Installed 1,458 times.

Script Summary: It deleates messages in travian.



It is for travian .cl
But it is very easy to make it run in other servers.

You have to copy the message of an atack, comerce or the reforcement.
You look for a word that is repeated in the title of all atacks messages, and do the same for the others.

Then you open the script for editing. In the first line:
var toremove = 'apoya'; // Puede ser 'ataca' o 'apoya'
you have to replace the 'apoya' with the word repeated in the titles of the atacks message (to erase the atack message), with the one repeated in the comerce titles (to erase the comerce one), or the one repeated in the reforcement titles (to erase them). This word must be low-case, and must be written betwen ' '.
Eg.: If the word repeaded it apoya, you have to write:
var toremove = 'apoya';

If the word is attack:
var toremove = 'attack';

If the word is send:
var toremove = 'send';