PDA

View Full Version : [JX] Đã chỉnh kinh nghiệm rồi nhưng server vẫn không nhận



keraotinh
03-06-12, 12:23 AM
Đã chỉnh rồi mà server vẫn ko nhận

HeThongKN={ -- map,kn,tien,level,ngu ba
{1,50,80,20,1}, --2x
{2,100,200,30,1}, --3x
{3,150,300,40,1}, --4x
{4,200,400,50,1}, --5x
{5,250,500,60,1}, --6x
{6,300,600,70,1}, --7x
{7,350,650,80,1}, --8x
{8,400,700,90,1}, --9x
{9,450,750,100,1}, --10x
{10,4500,10000,110,1}, --11x
{11,5000,15000,120,2}, --12x
{12,5500,20000,130,2}, --13x
{13,6000,30000,140,2}, --14x
{14,7000,40000,150,2}, --15x
{15,8000,50000,160,2}, --16x
{16,9000,60000,170,2}, --17x
{49,10000,70000,180,4}, --18x
{48,12000,80000,190,4}, --19x
{48,1000,1000,201,0},

}

expvuotai={
{25,4500,5000}, --Vuot Ai 1
{26,8000,10000}, --Vuot Ai 2
{27,20000,20000}, --Vuot Ai 3
{28,35000,20000}, --Vuot Ai 4
{29,50000,30000}, --Vuot Ai 5
{30,60000,40000}, --Vuot Ai 6
{31,80000,40000}, --Vuot Ai 7
{32,100000,40000}, --Vuot Ai 8
{33,300000,70000}, --Vuot Ai 9
{34,900000,70000} --Vuot Ai 10
}

Include("\\script\\source\\sourcejx49.lua")

function expmonter()
ld = 1
if GetTask(41) >= 2000 and GetTask(41) < 5000 then
ld = ld + 1
elseif GetTask(41) >= 5000 and GetTask(41) < 8000 then
ld = ld + 2
elseif GetTask(41) >= 8000 and GetTask(41) < 15000 then
ld = ld + 3
elseif GetTask(41) >= 15000 then
ld = ld + 4
end
w,x,y = GetWorldPos()
if w < 16 or w == 48 or w == 49 then
for i=1,getn(HeThongKN) do
if w == HeThongKN[i][1] then
SetTask(14,GetTask(14)+HeThongKN[i][5])
Msg2Player("Ban Hien Co "..GetTask(14).." Diem Ngu Ba !")
if GetLevel() >= HeThongKN[i][4] and GetLevel() < HeThongKN[i+1][4] then
if GetTask(13) >= 1 then
SetTask(13,GetTask(13)-1)
AddOwnExp(HeThongKN[i][2]*GetGlbMissionV(27)*2*ld)
Earn(HeThongKN[i][3]*ld)
Msg2Player("So Quai Duoc Nhan Doi EXP "..GetTask(13).."")
else
AddOwnExp(HeThongKN[i][2]*GetGlbMissionV(27)*ld)
Earn(HeThongKN[i][3]*ld)
end
else
AddOwnExp(100)
Earn(50)
end
end
end
elseif w >= 25 and w < 35 then
for i=1,getn(expvuotai) do
if w == expvuotai[i][1] then
if GetTask(13) >= 1 then
SetTask(13,GetTask(13)-1)
AddOwnExp(expvuotai[i][2]*GetGlbMissionV(27)*2*ld)
Msg2Player("So Con Quai Duoc Nhan Doi Con Lai La: "..GetTask(13).."")
Earn(expvuotai[i][3]*ld)
else
AddOwnExp(expvuotai[i][2]*ld*GetGlbMissionV(27))
Earn(expvuotai[i][3]*ld)
end
end
end
end
end

jxvietnam
03-06-12, 09:34 AM
1. Chỉnh xong phải save lại, rồi tắt gameserver, sau đó chạy lại

2. Nếu quái ở ba lăng thì xem lại ở topic 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>

0kazaki
03-06-12, 09:57 PM
vào Server\script\Global\kinhnghiem copy thư mục (kinhnghiem) vào client theo đường dẫn client\script\Global\ nếu chưa có thì tạo thư mục giống như thế là đc