khungvonline1
24-03-12, 04:06 PM
Muốn Sét cho boss TTH Admin thả ra . đánh rơi ra HT 7 8 9 thì sét làm sao em tim woai ko sao ra được buồn quá
AE xem dùm em cái hàm này xem thế nào mà em ko dùng được
end
function tbgift:NhanHangngay()
tbGift.TaskGourp = 2024;
tbGift.TaskId_Day = 18;
tbGift.TaskId_Count = 20;
tbGift.Use_Max = 1
local nDate = tonumber(GetLocalDate("%y%m%d"));
if me.GetTask(self.TaskGourp, self.TaskId_Day) < nDate then
me.SetTask(self.TaskGourp, self.TaskId_Day, nDate);
me.SetTask(self.TaskGourp, self.TaskId_Count, 0);
end
local nCount = me.GetTask(self.TaskGourp, self.TaskId_Count)
if nCount >= self.Use_Max then
Dialog:Say(string.format("Mỗi ngày chỉ được nhận thưởng %d lần.", tbGift.Use_Max));
return 0;
end
me.AddBindCoin(10000);
end
me.Msg(string.format("Bạn đã nhận <color=yellow>1<color> vạn đồng khóa, hôm nay bạn đã nhận <color=yellow>%s <color> lần.",nCount + 1));
me.SetTask(self.TaskGourp, self.TaskId_Count, nCount + 1);
return 1;
end
Cái Đoạn này là cở sở để ra điểu kiện nhận đồng đúng ko vậy AE
function tbgift:NhanHangngay()
tbGift.TaskGourp = 2024;
tbGift.TaskId_Day = 18;
tbGift.TaskId_Count = 20;
tbGift.Use_Max = 1
AE xem dùm em cái hàm này xem thế nào mà em ko dùng được
end
function tbgift:NhanHangngay()
tbGift.TaskGourp = 2024;
tbGift.TaskId_Day = 18;
tbGift.TaskId_Count = 20;
tbGift.Use_Max = 1
local nDate = tonumber(GetLocalDate("%y%m%d"));
if me.GetTask(self.TaskGourp, self.TaskId_Day) < nDate then
me.SetTask(self.TaskGourp, self.TaskId_Day, nDate);
me.SetTask(self.TaskGourp, self.TaskId_Count, 0);
end
local nCount = me.GetTask(self.TaskGourp, self.TaskId_Count)
if nCount >= self.Use_Max then
Dialog:Say(string.format("Mỗi ngày chỉ được nhận thưởng %d lần.", tbGift.Use_Max));
return 0;
end
me.AddBindCoin(10000);
end
me.Msg(string.format("Bạn đã nhận <color=yellow>1<color> vạn đồng khóa, hôm nay bạn đã nhận <color=yellow>%s <color> lần.",nCount + 1));
me.SetTask(self.TaskGourp, self.TaskId_Count, nCount + 1);
return 1;
end
Cái Đoạn này là cở sở để ra điểu kiện nhận đồng đúng ko vậy AE
function tbgift:NhanHangngay()
tbGift.TaskGourp = 2024;
tbGift.TaskId_Day = 18;
tbGift.TaskId_Count = 20;
tbGift.Use_Max = 1