Skip to content

Commit b135b3c

Browse files
committed
* **V7.5.3**
* Fixed Miner XP Value , reported by @spartan * Fixed Wizard detection on attack bar reported by @Liam0603 * Fixed Smartwait4Train when Barracks are boosted , reported by @sleepnmojo * Fixed Attack Now buttons and New status icons issue , reported by @vlab97 * Fixed Boost button detection on Heroes , reported by @Mantaka * Fixed Rearm on TH12 when exist 7 button , reported by @HArchH * Fixed Input Train digit limits to Minions and Electro Dragon , reported by @jwodonto * Fixed Laboratory Troops and Spells Upgrades - June 2018 * Improved the setlog on Prerequisites * Improved the Check Laboratory status * Updated Russian translate by @vlab97
1 parent 482c4d9 commit b135b3c

28 files changed

Lines changed: 215 additions & 152 deletions

CHANGELOG

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
1-
* **V7.5.2**
1+
* **V7.5.3**
2+
* Fixed Miner XP Value , reported by @Spartan
3+
* Fixed Wizard detection on attack bar reported by @liam0603
4+
* Fixed Smartwait4Train when Barracks are boosted , reported by @sleepnmojo
5+
* Fixed Attack Now buttons and New status icons issue , reported by @vLab97
6+
* Fixed Boost button detection on Heroes , reported by @Mantaka
7+
* Fixed Rearm on TH12 when exist 7 button , reported by @HArchH
8+
* Fixed Input Train digit limits to Minions and Electro Dragon , reported by @jwodonto
9+
* Fixed Laboratory Troops and Spells Upgrades - June 2018
10+
* Improved the setlog on Prerequisites
11+
* Improved the Check Laboratory status
12+
* Updated Russian translate by @vLab97
13+
14+
* **V7.5.2**
215
* Added Electro Dragon Support
316
* Added TH12 Images
417
* Added Clan Castle Selection on Attack (Siege Machine not supported yet)

COCBot/GUI/MBR GUI Design Bottom.au3

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Global $g_hLblVillageReportTemp = 0
2929
Global $g_hlblKing = 0, $g_hPicKingGray = 0, $g_hPicKingBlue = 0, $g_hPicKingRed = 0, $g_hPicKingGreen = 0
3030
Global $g_hlblQueen = 0, $g_hPicQueenGray = 0, $g_hPicQueenBlue = 0, $g_hPicQueenRed = 0, $g_hPicQueenGreen = 0
3131
Global $g_hlblWarden = 0, $g_hPicWardenGray = 0, $g_hPicWardenBlue = 0, $g_hPicWardenRed = 0, $g_hPicWardenGreen = 0
32-
Global $g_hlblLab = 0, $g_hPicLabGray = 0, $g_hPicLabRed = 0, $g_hPicLabGreen = 0
32+
Global $g_hlblLab = 0, $g_hPicLabGray = 0, $g_hPicLabRed = 0, $g_hPicLabGreen = 0
3333

3434
Func CreateBottomPanel()
3535
Local $sTxtTip = ""
@@ -83,18 +83,18 @@ Func CreateBottomPanel()
8383
If $g_bGuiRemote Then GUICtrlSetState(-1, $GUI_DISABLE)
8484
GUICtrlSetOnEvent(-1, "chkBackground")
8585
GUICtrlSetState(-1, (($g_bAndroidAdbScreencap = True) ? ($GUI_CHECKED) : ($GUI_UNCHECKED)))
86-
87-
$g_hLblVersion = GUICtrlCreateLabel($g_sBotVersion, $x + 120, $y + 77, 60, 17, $SS_LEFT ) ;
88-
GUICtrlSetColor(-1, $COLOR_MEDGRAY)
89-
90-
86+
87+
$g_hLblVersion = GUICtrlCreateLabel($g_sBotVersion, $x + 120, $y + 77, 60, 17, $SS_LEFT ) ;
88+
GUICtrlSetColor(-1, $COLOR_MEDGRAY)
89+
90+
9191
$g_hBtnAttackNowDB = GUICtrlCreateButton(GetTranslatedFileIni("MBR GUI Design Bottom", "BtnAttackNowDB", "DB Attack!"), $x + 190, $y - 4, 60, -1)
9292
GUICtrlSetState(-1, $GUI_HIDE)
9393
$g_hBtnAttackNowLB = GUICtrlCreateButton(GetTranslatedFileIni("MBR GUI Design Bottom", "BtnAttackNowLB", "LB Attack!"), $x + 190, $y + 23, 60, -1)
9494
GUICtrlSetState(-1, $GUI_HIDE)
9595
$g_hBtnAttackNowTS = GUICtrlCreateButton(GetTranslatedFileIni("MBR GUI Design Bottom", "BtnAttackNowTS", "TH Snipe!"), $x + 190, $y + 50, 60, -1)
9696
GUICtrlSetState(-1, $GUI_HIDE)
97-
$g_hLblDonate = GUICtrlCreateLabel(GetTranslatedFileIni("MBR GUI Design Bottom", "LblDonate", "Support the development"), $x + 224, $y + 80, 220, 24, $SS_RIGHT)
97+
$g_hLblDonate = GUICtrlCreateLabel(GetTranslatedFileIni("MBR GUI Design Bottom", "LblDonate", "Support the development"), $x + 270, $y + 80, 165, 24, $SS_RIGHT)
9898
GUICtrlSetCursor(-1, 0) ; https://www.autoitscript.com/autoit3/docs/functions/MouseGetCursor.htm
9999
GUICtrlSetFont(-1, 8.5, $FW_BOLD) ;, $GUI_FONTITALIC + $GUI_FONTUNDER)
100100
_GUICtrlSetTip(-1, GetTranslatedFileIni("MBR GUI Design Bottom", "LblDonate_Info_01", "Paypal Donate?"))
@@ -125,7 +125,7 @@ Func CreateBottomPanel()
125125

126126
;New section for royal and lab status
127127
Local $x = 202, $y = $y_bottom + 5
128-
$sTxtTip = "Gray - Not Read, Green - Ready to Use, Blue - Healing, Red - Upgrading"
128+
$sTxtTip = GetTranslatedFileIni("MBR GUI Design Bottom","GrpStatus_Info_01", "Gray - Not Read, Green - Ready to Use, Blue - Healing, Red - Upgrading")
129129
$g_hlblKing = GUICtrlCreateLabel("King", $x, $y, 50, 16, $SS_LEFT)
130130
;GUICtrlSetBkColor(-1, 0xE1E1E1)
131131
_GUICtrlSetTip(-1, $sTxtTip)
@@ -138,7 +138,7 @@ Func CreateBottomPanel()
138138
_GUICtrlSetTip(-1, $sTxtTip)
139139
GUICtrlSetState(-1, $GUI_HIDE)
140140
$g_hPicKingRed = _GUICtrlCreateIcon($g_sLibIconPath, $eIcnRedShield, $x + 53, $y, 16, 16)
141-
_GUICtrlSetTip(-1, $sTxtTip)
141+
_GUICtrlSetTip(-1, $sTxtTip)
142142
GUICtrlSetState(-1, $GUI_HIDE)
143143

144144
$y += 25
@@ -151,22 +151,22 @@ Func CreateBottomPanel()
151151
_GUICtrlSetTip(-1, $sTxtTip)
152152
GUICtrlSetState(-1, $GUI_HIDE)
153153
$g_hPicQueenGreen = _GUICtrlCreateIcon($g_sLibIconPath, $eIcnGreenShield, $x + 53, $y, 16, 16 )
154-
_GUICtrlSetTip(-1, $sTxtTip)
154+
_GUICtrlSetTip(-1, $sTxtTip)
155155
GUICtrlSetState(-1, $GUI_HIDE)
156156
$g_hPicQueenRed = _GUICtrlCreateIcon($g_sLibIconPath, $eIcnRedShield, $x + 53, $y, 16, 16 )
157157
_GUICtrlSetTip(-1, $sTxtTip)
158158
GUICtrlSetState(-1, $GUI_HIDE)
159-
160159

161-
$y += 25
160+
161+
$y += 25
162162
$g_hlblWarden = GUICtrlCreateLabel("Warden", $x, $y, 50, 16, $SS_LEFT)
163163
_GUICtrlSetTip(-1, $sTxtTip)
164164
;GUICtrlSetBkColor(-1, 0xE1E1E1)
165165
$g_hPicWardenGray = _GUICtrlCreateIcon($g_sLibIconPath, $eIcnGrayShield, $x + 53 , $y, 16, 16 )
166-
_GUICtrlSetTip(-1, $sTxtTip)
166+
_GUICtrlSetTip(-1, $sTxtTip)
167167
$g_hPicWardenBlue = _GUICtrlCreateIcon($g_sLibIconPath, $eIcnBlueShield, $x + 53, $y, 16, 16 )
168168
_GUICtrlSetTip(-1, $sTxtTip)
169-
GUICtrlSetState(-1, $GUI_HIDE)
169+
GUICtrlSetState(-1, $GUI_HIDE)
170170
$g_hPicWardenGreen = _GUICtrlCreateIcon($g_sLibIconPath, $eIcnGreenShield, $x + 53, $y, 16, 16 )
171171
_GUICtrlSetTip(-1, $sTxtTip)
172172
GUICtrlSetState(-1, $GUI_HIDE)
@@ -175,7 +175,7 @@ Func CreateBottomPanel()
175175
GUICtrlSetState(-1, $GUI_HIDE)
176176

177177
$y += 25
178-
$sTxtTip = "Green - Lab is Running, Red - Lab Has Stopped"
178+
$sTxtTip = GetTranslatedFileIni("MBR GUI Design Bottom","GrpStatus_Info_02", "Green - Lab is Running, Red - Lab Has Stopped")
179179
$g_hlblLab = GUICtrlCreateLabel("Lab", $x, $y, 50, 16, $SS_LEFT)
180180
_GUICtrlSetTip(-1, $sTxtTip)
181181
;GUICtrlSetBkColor(-1, 0xE1E1E1)
@@ -240,6 +240,6 @@ Func CreateBottomPanel()
240240
$x = 335
241241
$g_hLblVillageReportTemp = GUICtrlCreateLabel(GetTranslatedFileIni("MBR GUI Design Bottom", "LblVillageReportTemp_01", "Village Report") & @CRLF & GetTranslatedFileIni("MBR GUI Design Bottom", "LblVillageReportTemp_02", "will appear here") & @CRLF & GetTranslatedFileIni("MBR GUI Design Bottom", "LblVillageReportTemp_03", "on first run."), $x , $y + 5, 80, 45, BITOR($SS_CENTER, $BS_MULTILINE))
242242

243-
GUICtrlCreateGroup("", -99, -99, 1, 1)
243+
GUICtrlCreateGroup("", -99, -99, 1, 1)
244244

245245
EndFunc ;==>CreateBottomPanel

COCBot/GUI/MBR GUI Design Child Attack - Troops.au3

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -243,9 +243,9 @@ Func CreateTroopsSpellsSubTab()
243243
$g_ahTxtTrainArmyTroopCount[$eTroopElectroDragon] = GUICtrlCreateInput("0", $x + 1, $y + 29, 30, 20, BitOR($GUI_SS_DEFAULT_INPUT, $ES_CENTER, $ES_NUMBER))
244244
_GUICtrlSetTip(-1, $sTxtSetPerc & " " & $sTroopName & " " & $sTxtSetPerc2)
245245
GUICtrlSetState(-1, $GUI_HIDE)
246-
GUICtrlSetLimit(-1, 3)
246+
GUICtrlSetLimit(-1, 2)
247247
GUICtrlSetOnEvent(-1, "TrainTroopCountEdit")
248-
248+
249249
$x += 38
250250
; Minions
251251
Local $sTroopName = GetTranslatedFileIni("MBR Global GUI Design Names Troops", "TxtMinions", "Minions")
@@ -258,8 +258,8 @@ Func CreateTroopsSpellsSubTab()
258258
$g_ahTxtTrainArmyTroopCount[$eTroopMinion] = GUICtrlCreateInput("0", $x + 1, $y + 29, 30, 20, BitOR($GUI_SS_DEFAULT_INPUT, $ES_CENTER, $ES_NUMBER))
259259
_GUICtrlSetTip(-1, $sTxtSetPerc & " " & $sTroopName & " " & $sTxtSetPerc2)
260260
GUICtrlSetState(-1, $GUI_HIDE)
261-
GUICtrlSetLimit(-1, 2)
262-
GUICtrlSetOnEvent(-1, "TrainTroopCountEdit")
261+
GUICtrlSetLimit(-1, 3)
262+
GUICtrlSetOnEvent(-1, "TrainTroopCountEdit")
263263

264264
$x += 38
265265
; Valkyries
@@ -397,8 +397,8 @@ Func CreateTroopsSpellsSubTab()
397397
_GUICtrlSetTip(-1, $sTxtSetPerc & " " & $sTroopName & " " & $sTxtSetPerc2)
398398
GUICtrlSetState(-1, $GUI_HIDE)
399399
GUICtrlSetLimit(-1, 2)
400-
GUICtrlSetOnEvent(-1, "TrainTroopCountEdit")
401-
400+
GUICtrlSetOnEvent(-1, "TrainTroopCountEdit")
401+
402402
$x += 38
403403
; Hogs
404404
Local $sTroopName = GetTranslatedFileIni("MBR Global GUI Design Names Troops", "TxtHogRiders", "Hog Riders")

COCBot/GUI/MBR GUI Design Child VIllage - Upgrade.au3

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -362,12 +362,11 @@ Func CreateWallsSubTab()
362362
GUICtrlSetState(-1, $GUI_DISABLE)
363363
GUICtrlCreateGroup("", -99, -99, 1, 1)
364364

365-
Local $x = 25, $y = 170
366-
GUICtrlCreateGroup(GetTranslatedFileIni("MBR GUI Design Child Village - Upgrade_Walls", "Group_02", "Walls counter"), $x - 20, $y - 20, $g_iSizeWGrpTab3, 100)
367-
$x -= 3
368-
$g_ahWallsCurrentCount[4] = GUICtrlCreateInput("0", $x - 10, $y, 25, 19, BitOR($GUI_SS_DEFAULT_INPUT, $ES_CENTER, $ES_NUMBER))
365+
Local $x = 25, $y = 175
366+
GUICtrlCreateGroup(GetTranslatedFileIni("MBR GUI Design Child Village - Upgrade_Walls", "Group_02", "Walls counter"), $x - 20, $y - 20, $g_iSizeWGrpTab3, 95)
367+
$g_ahWallsCurrentCount[4] = GUICtrlCreateInput("0", $x, $y, 25, 19, BitOR($GUI_SS_DEFAULT_INPUT, $ES_CENTER, $ES_NUMBER))
369368
_GUICtrlSetTip(-1, GetTranslatedFileIni("MBR GUI Design Child Village - Upgrade_Walls", "WallsCurrentCount_Info_01", "Input number of Walls level") & " 4 " & GetTranslatedFileIni("MBR GUI Design Child Village - Upgrade_Walls", "WallsCurrentCount_Info_02", "you have."))
370-
$g_ahPicWallsLevel[4] = _GUICtrlCreateIcon($g_sLibIconPath, $eWall04, $x + 17, $y - 2, 24, 24)
369+
$g_ahPicWallsLevel[4] = _GUICtrlCreateIcon($g_sLibIconPath, $eWall04, $x + 27, $y - 2, 24, 24)
371370
$x += 80
372371
$g_ahWallsCurrentCount[5] = GUICtrlCreateInput("0", $x, $y, 25, 19, BitOR($GUI_SS_DEFAULT_INPUT, $ES_CENTER, $ES_NUMBER))
373372
_GUICtrlSetTip(-1, GetTranslatedFileIni("MBR GUI Design Child Village - Upgrade_Walls", "WallsCurrentCount_Info_01", -1) & " 5 " & GetTranslatedFileIni("MBR GUI Design Child Village - Upgrade_Walls", "WallsCurrentCount_Info_02", -1))
@@ -385,8 +384,6 @@ Func CreateWallsSubTab()
385384
_GUICtrlSetTip(-1, GetTranslatedFileIni("MBR GUI Design Child Village - Upgrade_Walls", "WallsCurrentCount_Info_01", -1) & " 8 " & GetTranslatedFileIni("MBR GUI Design Child Village - Upgrade_Walls", "WallsCurrentCount_Info_02", -1))
386385
$g_ahPicWallsLevel[8] = _GUICtrlCreateIcon($g_sLibIconPath, $eWall08, $x + 27, $y - 2, 24, 24)
387386
Local $x = 25
388-
$x -= 3
389-
$x += 10
390387
$y += 40
391388
$g_ahWallsCurrentCount[9] = GUICtrlCreateInput("0", $x, $y, 25, 19, BitOR($GUI_SS_DEFAULT_INPUT, $ES_CENTER, $ES_NUMBER))
392389
_GUICtrlSetTip(-1, GetTranslatedFileIni("MBR GUI Design Child Village - Upgrade_Walls", "WallsCurrentCount_Info_01", -1) & " 9 " & GetTranslatedFileIni("MBR GUI Design Child Village - Upgrade_Walls", "WallsCurrentCount_Info_02", -1))

COCBot/MBR GUI Action.au3

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,9 @@ Func BotStop()
174174
GUICtrlSetState($g_hBtnAttackNowTS, $GUI_HIDE)
175175
GUICtrlSetState($g_hPicTwoArrowShield, $GUI_SHOW)
176176
GUICtrlSetState($g_hLblVersion, $GUI_SHOW)
177+
For $i = $g_hlblKing to $g_hPicLabRed
178+
GUICtrlSetState($i, $GUI_SHOW)
179+
NExt
177180

178181
; update try items
179182
TrayItemSetText($g_hTiStartStop, GetTranslatedFileIni("MBR GUI Design - Loading", "StatusBar_Item_Start", "Start bot"))

COCBot/MBR Global Variables.au3

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ Global Enum $eIcnArcher = 1, $eIcnDonArcher, $eIcnBalloon, $eIcnDonBalloon, $eIc
532532
$eWall04, $eWall05, $eWall06, $eWall07, $eWall08, $eWall09, $eWall10, $eWall11, $eIcnPBNotify, $eIcnCCTroops, _
533533
$eIcnCCSpells, $eIcnSpellsGroup, $eBahasaIND, $eChinese_S, $eChinese_T, $eEnglish, $eFrench, $eGerman, $eItalian, $ePersian, _
534534
$eRussian, $eSpanish, $eTurkish, $eMissingLangIcon, $eWall12, $ePortuguese, $eIcnDonPoisonSpell, $eIcnDonEarthQuakeSpell, $eIcnDonHasteSpell, $eIcnDonSkeletonSpell, $eVietnamese, $eKorean, $eAzerbaijani, _
535-
$eArabic, $eIcnBuilderHall, $eIcnClockTower, $eIcnElixirCollectorL5, $eIcnGemMine, $eIcnGoldMineL5, $eIcnElectroDragon, $eIcnTH12, $eHdV12, $eWall13, $eIcnGrayShield, $eIcnBlueShield, $eIcnGreenShield, $eIcnRedShield
535+
$eArabic, $eIcnBuilderHall, $eIcnClockTower, $eIcnElixirCollectorL5, $eIcnGemMine, $eIcnGoldMineL5, $eIcnElectroDragon, $eIcnTH12, $eHdV12, $eWall13, $eIcnGrayShield, $eIcnBlueShield, $eIcnGreenShield, $eIcnRedShield
536536

537537
Global $eIcnDonBlank = $eIcnDonBlacklist
538538
Global $eIcnOptions = $eIcnDonBlacklist
@@ -641,7 +641,7 @@ Global Const $g_aiTroopCostPerLevel[$eTroopCount][10] = [ _
641641
[4, 250, 350, 450, 550], _ ; Witch
642642
[5, 390, 450, 510, 570, 630], _ ; Lavahound
643643
[4, 130, 150, 170, 190]] ; Bowler
644-
Global Const $g_aiTroopDonateXP[$eTroopCount] = [1, 1, 5, 1, 2, 5, 4, 14, 20, 25, 10, 5, 30, 2, 5, 8, 30, 12, 30, 6]
644+
Global Const $g_aiTroopDonateXP[$eTroopCount] = [1, 1, 5, 1, 2, 5, 4, 14, 20, 25, 10, 6, 30, 2, 5, 8, 30, 12, 30, 6]
645645

646646
; Spells
647647
Global Enum $eSpellLightning, $eSpellHeal, $eSpellRage, $eSpellJump, $eSpellFreeze, $eSpellClone, _
@@ -1432,26 +1432,26 @@ Func TranslateTroopNames()
14321432
[443, 447 + $g_iMidOffsetY, 0, GetTranslatedFileIni("MBR Global GUI Design Names Troops", "TxtHealers", "Healers"), $eIcnHealer], _
14331433
[550, 340 + $g_iMidOffsetY, 0, GetTranslatedFileIni("MBR Global GUI Design Names Troops", "TxtDragons", "Dragons"), $eIcnDragon], _
14341434
[550, 447 + $g_iMidOffsetY, 0, GetTranslatedFileIni("MBR Global GUI Design Names Troops", "TxtPekkas", "Pekkas"), $eIcnPekka], _
1435-
[319, 340 + $g_iMidOffsetY, 1, GetTranslatedFileIni("MBR Global GUI Design Names Troops", "TxtBabyDragons", "Baby Dragons"), $eIcnBabyDragon], _
1436-
[319, 447 + $g_iMidOffsetY, 1, GetTranslatedFileIni("MBR Global GUI Design Names Troops", "TxtMiners", "Miners"), $eIcnMiner], _
1437-
[426, 340 + $g_iMidOffsetY, 1, GetTranslatedFileIni("MBR Global GUI Design Names Troops", "TxtElectroDragons", "Electro Dragons"), $eIcnElectroDragon], _
1438-
[426, 447 + $g_iMidOffsetY, 1, GetTranslatedFileIni("MBR Global GUI Design Names Spells", "TxtLightningSpells", "Lightning Spell"), $eIcnLightSpell], _
1439-
[533, 340 + $g_iMidOffsetY, 1, GetTranslatedFileIni("MBR Global GUI Design Names Spells", "TxtHealingSpells", "Healing Spell"), $eIcnHealSpell], _
1440-
[533, 447 + $g_iMidOffsetY, 1, GetTranslatedFileIni("MBR Global GUI Design Names Spells", "TxtRageSpells", "Rage Spell"), $eIcnRageSpell], _
1441-
[640, 340 + $g_iMidOffsetY, 1, GetTranslatedFileIni("MBR Global GUI Design Names Spells", "TxtJumpSpells", "Jump Spell"), $eIcnJumpSpell], _
1442-
[640, 447 + $g_iMidOffsetY, 1, GetTranslatedFileIni("MBR Global GUI Design Names Spells", "TxtFreezeSpells", "Freeze Spell"), $eIcnFreezeSpell], _
1443-
[109, 340 + $g_iMidOffsetY, 1, GetTranslatedFileIni("MBR Global GUI Design Names Spells", "TxtCloneSpells", "Clone Spell"), $eIcnCloneSpell], _
1444-
[109, 447 + $g_iMidOffsetY, 2, GetTranslatedFileIni("MBR Global GUI Design Names Spells", "TxtPoisonSpells", "Poison Spell"), $eIcnPoisonSpell], _
1445-
[216, 340 + $g_iMidOffsetY, 2, GetTranslatedFileIni("MBR Global GUI Design Names Spells", "TxtEarthQuakeSpells", "EarthQuake Spell"), $eIcnEarthQuakeSpell], _
1446-
[216, 447 + $g_iMidOffsetY, 2, GetTranslatedFileIni("MBR Global GUI Design Names Spells", "TxtHasteSpells", "Haste Spell"), $eIcnHasteSpell], _
1447-
[322, 340 + $g_iMidOffsetY, 2, GetTranslatedFileIni("MBR Global GUI Design Names Spells", "TxtSkeletonSpells", "Skeleton Spell"), $eIcnSkeletonSpell], _
1448-
[322, 447 + $g_iMidOffsetY, 2, GetTranslatedFileIni("MBR Global GUI Design Names Troops", "TxtMinions", "Minions"), $eIcnMinion], _
1449-
[429, 340 + $g_iMidOffsetY, 2, GetTranslatedFileIni("MBR Global GUI Design Names Troops", "TxtHogRiders", "Hog Riders"), $eIcnHogRider], _
1450-
[429, 447 + $g_iMidOffsetY, 2, GetTranslatedFileIni("MBR Global GUI Design Names Troops", "TxtValkyries", "Valkyries"), $eIcnValkyrie], _
1451-
[536, 340 + $g_iMidOffsetY, 2, GetTranslatedFileIni("MBR Global GUI Design Names Troops", "TxtGolems", "Golems"), $eIcnGolem], _
1452-
[536, 447 + $g_iMidOffsetY, 2, GetTranslatedFileIni("MBR Global GUI Design Names Troops", "TxtWitches", "Witches"), $eIcnWitch], _
1453-
[642, 340 + $g_iMidOffsetY, 2, GetTranslatedFileIni("MBR Global GUI Design Names Troops", "TxtLavaHounds", "Lava Hounds"), $eIcnLavaHound], _
1454-
[642, 447 + $g_iMidOffsetY, 2, GetTranslatedFileIni("MBR Global GUI Design Names Troops", "TxtBowlers", "Bowlers"), $eIcnBowler]]
1435+
[123, 340 + $g_iMidOffsetY, 1, GetTranslatedFileIni("MBR Global GUI Design Names Troops", "TxtBabyDragons", "Baby Dragons"), $eIcnBabyDragon], _
1436+
[123, 447 + $g_iMidOffsetY, 1, GetTranslatedFileIni("MBR Global GUI Design Names Troops", "TxtMiners", "Miners"), $eIcnMiner], _
1437+
[230, 340 + $g_iMidOffsetY, 1, GetTranslatedFileIni("MBR Global GUI Design Names Troops", "TxtElectroDragons", "Electro Dragons"), $eIcnElectroDragon], _
1438+
[230, 447 + $g_iMidOffsetY, 1, GetTranslatedFileIni("MBR Global GUI Design Names Spells", "TxtLightningSpells", "Lightning Spell"), $eIcnLightSpell], _
1439+
[337, 340 + $g_iMidOffsetY, 1, GetTranslatedFileIni("MBR Global GUI Design Names Spells", "TxtHealingSpells", "Healing Spell"), $eIcnHealSpell], _
1440+
[337, 447 + $g_iMidOffsetY, 1, GetTranslatedFileIni("MBR Global GUI Design Names Spells", "TxtRageSpells", "Rage Spell"), $eIcnRageSpell], _
1441+
[443, 340 + $g_iMidOffsetY, 1, GetTranslatedFileIni("MBR Global GUI Design Names Spells", "TxtJumpSpells", "Jump Spell"), $eIcnJumpSpell], _
1442+
[443, 447 + $g_iMidOffsetY, 1, GetTranslatedFileIni("MBR Global GUI Design Names Spells", "TxtFreezeSpells", "Freeze Spell"), $eIcnFreezeSpell], _
1443+
[550, 340 + $g_iMidOffsetY, 1, GetTranslatedFileIni("MBR Global GUI Design Names Spells", "TxtCloneSpells", "Clone Spell"), $eIcnCloneSpell], _
1444+
[550, 447 + $g_iMidOffsetY, 2, GetTranslatedFileIni("MBR Global GUI Design Names Spells", "TxtPoisonSpells", "Poison Spell"), $eIcnPoisonSpell], _
1445+
[123, 340 + $g_iMidOffsetY, 2, GetTranslatedFileIni("MBR Global GUI Design Names Spells", "TxtEarthQuakeSpells", "EarthQuake Spell"), $eIcnEarthQuakeSpell], _
1446+
[123, 447 + $g_iMidOffsetY, 2, GetTranslatedFileIni("MBR Global GUI Design Names Spells", "TxtHasteSpells", "Haste Spell"), $eIcnHasteSpell], _
1447+
[230, 340 + $g_iMidOffsetY, 2, GetTranslatedFileIni("MBR Global GUI Design Names Spells", "TxtSkeletonSpells", "Skeleton Spell"), $eIcnSkeletonSpell], _
1448+
[230, 447 + $g_iMidOffsetY, 2, GetTranslatedFileIni("MBR Global GUI Design Names Troops", "TxtMinions", "Minions"), $eIcnMinion], _
1449+
[337, 340 + $g_iMidOffsetY, 2, GetTranslatedFileIni("MBR Global GUI Design Names Troops", "TxtHogRiders", "Hog Riders"), $eIcnHogRider], _
1450+
[337, 447 + $g_iMidOffsetY, 2, GetTranslatedFileIni("MBR Global GUI Design Names Troops", "TxtValkyries", "Valkyries"), $eIcnValkyrie], _
1451+
[443, 340 + $g_iMidOffsetY, 2, GetTranslatedFileIni("MBR Global GUI Design Names Troops", "TxtGolems", "Golems"), $eIcnGolem], _
1452+
[443, 447 + $g_iMidOffsetY, 2, GetTranslatedFileIni("MBR Global GUI Design Names Troops", "TxtWitches", "Witches"), $eIcnWitch], _
1453+
[550, 340 + $g_iMidOffsetY, 2, GetTranslatedFileIni("MBR Global GUI Design Names Troops", "TxtLavaHounds", "Lava Hounds"), $eIcnLavaHound], _
1454+
[550, 447 + $g_iMidOffsetY, 2, GetTranslatedFileIni("MBR Global GUI Design Names Troops", "TxtBowlers", "Bowlers"), $eIcnBowler]]
14551455
EndFunc ;==>TranslateTroopNames
14561456

14571457
; Donate

0 commit comments

Comments
 (0)