trungjx
20-07-21, 08:19 AM
mình muốn tăng phần thưởng kinh nghiệm cho nhiệm vụ dẫ tẩu thì làm sao mọi người?
ko biết trong đây phải ko? nếu phải chỉnh chổ nào? mình chỉnh lên 10000 mà thấy ko tăng
if (GetTiredDegree() == 2) then
local nTemExp = floor(myMainValue / 1000);
if (nTemExp < 0) then
nTemExp = 1;
end;
myMainValue = nTemExp * 1000;
myAwardExp = format(" %s %s",myMainValue," ®iÓm tƯch ḷy D· TÈu")
myAwardArry[myAwardArryIndex] = {3,myMainValue,0,6,1,1475,1,0,myAwardExp,0}
myAwardArryIndex = myAwardArryIndex + 1
SetTask(TSK_TASKLINK_SEANSONPOINT, nTemExp);
tl_print("NhËn ®îc mét phÇn thëng ®iÓm kinh nghiÖm: "..myAwardExp);
else
myAwardExp = format(" %s %s",myMainValue,"®iÓm kinh nghiÖm")
myAwardArry[myAwardArryIndex] = {2,myMainValue,0,0,0,0,0,0,myAwardExp,0}
myAwardArryIndex = myAwardArryIndex + 1
tl_print("NhËn ®îc mét phÇn thëng ®iÓm kinh nghiÖm:"..myAwardExp);
end;
ko biết trong đây phải ko? nếu phải chỉnh chổ nào? mình chỉnh lên 10000 mà thấy ko tăng
if (GetTiredDegree() == 2) then
local nTemExp = floor(myMainValue / 1000);
if (nTemExp < 0) then
nTemExp = 1;
end;
myMainValue = nTemExp * 1000;
myAwardExp = format(" %s %s",myMainValue," ®iÓm tƯch ḷy D· TÈu")
myAwardArry[myAwardArryIndex] = {3,myMainValue,0,6,1,1475,1,0,myAwardExp,0}
myAwardArryIndex = myAwardArryIndex + 1
SetTask(TSK_TASKLINK_SEANSONPOINT, nTemExp);
tl_print("NhËn ®îc mét phÇn thëng ®iÓm kinh nghiÖm: "..myAwardExp);
else
myAwardExp = format(" %s %s",myMainValue,"®iÓm kinh nghiÖm")
myAwardArry[myAwardArryIndex] = {2,myMainValue,0,0,0,0,0,0,myAwardExp,0}
myAwardArryIndex = myAwardArryIndex + 1
tl_print("NhËn ®îc mét phÇn thëng ®iÓm kinh nghiÖm:"..myAwardExp);
end;