Skip to content
This repository was archived by the owner on Jan 27, 2026. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions MY_!Base/lang/lib/zhcn.jx3dat
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ return {
[10698] = '��', -- ���� �·��
[10756] = '��', -- ���� ɽ���ľ�
[10786] = '��', -- ���� ���칦
[10821] = '��', -- ���� ������
},

['Point left time: (%d+)h(%d+)m(%d+)s'] = '�㿨ʣ��ʱ��Ϊ��(%d+)Сʱ(%d+)��(%d+)��',
Expand Down
1 change: 1 addition & 0 deletions MY_!Base/lang/lib/zhtw.jx3dat
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ return {
[10698] = '刀', -- 刀宗 孤鋒訣
[10756] = '靈', -- 萬靈 山海心訣
[10786] = '段', -- 段氏 周天功
[10821] = '幽', -- 無相 幽羅引
},

['Point left time: (%d+)h(%d+)m(%d+)s'] = '點卡剩餘時間為:(%d+)小時(%d+)分(%d+)秒',
Expand Down
2 changes: 2 additions & 0 deletions MY_!Base/src/lib/Constant.lua
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ local FORCE_TYPE = (function()
DAO_ZONG = 213, -- ����
WAN_LING = 214, -- ����
DUAN_SHI = 215, -- ����
WU_XIANG = 221, -- ����
})
local res = {}
for k, v in X.pairs_c(FORCE_TYPE) do
Expand Down Expand Up @@ -74,6 +75,7 @@ local FORCE_LIST = {
{ dwID = FORCE_TYPE.DAO_ZONG , szUITex = 'ui\\Image\\PlayerAvatar\\daozong.dds' , nFrame = -2, bAnimate = false }, -- ����
{ dwID = FORCE_TYPE.WAN_LING , szUITex = 'ui\\Image\\PlayerAvatar\\wanling.tga' , nFrame = -2, bAnimate = false }, -- ����
{ dwID = FORCE_TYPE.DUAN_SHI , szUITex = 'ui\\Image\\PlayerAvatar\\DuanShi.tga' , nFrame = -2, bAnimate = false }, -- ����
{ dwID = FORCE_TYPE.WU_XIANG , szUITex = 'ui\\Image\\PlayerAvatar\\wuxiang.tga' , nFrame = -2, bAnimate = false }, -- ����
}
for i, v in X.ipairs_r(FORCE_LIST) do
if not v.dwID or not g_tStrings.tForceTitle[v.dwID] then
Expand Down