Skip to content

Commit ee3431a

Browse files
fix: Update farmrunnerupdate.simba
- Repair civitas method for anyone who didn't test the initial beta of farm runner who has a diff cache of the map - Construction cape typo
1 parent bb722ca commit ee3431a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

optional/handlers/farmrunnerupdate.simba

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@ begin
522522
PatchData[EFarmPatch.CIVITAS_HERB] := [
523523
EPatchType.HERB,
524524
CTS2(3497831, 6, 0.08, 0.22),
525-
[[364,6280,368,6284]],
525+
[[402,6252,406,6256]],
526526
[412, 6264],
527527
CTS2(2188082, 10, 0.10, 1.20),
528528
'Civitas herb',
@@ -532,7 +532,7 @@ begin
532532
PatchData[EFarmPatch.CIVITAS_FLOWER] := [
533533
EPatchType.FLOWER,
534534
CTS2(3497831, 6, 0.08, 0.22),
535-
[[380,6264,384,6268]],
535+
[[418,6234,422,6238]],
536536
[412, 6264],
537537
CTS2(2188082, 10, 0.10, 1.20),
538538
'Civitas flower',
@@ -542,7 +542,7 @@ begin
542542
PatchData[EFarmPatch.CIVITAS_ALLOT_N] := [
543543
EPatchType.ALLOTMENT,
544544
CTS2(3497831, 6, 0.08, 0.22),
545-
[[364,3256,368,6268], [364,6248,380,6252]],
545+
[[402,6218,408,6238], [410,6218,418,6222]],
546546
[412, 6264],
547547
CTS2(2188082, 10, 0.10, 1.20),
548548
'Civitas north allotment',
@@ -552,7 +552,7 @@ begin
552552
PatchData[EFarmPatch.CIVITAS_ALLOT_S] := [
553553
EPatchType.ALLOTMENT,
554554
CTS2(3497831, 6, 0.08, 0.22),
555-
[[396,6268,400,6284 ], [380,6280,392,6284]],
555+
[[418,6252,438,6256], [434,6246,438,6238]],
556556
[412, 6264],
557557
CTS2(2188082, 10, 0.10, 1.20),
558558
'Civitas south allotment',
@@ -1405,7 +1405,7 @@ procedure TFarmRun.OnStart(); begin
14051405
'Construction cape TRIMMED':
14061406
begin
14071407
if not Self.ConstructionCapeEquipped then
1408-
Self.FarmWithdrawHelper('Construct. cape', 1);
1408+
Self.FarmWithdrawHelper('Construct. cape(t)', 1);
14091409
end;
14101410
end;
14111411
end;
@@ -2739,7 +2739,7 @@ begin
27392739
end;
27402740
end else if (TravelMethod = ETravelMethod.CIVITAS_TELEPORT) or (TravelMethod = ETravelMethod.CIVITAS_TABLET) then begin
27412741
Wait(1548, 1732);
2742-
ScriptWalker^.WalkBlind([816,6104], 12);
2742+
ScriptWalker^.WalkBlind([850,6078], 12);
27432743
Minimap.WaitMoving();
27442744
Wait(1548, 1732);
27452745
SRL.FindColors(TPA, CTS2(9149793, 17, 0.07, 1.07), Mainscreen.Bounds);
@@ -3433,7 +3433,7 @@ begin
34333433
else
34343434
ScriptWalker^.AddRegions(tmp);
34353435

3436-
ScriptWalker^.AddRegionFromURL('https://raw.githubusercontent.com/TwistedSlayerHelm/Images/refs/heads/main/maps/fsQF2NF.png', [0, 5831], 'Civitasv1.png');
3436+
ScriptWalker^.AddRegionFromURL('https://raw.githubusercontent.com/TwistedSlayerHelm/Images/refs/heads/main/maps/fsQF2NF.png', [0, 5831], 'FarmRunnerCivitas.png');
34373437

34383438
BoatyShore.SetupCoordinates([[9294,1075]]);
34393439
BoatyShore.SetupUpText(['ravel']);

0 commit comments

Comments
 (0)