File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 391
391
392
392
local function UpdatePredictor ()
393
393
if aIncrease ~= prevAIncrease or hIncrease ~= prevHIncrease or timeBetweenEachTick ~= prevTick then
394
- if aIncrease > 60 or hIncrease > 60 or aIncrease < 0 or hIncrease < 0 then -- Scores can reduce in DG
395
- curMod :StopBar (prevText ) -- >60 increase means captured a flag/cart in EotS/DG
394
+ if aIncrease > 65 or hIncrease > 65 or aIncrease < 0 or hIncrease < 0 then -- Scores can reduce in DG
395
+ curMod :StopBar (prevText ) -- >65 increase means captured a flag/cart in EotS/DG
396
396
prevAIncrease , prevHIncrease = - 1 , - 1
397
397
return
398
398
end
Original file line number Diff line number Diff line change 394
394
395
395
local function UpdatePredictor ()
396
396
if aIncrease ~= prevAIncrease or hIncrease ~= prevHIncrease or timeBetweenEachTick ~= prevTick then
397
- if aIncrease > 60 or hIncrease > 60 --[[ or aIncrease < 0 or hIncrease < 0]] then -- Scores can reduce in DG
398
- curMod :StopBar (prevText ) -- >60 increase means captured a flag/cart in EotS/DG
397
+ if aIncrease > 65 or hIncrease > 65 --[[ or aIncrease < 0 or hIncrease < 0]] then -- Scores can reduce in DG
398
+ curMod :StopBar (prevText ) -- >65 increase means captured a flag/cart in EotS/DG
399
399
prevAIncrease , prevHIncrease = - 1 , - 1
400
400
return
401
401
end
Original file line number Diff line number Diff line change 394
394
395
395
local function UpdatePredictor ()
396
396
if aIncrease ~= prevAIncrease or hIncrease ~= prevHIncrease or timeBetweenEachTick ~= prevTick then
397
- if aIncrease > 60 or hIncrease > 60 --[[ or aIncrease < 0 or hIncrease < 0]] then -- Scores can reduce in DG
398
- curMod :StopBar (prevText ) -- >60 increase means captured a flag/cart in EotS/DG
397
+ if aIncrease > 65 or hIncrease > 65 --[[ or aIncrease < 0 or hIncrease < 0]] then -- Scores can reduce in DG
398
+ curMod :StopBar (prevText ) -- >65 increase means captured a flag/cart in EotS/DG
399
399
prevAIncrease , prevHIncrease = - 1 , - 1
400
400
return
401
401
end
Original file line number Diff line number Diff line change 394
394
395
395
local function UpdatePredictor ()
396
396
if aIncrease ~= prevAIncrease or hIncrease ~= prevHIncrease or timeBetweenEachTick ~= prevTick then
397
- if aIncrease > 60 or hIncrease > 60 --[[ or aIncrease < 0 or hIncrease < 0]] then -- Scores can reduce in DG
398
- curMod :StopBar (prevText ) -- >60 increase means captured a flag/cart in EotS/DG
397
+ if aIncrease > 65 or hIncrease > 65 --[[ or aIncrease < 0 or hIncrease < 0]] then -- Scores can reduce in DG
398
+ curMod :StopBar (prevText ) -- >65 increase means captured a flag/cart in EotS/DG
399
399
prevAIncrease , prevHIncrease = - 1 , - 1
400
400
return
401
401
end
You can’t perform that action at this time.
0 commit comments