taoaccts13
15-11-15, 05:27 PM
Sao Tống Kim đi hết 60 phút bị kẹt trong đó luôn ko phân đoạt thắng thua rồi kích ra thưởng điểm vậy mọi người ơi :(
Hết giờ nó ko tự ra mà vẫn còn ở trong tống kim :( huynh nào đi qua giúp em với
function active_tongkim()
--Check thoi gian
local nSubWorldId = SubWorldID2Idx(380)
if (nSubWorldId >= 0) then
if Mn == 55 then -- thay ®æi sè nµy theo thêi gian cña m¸y tÝnh thªm 5 phót ®Ó cã thêi gian ch¹y sever vµ ®¨ng nhËp game
-- for i=1,getn(TONGKIM_TIMER) do
--- if(Hr == TONGKIM_TIMER[i][1] and Mn == TONGKIM_TIMER[i][2]) then
AddCountNews(10644,3)
AddCountNews2(10222,3)
SubWorld = nSubWorldId;
OpenMission(1)
StartMissionTimer(1,1, 5*1080)--so phut de chinh thuc bat dau
StartMissionTimer(1,2, 30*1080)--thoi gian nguyen soai ra
StartMissionTimer(1,3, 45*1080)--tong thoi gian ca tran
-- StartMissionTimer(1,3, 60*1080)--tong thoi gian ca tran
-- end
end
--thoi gian bao danh con lai
SubWorld = nSubWorldId;
local RestTK = GetMSRestTime(1,1);
local Minute;
if (RestTK > 0) then
Minute = floor(RestTK/1080);
if(Minute == 7 or Minute == 3) then
AddCountNews(10644,3)
AddCountNews2(format("Thêi gian b¸o danh Tèng Kim cßn l¹i lµ %d phót.",Minute),3)
end
end
--thoi gian con lai cua tran danh'
RestTK = GetMSRestTime(1,3);
if (RestTK > 0) then
Minute = floor(RestTK/1080);
if(Minute > 0) then
for i=1,GetMSPlayerCount(1) do
if((GetPMParam(1, i, 0) == 1) and (GetPMParam(1, i, 1) == 1)) then --neu co online va dang trong chien dau
PlayerIndex = MSDIdx2PIdx(1, i);
SendReport(1,Minute,0);
end
end
end
end
end
end;
Hết giờ nó ko tự ra mà vẫn còn ở trong tống kim :( huynh nào đi qua giúp em với
function active_tongkim()
--Check thoi gian
local nSubWorldId = SubWorldID2Idx(380)
if (nSubWorldId >= 0) then
if Mn == 55 then -- thay ®æi sè nµy theo thêi gian cña m¸y tÝnh thªm 5 phót ®Ó cã thêi gian ch¹y sever vµ ®¨ng nhËp game
-- for i=1,getn(TONGKIM_TIMER) do
--- if(Hr == TONGKIM_TIMER[i][1] and Mn == TONGKIM_TIMER[i][2]) then
AddCountNews(10644,3)
AddCountNews2(10222,3)
SubWorld = nSubWorldId;
OpenMission(1)
StartMissionTimer(1,1, 5*1080)--so phut de chinh thuc bat dau
StartMissionTimer(1,2, 30*1080)--thoi gian nguyen soai ra
StartMissionTimer(1,3, 45*1080)--tong thoi gian ca tran
-- StartMissionTimer(1,3, 60*1080)--tong thoi gian ca tran
-- end
end
--thoi gian bao danh con lai
SubWorld = nSubWorldId;
local RestTK = GetMSRestTime(1,1);
local Minute;
if (RestTK > 0) then
Minute = floor(RestTK/1080);
if(Minute == 7 or Minute == 3) then
AddCountNews(10644,3)
AddCountNews2(format("Thêi gian b¸o danh Tèng Kim cßn l¹i lµ %d phót.",Minute),3)
end
end
--thoi gian con lai cua tran danh'
RestTK = GetMSRestTime(1,3);
if (RestTK > 0) then
Minute = floor(RestTK/1080);
if(Minute > 0) then
for i=1,GetMSPlayerCount(1) do
if((GetPMParam(1, i, 0) == 1) and (GetPMParam(1, i, 1) == 1)) then --neu co online va dang trong chien dau
PlayerIndex = MSDIdx2PIdx(1, i);
SendReport(1,Minute,0);
end
end
end
end
end
end;