Posts by steelblue on scripts

Subscribe to Discussions on your scripts 6 posts

Jul 17, 2008

Travian Task Queue [With more Feature] 2.4 :-D: Archived Comments

@rasatavohary

One more thing about the Traditional Chinese language for HK.
Please insert a "break;" statement at the end of the case "hk": section,
many thanks !

 
Jul 16, 2008

Travian Task Queue [With more Feature] 2.4 :-D: Archived Comments

@rasatavohary

Hi, I have set the Tradition Chinese language for HK servers up (based on the Simplified Chinese one)

One issue is that I only have a Teuton account, and I couldn't find the name of Roman wall and Gauls wall in HK Travian's help page, so the names were just directly translated from the Simplified Chinese one, and may not work. Someone please help update it.

I think this can also be pasted in the Taiwan "TW" section, which is better than nothing in case even the names are not exactly the same.

// By SteelBlue
// Someone please update the Roman wall name and Gauls wall name
aLangBuildings = ["", "伐木場", "泥坑", "鐵礦場", "農場", "鋸木廠", "磚廠", "鋼鐵鑄造廠", "麵粉廠", "麵包店" , "倉庫", "穀倉", "鐵匠", "盔甲廠", "競技場", "村莊大樓", "集結點", "市場", "大使館", "兵營", "馬棚", "工場", "研究院", "山洞", "城鎮廳", "行宮", "皇宮", "寶物庫", "交易所", "大兵營", "大馬棚", "城牆", "土牆", "柵欄", "石匠鋪", "釀造廠", "陷阱機", "英雄宅", "大倉庫", "大穀倉", "世界奇蹟"];
aLangTasks = ["建造", "升級", "攻擊", "研發", "訓練", "運送資源"];
aLangStrings = ["預定建造", "預定升級", "預定攻擊", "預定研究", "將這個任務預定稍後執行.", "開始建造", "開始建造但結果不明.", "等級", "不能建造.", "不能升級.", "任務延遲.", "當前建造:", "現在不能預定這個任務.", "計劃不允許!", "已經預定的計劃", "刪除", "稍後發送", "沒有選擇軍隊.", "你的軍隊以出發", "你的軍隊沒有出發.", "增援", "攻擊", "搶奪", "投石車將瞄準", "隨機", "計劃於", "或等待", "秒", "分", "時", "日", "偵察敵方現有資源和軍隊", "偵察敵方防守部署和軍隊", "不在", "攻擊不能計劃,因為沒有指定目的地.", "在位置編號.", "分類按照:", "類型", "時間", "目標", "選項", "村莊", "任務歷史記錄", "清楚歷史記錄", "開始研發", "不能研發.","稍後升級", "偵察", "稍後訓練", "軍隊.", "訓練", "開始訓練", "不能訓練.","且重複","次","間隔","清空任務","已經派遣","任務排隊"];
aLangTroops[0] = ["古羅馬步兵", "禁衛兵", "帝國兵", "使者騎士", "帝國騎士", "將軍騎士", "衝撞車", "火焰投石機" , "參議員", "開拓者", "英雄"]; //Romans
aLangTroops[1] = ["棍棒兵", "矛兵", "斧頭兵", "偵察兵", "俠客", "條頓騎士", "衝撞車", "投石機", "司令官", "開拓者", "英雄"]; //Teutons
aLangTroops[2] = ["方陣兵", "劍士", "探路者", "雷法師", "德魯伊騎兵", "海頓聖騎", "衝撞車", "投石機", "族長", "開拓者", "英雄"]; //Gauls

 
Jul 15, 2008

Travian Task Queue [With more Feature] 2.4 :-D: Archived Comments

Hello,
The script doesn't work in HK servers (Traditional Chinese).
I tested the same script in US servers, the "upgrade later" and "queue this task" DO show up, but they are absent in HK servers.

Are there anything I can do to help make it work on HK servers?
Please advice, thanks.

 
Jan 1, 2008

Travian3 Beyond - all language: Archived Comments

Tested, it now works for HK servers!
Thanks Kolumbus.

 
Dec 30, 2007

Travian3 Beyond - all language: Archived Comments

Hello author,
Since the language in Hong Kong (hk) is the same as Taiwan, that is Traditional Chinese by just adding a line to point variable lang_hk to lang_tw will make this script works for all HK servers.

sample code starting from line 1620:

// Taiwanese (Trd. Chinese) translation
var lang_tw = new Array();
var lang_hk = lang_tw;
lang_tw['ALIANZA'] = '\?珮??;
lang_tw['PERFIL'] = '\?鈭暝鞈??;

 
Apr 22, 2007

Remember the Milk - Disable Sidebar Scroll: Archived Comments

Thanks !
the slow animation of the right side bar of RTM has always annoyed me.

This script helps the right side bar to quickly stop moving.