Druid Kyrian TANK Kindred Spirits

This commit is contained in:
Tercio Jose
2020-12-15 18:32:10 -03:00
parent f00e839624
commit bc7df39d6f
3 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
local major = "LibRaidStatus-1.0"
local CONST_LIB_VERSION = 8
local CONST_LIB_VERSION = 9
LIB_RAID_STATUS_CAN_LOAD = false
--declae the library within the LibStub
+3 -3
View File
@@ -254,7 +254,7 @@ LIB_RAID_STATUS_COOLDOWNS_BY_SPEC = {
[118038] = 2, --Die by the Sword
[97462] = 4, --Rallying Cry
[64382] = 5, --Shattering Throw
[18499] = 5, --Berserker Rage
--[18499] = 5, --Berserker Rage
[5246] = 5, --Intimidating Shout
},
--Fury
@@ -264,7 +264,7 @@ LIB_RAID_STATUS_COOLDOWNS_BY_SPEC = {
[184364] = 2, --Enraged Regeneration
[97462] = 4, --Rallying Cry
[64382] = 5, --Shattering Throw
[18499] = 5, --Berserker Rage
--[18499] = 5, --Berserker Rage
[5246] = 5, --Intimidating Shout
},
--Protection
@@ -275,7 +275,7 @@ LIB_RAID_STATUS_COOLDOWNS_BY_SPEC = {
[871] = 2, --Shield Wall
[97462] = 4, --Rallying Cry
[64382] = 5, --Shattering Throw
[18499] = 5, --Berserker Rage
--[18499] = 5, --Berserker Rage
[5246] = 5, --Intimidating Shout
},
+2 -1
View File
@@ -263,6 +263,7 @@
--> druid kyrian bound damage, heal
local SPELLID_KYRIAN_DRUID_DAMAGE = 338411
local SPELLID_KYRIAN_DRUID_HEAL = 327149
local SPELLID_KYRIAN_DRUID_TANK = 327037
--> spells with special treatment
local special_damage_spells = {
@@ -901,7 +902,7 @@
end
end
if (is_friendly_fire) then
if (is_friendly_fire and spellid ~= SPELLID_KYRIAN_DRUID_TANK) then
if (este_jogador.grupo) then --> se tiver ele no adiciona o evento l em cima
local t = last_events_cache [alvo_name]