@@ -37,6 +37,7 @@ spellNameRage = "Rage"
3737spellNameJump = " Jump"
3838spellNameFreeze = " Freeze"
3939btnStart = " Start Bot"
40+ btnStartInit = " Initiating..."
4041btnStop = " Stop Bot"
4142btnHide = " Hide BS"
4243btnAtkNow = " Attack Now"
@@ -83,6 +84,9 @@ chkDonateBarbariansTip = "Check keywords before donating Troop 1"
8384chkRequest = " Request for :"
8485txtRequestDefault = " any"
8586txtRequestTip = " Request for input."
87+ chkBlacklist = " Blacklist"
88+ chkBlacklistTip = " Check to prevent donating if the request contains a word in the box to the right"
89+ chkBlacklistTip2 = " Will not work if you are using donate to all."
8690gtfo = " GTFO"
8791gtfoTip = " Kick after donating"
8892pageUpgradeBuilding = " Upgrade"
@@ -147,9 +151,9 @@ lblSpellCap = "Spell factory capacity:"
147151lblCapacity = " Camp Capacity :"
148152chkTrap = " Auto Rearm Traps"
149153chkTrapTip = " Auto rearm for Traps, Crossbows & Inferno Towers"
150- lblSearchsp = " Seach Base Speed:"
154+ lblSearchsp = " Search Base Speed:"
151155lblSearchspTip = " Set search base speed to higher number if having frequent server sync issue"
152- lblSearchspd = " Tips: 0 = Fast, 10 = 15 seconds wait "
156+ lblSearchspd = " Tips: 0 = Fast, 10 = Slow "
153157lblReturnh = " Return Home Delay:"
154158lblReturnhTip = " Set delay timing for return home during raid"
155159lblReturndelay = " seconds after no income detected"
@@ -247,6 +251,8 @@ tiExit = "Exit"
247251pageSearch = " Search Settings"
248252DeadConditions = " Dead Base Conditions"
249253lblDeadConditions = " Search for full collectors bases and ALL selected conditions"
254+ chkKingAvail = " Wait for King"
255+ chkQueenAvail = " Wait for Queen"
250256chkDeadSnipe = " Snipe"
251257chkDeadSnipeTip = " If checked, will attack exterior townhall of dead base regardless of other settings"
252258AnyConditions = " Live Base Conditions"
@@ -463,6 +469,10 @@ msgDarkTroopComplete = "Dark Troop Training Complete..."
463469msgSFUnavailable = " Your Spell Factory is not available"
464470msgMakingSpell = " Making spell: "
465471msgUnableCreate = " Unable to click create spells"
472+ msgKAUnavailable = " King Altar is not available"
473+ msgQAUnavailable = " Queen Altar is not available"
474+ msgKingAvail = " King available:"
475+ msgQueenAvail = " Queen available:"
466476msgSearchCond = " Search Condition:"
467477msgWillSaveAll = " Will save all of the towns when searching"
468478msgOutDeadFound = " ~~~~~~~Outside Townhall in Dead Base Found!~~~~~~~"
@@ -500,6 +510,7 @@ msgSpellFull = "Spell Factory is full"
500510msgCollecting = " Collecting Resources"
501511msgDonatingTroops = " Donating Troops"
502512msgChatText = " Chat Text: "
513+ msgBlacklisted = " Blacklisted!"
503514msgUnableToRead = " Unable to read troop"
504515msgDonateRules = " donate rules."
505516msgUnableToDetermine = " Unable to determine how to donate "
@@ -532,6 +543,9 @@ msgLocSpellFact = "-Spell Factory"
532543msgLocLab = " -Locate Laboratory"
533544msgBeginAttack = " ======Beginning Attack ======"
534545msgWaitingFull = " ~~~Waiting for full army~~~"
546+ msgHeroNotReady = " ~~~Heroes are not Ready~~~"
547+ msgWarningKingUG = " !!!WARNING!!! King upgrading is in progress!"
548+ msgWarningQueenUG = " !!!WARNING!!! Queen upgrading is in progress!"
535549msgTimeIdle = " Time Idle: "
536550msgTimeIdleHours = " hours "
537551msgTimeIdleMin = " minutes "
@@ -598,11 +612,13 @@ msgTrophyInitial = "T"
598612msgGemInitial = " GEM"
599613msgTHInitial = " TH"
600614msgDeadInitial = " Dead"
615+ msgDeadBase = " Deadbase"
601616msgDownloading = " Downloading update..."
602617msgUnzipping = " Successful! Unzipping..."
603618msgInstallandRestart = " Successful! Installing and restarting..."
604619msgAppearsStuck = " We appear to be stuck. Resetting troop counts."
605620msgSevereStuck = " Continually stuck. Just acting as if we have a full army camp."
621+ msgDLLError = " DLL error: Something bad happened!"
606622boxAlreadyRunning = " Bot is already running."
607623boxCompile1 = " Don' t Run/Compile Script (x64)! try to Run/Compile Script (x86) to getting this bot work."
608624boxCompile2 = "If this message still appear, try to re-install your AutoIt with newer version."
0 commit comments