Skip to content
This repository was archived by the owner on Feb 9, 2022. It is now read-only.

Commit 5c33d6a

Browse files
ExplvExplv
Explv
authored and
Explv
committed
Updating chicken area in wizard section
1 parent c6f81c8 commit 5c33d6a

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

src/script/TutorialIsland.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import org.osbot.rs07.script.ScriptManifest;
55
import sections.*;
66

7-
@ScriptManifest(author = "Explv", name = "Explv's Tutorial Island", info = "Completes Tutorial Island", version = 5.6, logo = "")
7+
@ScriptManifest(author = "Explv", name = "Explv's Tutorial Island", info = "Completes Tutorial Island", version = 5.7, logo = "")
88
public final class TutorialIsland extends Script {
99

1010
private final TutorialSection rsGuideSection = new RuneScapeGuideSection();

src/sections/WizardSection.java

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,16 @@ public final class WizardSection extends TutorialSection {
3636
new Position(3141, 3086, 0)
3737
);
3838

39-
private static final Area CHICKEN_AREA = new Area(3139, 3091, 3140, 3090);
39+
private static final Area CHICKEN_AREA = new Area(
40+
new int[][]{
41+
{ 3140, 3088 },
42+
{ 3140, 3089 },
43+
{ 3137, 3092 },
44+
{ 3141, 3092 },
45+
{ 3144, 3089 },
46+
{ 3144, 3088 }
47+
}
48+
);
4049

4150
public WizardSection() {
4251
super("Magic Instructor");

0 commit comments

Comments
 (0)