Trích dẫn Gửi bởi huynhkim [Only registered and activated users can see links. ]
SetTask(T_NHANTHUONG_HN,GetTask(T_NHANTHUONG_HN)+1 00)

Đoạn này sao lại có 2 số 00 kia bác
Không biết đúng ko bác làm thử xem sao
bác add đoạn này dưới mấy cái Include
T_NHANTHUONG_HN = 5001
tiếp theo add menu
{"NhËn th­ëng hµng ngµy",NhanThuongHN},
Rồi thêm đoạn này
function NhanThuongHN()
local nDate = tonumber(GetLocalDate("%d"))
if ( GetTask(T_DAY) ~= nDate ) then
SetTask(T_DAY, nDate);
SetTask(T_NHANTHUONG_HN,0)
end

local EMPTY = 10
if (CalcFreeItemCellCount() < EMPTY) then
Msg2Player(""..XungHo().." h·y thu dän hµnh trang "..EMPTY.." « trèng!")
return
end

if GetTask(T_NHANTHUONG_HN) > 0 then
Talk(1,"","Mçi ngµy chØ cã thÓ nhËn th­ëng 1 lÇn duy nhÊt.")
else
local TAB_BONUS = {
{szName="ThÇn Hµnh Phï", tbProp={6,1,1266}, nCount = 1, nExpiredTime = 1440, nBindState = -2},
{szName="<color=yellow>S¸t Thñ Gi¶n", tbProp={6,1,400,90,0,0}, nCount = 1, nExpiredTime = 1440, nBindState = -2},
{szName="<color=yellow>Viªm §Õ LÖnh", tbProp={6,1,1617}, nCount = 1, nExpiredTime = 1440, nBindState = -2},
{szName="<color=yellow>LÖnh Bµi Phong L¨ng §é", tbProp={4,489}, nCount = 1, nExpiredTime = 1440, nBindState = -2},
{szName="<color=yellow>LÖnh Bµi Vi S¬n §¶o", tbProp={6,1,2432}, nCount = 1, nExpiredTime = 1440, nBindState = -2},
{szName="<color=yellow>ThuyÒn Rång", tbProp={6,1,423}, nCount = 1, nExpiredTime = 1440, nBindState = -2},
}

for i = 1,getn(TAB_BONUS) do
tbAwardTemplet:GiveAwardByList(TAB_BONUS[i], "PhÇn th­ëng");
end
SetTask(T_NHANTHUONG_HN,GetTask(T_NHANTHUONG_HN)+1 00)
end
end