Comments by kustah on scripts

12 comments

Comment on:
Travian3 Beyond Hacked FR

May 22, 2008

when i click setupğ scritp script open http://speed.travian.com.tr/spieler.php?s=2
and i only seee travian orginal time settings

i cant open setup page

Comment on:
Travian3 Beyond Hacked FR

May 20, 2008

how i can open setup page i cant find itt

Comment on:
Travian: Attack builder

May 7, 2008

whic function fixed ?? please add comment

Comment on:
TravianMap

May 7, 2008

what is fixed but now it is working witout arrows nice job i hope u will add arrows

Comment on:
TravianMap

May 5, 2008

it is not working for me . btw im plaing in speed server

Comment on:
Travian Task Queue

May 3, 2008

please put fix list what is fixed ? 450 pll installed but no comment ....

Comment on:
Travian3 Beyond - all language

Apr 29, 2008

here is culture point fixing for speed server

/**
* Calculates how many villages can be found from the given amount of the culture points
* The function now works correctly on speed3x servers
*
* Params:
* cp: culture points
*
* Returns:
* The number of villages the player can have
*/
function pc2aldeas(cp)
{
if (document.domain.indexOf("speed")>-1)
{
return Math.round(Math.pow((cp / 100) / 16*3, 1 / 2.3));
}
return Math.round(Math.pow((cp / 1000) / 1.6, 1 / 2.3));
}

/**
* Calculates how many culture points are required to have the given amount of villages
* The function now works correctly on speed3x servers.
*
* Params:
* villages
*
* Returns:
* The necessary culture points
*/
function aldeas2pc(villages)
{
if (document.domain.indexOf("speed")>-1)
{
return Math.round(16/3 * Math.pow(villages, 2.3)) * 100;
}
return Math.round(1.6 * Math.pow(villages, 2.3)) * 1000;
}

Comment on:
Auto-Farmscript

Mar 24, 2008

how can i change atack type . i want to chance to normal atack pls help me ..

Comment on:
Travian: Ally and NAP marker

Mar 21, 2008

how i can change War color ? i can only add ally and nap and these color can change but war still same i want to change war color please some body can show me a way ?

Comment on:
Travian: Attack builder

Mar 12, 2008

cataText = ["Select a target =)","Random","Orman","Tugla ocagı","Demir madeni","Tarla","Marangozhane","Tuğla Fırını","Demir dökümhanesi","Değirmen","Ekmek fırını","Hammadde deposu","Tahıl ambarı","Silah dökümhanesi","Zırh dökümhanesi","Turnuva alanı","Merkez binası","Askeri üs","Pazar yeri","Elçilik","Kışla","Ahır","Tamirhane","Akademi","Belediye","Köşk","Saray","Ticaret merkezi","Büyük kışla","Büyük ahır","Kahraman kışlası","Büyük hammadde deposu","Büyük Tahıl ambarı","Dünya harikası"];
break;

Comment on:
Travian: Attack builder

Mar 12, 2008

turkish Translation

case "tr"://by kustah
text = ["vur tekmeyi =)","yanlış atak tipi!","cordinat yok!","yeterli asker yok! (askerler #","asker seçilmedi","başlıyor","yanlış kordinat","gözcü yok","Bitti","Dalga ayarı:","Yeni dalga ekle","Reset","Atak ayarı:","Atak tipi:","Normal","Destek","Yağmalama","Hammade gözle","Defans gözle","Kordinat","Vur tekmeyi! =)","Ulaşım zamanı","Varış saati:","Ulaşım zamanı ayarı","Dalgadaki saldırı sayısı","with '|' ex: 0,0|1,1","Hata:","Hesap kapalı","Ulaşım zamanı :"];

Comment on:
Auto-Farmscript

Mar 12, 2008

some body can add timer for auto start and auto stop option to script . by the way good job i like this script it is very nice.