Druid Kyrian TANK Kindred Spirits
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
@@ -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 n�o adiciona o evento l� em cima
|
||||
local t = last_events_cache [alvo_name]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user