Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Commit

Permalink
Added TBC-Mobs/Raids; Bumped toc
Browse files Browse the repository at this point in the history
  • Loading branch information
pldcanfly committed May 27, 2021
1 parent 08add8b commit 96b5f0f
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 6 deletions.
13 changes: 13 additions & 0 deletions Config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,15 @@ SimpleAutoCombatLog.Zones = {
L["Ahn'Qiraj"],
L["Zul'Gurub"],
L["Naxxramas"],
L["Karazhan"],
L["Gruul's Lair"],
L["Magtheridon's Lair"],
L["Sunwell Plateau"],
L["Black Temple"],
L["Tempest Keep"],
L["Serpentshrine Cavern"],
L["Zul'Aman"],
L["Hyjal Summit"]
},
["ZoneAndMob"] = { -- A Zone must be entered and a Mob must be targeted
["Zones"] = {
Expand All @@ -20,6 +29,8 @@ SimpleAutoCombatLog.Zones = {
L["Ashenvale"],
L["Blasted Lands"],
L["Azshara"],
L["Hellfire Peninsula"],
L["Shadowmoon Valley"]
},
["Mobs"] = {
L["Emeriss"],
Expand All @@ -28,6 +39,8 @@ SimpleAutoCombatLog.Zones = {
L["Taerar"],
L["Doomlord Kazzak"],
L["Azuregos"],
L["Doom Lord Kazzak"],
L["Doomwalker"]
}
}

Expand Down
31 changes: 29 additions & 2 deletions Localization.lua
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,25 @@ if GetLocale() == "deDE" then
SimpleAutoCombatLog.L["Ahn'Qiraj"] = "Ahn'Qiraj";
SimpleAutoCombatLog.L["Zul'Gurub"] = "Zul'Gurub";
SimpleAutoCombatLog.L["Naxxramas"] = "Naxxramas";
SimpleAutoCombatLog.L["Karazhan"] = "Karazhan";
SimpleAutoCombatLog.L["Gruul's Lair"] = "Gruuls Unterschlupf";
SimpleAutoCombatLog.L["Magtheridon's Lair"] = "Magtheridons Kammer";
SimpleAutoCombatLog.L["Sunwell Plateau"] = "Sonnenbrunnenplateau";
SimpleAutoCombatLog.L["Black Temple"] = "Der Schwarze Tempel";
SimpleAutoCombatLog.L["Tempest Keep"] = "Festung der Stürme";
SimpleAutoCombatLog.L["Serpentshrine Cavern"] = "Höhle des Schlangenschreins";
SimpleAutoCombatLog.L["Zul'Aman"] = "Zul'Aman";
SimpleAutoCombatLog.L["Hyjal Summit"] = "Hyjalgipfel";


SimpleAutoCombatLog.L["Azshara"] = "Azshara";
SimpleAutoCombatLog.L["Blasted Lands"] = "Verwüstete Lande";
SimpleAutoCombatLog.L["Hinterlands"] = "Hinterland";
SimpleAutoCombatLog.L["Ashenvale"] = "Ashenvale";
SimpleAutoCombatLog.L["Feralas"] = "Feralas";
SimpleAutoCombatLog.L["Duskwood"] = "Dämmerwald";
SimpleAutoCombatLog.L["Hellfire Peninsula"] = "Höllenfeuerhalbinsel";
SimpleAutoCombatLog.L["Shadowmoon Valley"] = "Schattenmondtal";

-- Text
SimpleAutoCombatLog.L["Combatlog enabled"] = "Kampflog aktiviert";
Expand All @@ -36,8 +48,10 @@ if GetLocale() == "deDE" then
SimpleAutoCombatLog.L["Lethon"] = "Lethon";
SimpleAutoCombatLog.L["Ysondre"] = "Ysondre";
SimpleAutoCombatLog.L["Taerar"] = "Taerar";
SimpleAutoCombatLog.L["Lord Kazzak"] = "Lord Kazzak";
SimpleAutoCombatLog.L["Doomlord Kazzak"] = "Lord Kazzak";
SimpleAutoCombatLog.L["Azuregos"] = "Azuregos";
SimpleAutoCombatLog.L["Doom Lord Kazzak"] = "Verdammnislord Kazzak";
SimpleAutoCombatLog.L["Doomwalker"] = "Verdammniswandler";

elseif GetLocale() == "ruRU" then -- Translation by Horgul-Gordunni
-- Zones
Expand All @@ -48,13 +62,24 @@ elseif GetLocale() == "ruRU" then -- Translation by Horgul-Gordunni
SimpleAutoCombatLog.L["Ahn'Qiraj"] = "Храм Ан'Киража";
SimpleAutoCombatLog.L["Zul'Gurub"] = "Зул'Гуруб";
SimpleAutoCombatLog.L["Naxxramas"] = "Наксрамас";
SimpleAutoCombatLog.L["Karazhan"] = "Каражан";
SimpleAutoCombatLog.L["Gruul's Lair"] = "Логово Груула";
SimpleAutoCombatLog.L["Magtheridon's Lair"] = "Логово Магтеридона";
SimpleAutoCombatLog.L["Sunwell Plateau"] = "Плато Солнечного Колодца";
SimpleAutoCombatLog.L["Black Temple"] = "Черный храм";
SimpleAutoCombatLog.L["Tempest Keep"] = "Крепость Бурь";
SimpleAutoCombatLog.L["Serpentshrine Cavern"] = "Змеиное святилище";
SimpleAutoCombatLog.L["Zul'Aman"] = "Зул'Аман";
SimpleAutoCombatLog.L["Hyjal Summit"] = "Вершина Хиджала";

SimpleAutoCombatLog.L["Azshara"] = "Азшара";
SimpleAutoCombatLog.L["Blasted Lands"] = "Выжженные земли";
SimpleAutoCombatLog.L["Hinterlands"] = "Внутренние земли";
SimpleAutoCombatLog.L["Ashenvale"] = "Ясеневый лес";
SimpleAutoCombatLog.L["Feralas"] = "Фералас";
SimpleAutoCombatLog.L["Duskwood"] = "Сумеречный лес";
SimpleAutoCombatLog.L["Hellfire Peninsula"] = "Полуостров Адского Пламени";
SimpleAutoCombatLog.L["Shadowmoon Valley"] = "Долина Призрачной Луны";

-- Text
SimpleAutoCombatLog.L["Combatlog enabled"] = "Журнал Боя включен";
Expand All @@ -65,6 +90,8 @@ elseif GetLocale() == "ruRU" then -- Translation by Horgul-Gordunni
SimpleAutoCombatLog.L["Lethon"] = "Летон";
SimpleAutoCombatLog.L["Ysondre"] = "Исондра";
SimpleAutoCombatLog.L["Taerar"] = "Таэрар";
SimpleAutoCombatLog.L["Lord Kazzak"] = "Владыка Каззак";
SimpleAutoCombatLog.L["Doomlord Kazzak"] = "Владыка Каззак";
SimpleAutoCombatLog.L["Azuregos"] = "Азурегос";
SimpleAutoCombatLog.L["Doom Lord Kazzak"] = "Владыка судеб Каззак";
SimpleAutoCombatLog.L["Doomwalker"] = "Судьболом";
end
2 changes: 1 addition & 1 deletion SimpleAutoCombatLog.lua
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function SimpleAutoCombatLog:OnZoneChanged(...)

if self:IsInList( self.Zones.ZoneOnly, zone ) then -- No Mob needs to be tagged
self:StartLog();
elseif self:IsInList( self.Zones.ZoneAndMob.Zones, zone ) then -- No Mobs need to be tagged
elseif self:IsInList( self.Zones.ZoneAndMob.Zones, zone ) then -- Mobs need to be tagged
LookForMob = true;
else
self:StopLog();
Expand Down
6 changes: 3 additions & 3 deletions SimpleAutoCombatLog.toc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Interface: 11306
## Interface: 20501
## Title: |cff00ccffSimpleAutoCombatLog|r
## Author: |cff00ccffKessedy|r
## Version: 1.2
## Author: |cff00ccffp1dcanfly|r
## Version: 1.4-bcc
## Notes: Automatically starts /combatlog for raids

Localization.lua
Expand Down

0 comments on commit 96b5f0f

Please sign in to comment.