【公会】邀请,红包,副本文字显示修改
parent
1e62d7eed0
commit
1e47fc310b
|
|
@ -2234,4 +2234,7 @@
|
||||||
[12233] = GetLanguageStrById("核心神将:"),
|
[12233] = GetLanguageStrById("核心神将:"),
|
||||||
[12234] = GetLanguageStrById("%d次内必得金色及以上魂印"),
|
[12234] = GetLanguageStrById("%d次内必得金色及以上魂印"),
|
||||||
[12235] = GetLanguageStrById("重连失败,请重新登录"),
|
[12235] = GetLanguageStrById("重连失败,请重新登录"),
|
||||||
|
[12236] = GetLanguageStrById("<color=#028DEA>%s</color> 级公会 <color=#028DEA>%s</color> 发布招募信息,诚邀各位冒险者加入!(申请等级不低于 <color=#FE4100>%s</color> 级)<color=#66FE00>【马上加入】</color>"),
|
||||||
|
[12237] = GetLanguageStrById("%s 发送了%s,请迅速前往抢夺红包!"),
|
||||||
|
[12238] = GetLanguageStrById("替 换"),
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -466,7 +466,7 @@ function this.RequestSendGuildTranscript(func)
|
||||||
local channel = CHAT_CHANNEL.FAMILY
|
local channel = CHAT_CHANNEL.FAMILY
|
||||||
local guildData = MyGuildManager.GetMyGuildInfo()
|
local guildData = MyGuildManager.GetMyGuildInfo()
|
||||||
local content = string.format(
|
local content = string.format(
|
||||||
GetLanguageStrById(ConfigManager.GetConfigData(ConfigName.ErrorCodeHint,135).Desc),
|
GetLanguageStrById(Language[10314]),
|
||||||
PlayerManager.nickName)
|
PlayerManager.nickName)
|
||||||
this.RequestSendChatMsg(channel, content, function()
|
this.RequestSendChatMsg(channel, content, function()
|
||||||
end)
|
end)
|
||||||
|
|
@ -512,7 +512,7 @@ function this.AnalysisGlobalChat(msg)
|
||||||
chat.gLimitLv = tonumber(headList[5])
|
chat.gLimitLv = tonumber(headList[5])
|
||||||
chat.joinType = tonumber(headList[6])
|
chat.joinType = tonumber(headList[6])
|
||||||
chat.content = string.format(
|
chat.content = string.format(
|
||||||
GetLanguageStrById(ConfigManager.GetConfigData(ConfigName.ErrorCodeHint,136).Desc),
|
GetLanguageStrById(Language[12236]),
|
||||||
chat.gLv,
|
chat.gLv,
|
||||||
chat.gName,
|
chat.gName,
|
||||||
chat.gLimitLv)
|
chat.gLimitLv)
|
||||||
|
|
@ -520,7 +520,7 @@ function this.AnalysisGlobalChat(msg)
|
||||||
chat.nickName=headList[2]
|
chat.nickName=headList[2]
|
||||||
chat.redpackName=GetLanguageStrById(headList[3])
|
chat.redpackName=GetLanguageStrById(headList[3])
|
||||||
chat.content = string.format(
|
chat.content = string.format(
|
||||||
GetLanguageStrById(ConfigManager.GetConfigData(ConfigName.ErrorCodeHint,137).Desc),
|
GetLanguageStrById(Language[12237]),
|
||||||
chat.nickName,
|
chat.nickName,
|
||||||
chat.redpackName)
|
chat.redpackName)
|
||||||
elseif chat.type==GLOBAL_CHAT_TYPE.GUILD_AID then
|
elseif chat.type==GLOBAL_CHAT_TYPE.GUILD_AID then
|
||||||
|
|
|
||||||
|
|
@ -158,7 +158,7 @@ function RoleEquipChangePopup:OnShow()
|
||||||
this.equipPanel[2].curEquipText:SetActive(false)
|
this.equipPanel[2].curEquipText:SetActive(false)
|
||||||
this.equipPanel[1].curEquipBtnDown:SetActive(false)
|
this.equipPanel[1].curEquipBtnDown:SetActive(false)
|
||||||
this.equipPanel[2].curEquipBtnDown:SetActive(true)
|
this.equipPanel[2].curEquipBtnDown:SetActive(true)
|
||||||
this.equipPanel[2].curEquipBtnDownText.text = "替 换"
|
this.equipPanel[2].curEquipBtnDownText.text = Language[12238]
|
||||||
--"替 换"
|
--"替 换"
|
||||||
this.ShowCurEquipData(2)
|
this.ShowCurEquipData(2)
|
||||||
this.NextCurEquipData()
|
this.NextCurEquipData()
|
||||||
|
|
|
||||||
|
|
@ -2233,3 +2233,6 @@
|
||||||
12233,核心神将:
|
12233,核心神将:
|
||||||
12234,%d次内必得金色及以上魂印
|
12234,%d次内必得金色及以上魂印
|
||||||
12235,重连失败,请重新登录
|
12235,重连失败,请重新登录
|
||||||
|
12236,<color=#028DEA>%s</color> 级公会 <color=#028DEA>%s</color> 发布招募信息,诚邀各位冒险者加入!(申请等级不低于 <color=#FE4100>%s</color> 级)<color=#66FE00>【马上加入】</color>
|
||||||
|
12237,%s 发送了%s,请迅速前往抢夺红包!
|
||||||
|
12238,替 换
|
||||||
|
|
|
||||||
|
Loading…
Reference in New Issue