thienhoa01
31-05-12, 05:07 PM
Tình hình là mình đang chơi offline server AWJX, nay mình muốn tăng exp khi luyện skill trên đảo tẩy tủy ( do luyện skill lâu lên quá ) nhưng ko biết cách thay đổi như thế nào.Bro nào biết cách thì chỉ giúp mình nha vì mình mới tập tành tìm hiểu vltk off nên còn kém lắm.
Àh ! mình mò ra đc file này D:\vltk off\TSBD3.0\script\Global\kinhnghiem\mocnhandtt
ko biết có phải là nó ko, nếu đúng thì mình chỉnh như thế nào ?Các bạn giúp mình nha.
Đây là cấu trúc file đó
dknlsk = {{2,2},{3,5},{4,10},{5,20},{6,50},
{7,80},{8,120},{9,160},{10,200},{11,400},
{12,500},{13,600},{14,800},{15,1100},{16,1500},
{17,2100},{18,2600},{19,3200},{20,4000},{21,12000} ,
{22,15000},{23,18000},{24,21000},{25,24000},{26,28 000},
{27,32000},{28,36000},{29,40000},{30,50000}
}
function OnDeath()
if (GetTask(44) ~= 0) then
idsk = GetTask(44)
tt=GetMagicLevel(idsk)
if GetTask(197) < 11 then
sktltd = 20 + GetTask(197)
else
sktltd = 30
end
idttl = GetTask(48) + 48
idtsk = GetTask(48) + 44
if (tt < sktltd) then
SetTask(idttl,GetTask(idttl)+1)
if (GetTask(idttl) >= dknlsk[tt][2]) then
SetTask(idttl,0)
SetTask(idtsk,dknlsk[tt][1])
AddMagic(GetTask(44),dknlsk[tt][1])
Msg2Player("Cap: "..dknlsk[tt][1].." !");
else
SetTask(idttl,GetTask(idttl)+1*10)
phantramtl = floor((GetTask(idttl)*100/dknlsk[tt][2]),2)
Msg2Player("Luyen: "..phantramtl.." %");
end
else
Msg2Player("Ky nang dat tu luyen toi da "..sktltd.." cap !");
end
end
end
Àh ! mình mò ra đc file này D:\vltk off\TSBD3.0\script\Global\kinhnghiem\mocnhandtt
ko biết có phải là nó ko, nếu đúng thì mình chỉnh như thế nào ?Các bạn giúp mình nha.
Đây là cấu trúc file đó
dknlsk = {{2,2},{3,5},{4,10},{5,20},{6,50},
{7,80},{8,120},{9,160},{10,200},{11,400},
{12,500},{13,600},{14,800},{15,1100},{16,1500},
{17,2100},{18,2600},{19,3200},{20,4000},{21,12000} ,
{22,15000},{23,18000},{24,21000},{25,24000},{26,28 000},
{27,32000},{28,36000},{29,40000},{30,50000}
}
function OnDeath()
if (GetTask(44) ~= 0) then
idsk = GetTask(44)
tt=GetMagicLevel(idsk)
if GetTask(197) < 11 then
sktltd = 20 + GetTask(197)
else
sktltd = 30
end
idttl = GetTask(48) + 48
idtsk = GetTask(48) + 44
if (tt < sktltd) then
SetTask(idttl,GetTask(idttl)+1)
if (GetTask(idttl) >= dknlsk[tt][2]) then
SetTask(idttl,0)
SetTask(idtsk,dknlsk[tt][1])
AddMagic(GetTask(44),dknlsk[tt][1])
Msg2Player("Cap: "..dknlsk[tt][1].." !");
else
SetTask(idttl,GetTask(idttl)+1*10)
phantramtl = floor((GetTask(idttl)*100/dknlsk[tt][2]),2)
Msg2Player("Luyen: "..phantramtl.." %");
end
else
Msg2Player("Ky nang dat tu luyen toi da "..sktltd.." cap !");
end
end
end