Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e2235f2

Browse files
committed
Locations: Tweaked the SV_YEWS locations a bit. Shouldn't really 'spam click' at all anymore.
Objects: Still testing/tweaking the door obstacle record.
1 parent b8b5a2c commit e2235f2

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

MSI/Core/Locations.simba

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1001,12 +1001,14 @@ begin
10011001
begin
10021002
name := 'Seers Village East Yew';
10031003
spsBox := intToBox(2680, 2789, 2698, 2809);
1004+
compass := 270;
10041005
end;
10051006

10061007
with subLocs[1] do
10071008
begin
10081009
name := 'Seers Village West Yews';
10091010
spsBox := intToBox(2658, 2790, 2670, 2811);
1011+
compass := 90;
10101012
end;
10111013

10121014
for i := 0 to high(subLocs) do

MSI/Core/Objects.simba

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1047,13 +1047,13 @@ begin
10471047
Uptexts := ['Open', 'pen'];
10481048
Options := ['Open', 'pen'];
10491049
Colors := [2514555];
1050-
Tol := 8;
1050+
Tol := 6;
10511051
Hue := [0.02];
10521052
Sat := [0.27];
10531053
FindAllColors := False;
10541054
W := 30;
10551055
H := 30;
1056-
Accuracy := 10;
1056+
Accuracy := 325;
10571057
Track := False
10581058
SearchArea := intToBox(MSCx-100, MSCy-100, mscx+100, mscy+100);
10591059
ExcludeSelf := False;

0 commit comments

Comments
 (0)