公会副本添加提示判断
parent
bac91deb69
commit
595df16baf
|
@ -85,7 +85,7 @@ function this.RefreshGuildTranscriptInfo(msg)
|
|||
isKillShowTip = false
|
||||
if msg.isKill == 1 then
|
||||
isKillShowTip = true
|
||||
if attackTypeShotTime == 1 then
|
||||
if attackTypeShotTime == 1 and endBossId ~= oldBossId then
|
||||
local monsterData = this.GetMonsterConfigDataById(oldBossId)
|
||||
PopupTipPanel.ShowTip( string.format(Language[12346],monsterData.ReadingName) )
|
||||
end
|
||||
|
@ -106,7 +106,7 @@ function this.RefreshGuildTranscriptInfo(msg)
|
|||
Game.GlobalEvent:DispatchEvent(GameEvent.Guild.RefreshGuildTranscript)
|
||||
end
|
||||
function this.IsKillShowTip()
|
||||
if isKillShowTip and attackTypeShotTime == 0 then
|
||||
if isKillShowTip and attackTypeShotTime == 0 and endBossId ~= oldBossId then
|
||||
local monsterData = this.GetMonsterConfigDataById(oldBossId)
|
||||
PopupTipPanel.ShowTip( string.format(Language[12346],monsterData.ReadingName) )
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue