PDA

View Full Version : [KT] Hỏi vấn đề update danh vọng tài phú



yeukiemthe
30-12-14, 08:59 PM
Như tựa đề nhân vật em đã lên đủ điểm tài phú FF10 mà khi em update danh vọng thì nó vẫn nằm ở FF9 gameserver báo như thế này ạ

<b><font color=red>[Chỉ có thành viên mới xem link được. <a href="register.php"> Nhấp đây để đăng ký thành viên......</a>]</font></b>

Xin nhờ giúp đỡ ạ!

yeukiemthe
30-12-14, 10:04 PM
Như tựa đề nhân vật em đã lên đủ điểm tài phú FF10 mà khi em update danh vọng thì nó vẫn nằm ở FF9 gameserver báo như thế này ạ

<b><font color=red>[Chỉ có thành viên mới xem link được. <a href="register.php"> Nhấp đây để đăng ký thành viên......</a>]</font></b>

Xin nhờ giúp đỡ ạ!

Nhờ bạn nào biết giúp mình fix lỗi này với ạ

anhnhianh
31-12-14, 11:33 AM
top 1 tài phú là đc ff10 vô song đúng ko bạn :)

yeukiemthe
31-12-14, 12:17 PM
top 1 tài phú là đc ff10 vô song đúng ko bạn :)

Đây là file honor_level của mình



TYPE LEVEL NAME MAXRANK MINVALUE IMAGE
wulin 1 Lăng Tuyệt 5000 1500 \image\effect\other\lingjue_vn.spr
wulin 2 Kinh Thế 3000 2000 \image\effect\other\jingshi_vn.spr
wulin 3 Ngự Không 1000 3000 \image\effect\other\yukong_vn.spr
wulin 4 Hỗn Thiên 500 5000 \image\effect\other\huntian_vn.spr
wulin 5 Sồ Phượng 300 10000 \image\effect\other\chufeng_vn.spr
wulin 6 Tiềm Long 100 15000 \image\effect\other\qianlong_vn.spr
wulin 7 Chí Tôn 50 30000 \image\effect\other\zhizun_vn.spr
wulin 8 Vô Song 30 50000 \image\effect\other\wushuang_vn.spr
wulin 9 Đại Thánh 10 80000 \image\effect\other\dasheng_vn.spr
wulin 10 Siêu Thần 1 100000 \image\effect\other\chaoshen_vn.spr
money 1 Lăng Tuyệt 5000 1500 \image\effect\other\lingjue_vn.spr
money 2 Kinh Thế 3000 3000 \image\effect\other\jingshi_vn.spr
money 3 Ngự Không 1000 6000 \image\effect\other\yukong_vn.spr
money 4 Hỗn Thiên 500 10000 \image\effect\other\huntian_vn.spr
money 5 Sồ Phượng 300 24000 \image\effect\other\chufeng_vn.spr
money 6 Tiềm Long 100 60000 \image\effect\other\qianlong_vn.spr
money 7 Chí Tôn 50 300000 \image\effect\other\zhizun_vn.spr
money 8 Vô Song 30 500000 \image\effect\other\wushuang_vn.spr
money 9 Đại Thánh 10 800000 \image\effect\other\dasheng_vn.spr
money 10 Siêu Thần 1 1000000 \image\effect\other\chaoshen_vn.spr
lingxiu 1 Lăng Tuyệt 5000 1500 \image\effect\other\lingjue_vn.spr
lingxiu 2 Kinh Thế 3000 3000 \image\effect\other\jingshi_vn.spr
lingxiu 3 Ngự Không 1000 6000 \image\effect\other\yukong_vn.spr
lingxiu 4 Hỗn Thiên 500 12000 \image\effect\other\huntian_vn.spr
lingxiu 5 Sồ Phượng 300 24000 \image\effect\other\chufeng_vn.spr
lingxiu 6 Tiềm Long 100 60000 \image\effect\other\qianlong_vn.spr
lingxiu 7 Chí Tôn 50 300000 \image\effect\other\zhizun_vn.spr
lingxiu 8 Vô Song 30 500000 \image\effect\other\wushuang_vn.spr
lingxiu 9 Đại Thánh 10 800000 \image\effect\other\dasheng_vn.spr
lingxiu 10 Siêu Thần 1 1200000 \image\effect\other\chaoshen_vn.spr


nhân vật mình tài phú lên 1500000 mà vẫn chưa lên được Siêu Thần - đã đồng bộ hết rồi trước ko bị mà sao hôm vừa rồi ko lên đc nữa

anhnhianh
31-12-14, 12:19 PM
<b><font color=red>[Chỉ có thành viên mới xem link được. <a href="register.php"> Nhấp đây để đăng ký thành viên......</a>]</font></b>

yeukiemthe
31-12-14, 12:23 PM
<b><font color=red>[Chỉ có thành viên mới xem link được. <a href="register.php"> Nhấp đây để đăng ký thành viên......</a>]</font></b>

Top 1 tài phú trên BXH là FF10 Siêu Thần [-O<[-O<[-O<[-O<[-O<

anhnhianh
31-12-14, 12:40 PM
đã hiểu vấn đề :))
theo đường dẫn : gameserver\script\player mở file playerhonor.lua ta tìm dòng :

function PlayerHonor:Init()
self.tbHonorSettings = {};

local tbData = Lib:LoadTabFile("\\setting\\player\\honor_level.txt", {LEVEL=1,MAXRANK=1,MINVALUE=1});
local tbHonorLevelInfo = self.tbHonorLevelInfo;
for _, tbRow in ipairs(tbData) do
tbHonorLevelInfo[tbRow.TYPE].tbLevel[tbRow.LEVEL] = {
nLevel = tbRow.LEVEL,
nMaxRank = tbRow.MAXRANK,
nMinValue = tbRow.MINVALUE,
szName = tbRow.NAME,
};
if (tbRow.TYPE == "money") then
tbHonorLevelInfo[tbRow.TYPE].tbLevel[tbRow.LEVEL].nMaxValue = math.floor(tbRow.MINVALUE * 1.5);
else
tbHonorLevelInfo[tbRow.TYPE].tbLevel[tbRow.LEVEL].nMaxValue = 0;
end
end

xóa * 1.5 là xong :))
và cuối cùng là thanks :bz:bz