You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/src/main/java/scripting/idlescript/AIOQuester/models/Quest.java
+29-29
Original file line number
Diff line number
Diff line change
@@ -85,16 +85,16 @@ public enum Quest {
85
85
QuestId.THE_RESTLESS_GHOST.getId(),
86
86
false,
87
87
"A ghost is haunting Lumbridge graveyard. The priest of the Lumbridge church of Saradomin wants you to find out how to get rid of it.",
88
-
-1,
89
-
null,
88
+
4,
89
+
Location.LUMBRIDGE_CHURCH,
90
90
null,
91
91
null,
92
92
null,
93
93
null,
94
94
null,
95
-
-1,
96
95
0,
97
-
null)),
96
+
0,
97
+
TheRestlessGhost.class)),
98
98
GOBLIN_DIPLOMACY(
99
99
newQuestDef(
100
100
"Goblin Diplomacy",
@@ -117,32 +117,32 @@ public enum Quest {
117
117
QuestId.ERNEST_THE_CHICKEN.getId(),
118
118
false,
119
119
"Veronica is very worried. Her fiancee went into the big spooky manor house to ask for directions. An hour later and he's still not out yet.",
120
-
-1,
121
-
null,
120
+
2,
121
+
Location.DRAYNOR_BANK,
122
122
null,
123
123
null,
124
124
null,
125
125
null,
126
126
null,
127
-
-1,
128
127
0,
129
-
null)),
128
+
0,
129
+
ErnestTheChicken.class)),
130
130
IMP_CATCHER(
131
131
newQuestDef(
132
132
"Imp Catcher",
133
133
QuestId.IMP_CATCHER.getId(),
134
134
false,
135
135
"The Wizard Grayzag has summoned hundreds of little imps. They have stolen a lot of things belonging to the Wizard Mizgog including his magic beads.",
136
-
-1,
137
-
null,
136
+
2,
137
+
Location.FALADOR_WEST_BANK,
138
138
null,
139
139
null,
140
140
null,
141
141
null,
142
142
null,
143
-
-1,
144
143
0,
145
-
null)),
144
+
0,
145
+
ImpCatcher.class)),
146
146
PIRATES_TREASURE(
147
147
newQuestDef(
148
148
"Pirate's Treasure",
@@ -165,32 +165,32 @@ public enum Quest {
165
165
QuestId.PRINCE_ALI_RESCUE.getId(),
166
166
false,
167
167
"Prince Ali of Al Kharid has been kidnapped by the scheming Lady Keli. You are hired to stage a rescue mission.",
168
-
-1,
169
-
null,
168
+
2,
169
+
Location.AL_KHARID_BORDER_GATE,
170
170
null,
171
171
null,
172
172
null,
173
173
null,
174
174
null,
175
-
-1,
176
175
0,
177
-
null)),
176
+
0,
177
+
PrinceAliRescue.class)),
178
178
ROMEO_AND_JULIET(
179
179
newQuestDef(
180
180
"Romeo and Juliet",
181
181
QuestId.ROMEO_AND_JULIET.getId(),
182
182
false,
183
183
"Romeo & Juliet are desperately in love, but Juliet's father doesn't approve. Help them to find a way to get married and live happily ever after.",
184
-
-1,
185
-
null,
184
+
7,
185
+
Location.VARROCK_MARKET_SQUARE,
186
186
null,
187
187
null,
188
188
null,
189
189
null,
190
190
null,
191
-
-1,
192
191
0,
193
-
null)),
192
+
0,
193
+
RomeoAndJuliet.class)),
194
194
SHEEP_SHEARER(
195
195
newQuestDef(
196
196
"Sheep Shearer",
@@ -244,33 +244,33 @@ public enum Quest {
244
244
"Vampire Slayer",
245
245
QuestId.VAMPIRE_SLAYER.getId(),
246
246
false,
247
-
"The people of Draynor village live in constant terror. Their numbers are dwindling, all due to the foul creature lurking in the manor to the north known as a vampire.",
248
-
-1,
249
-
null,
247
+
"The people of Draynor village live in constant terror. Their numbers are dwindling, all due to the foul creature lurking in the manor to the north known as a vampire. NOTE: Character must be able to kill a level 43 combat monster without eating.",
248
+
3,
249
+
Location.DRAYNOR_MORGANS_HOUSE,
250
250
null,
251
251
null,
252
252
null,
253
253
null,
254
254
null,
255
-
-1,
256
255
0,
257
-
null)),
256
+
0,
257
+
VampireSlayer.class)),
258
258
WITCHS_POTION(
259
259
newQuestDef(
260
260
"Witch's Potion",
261
261
QuestId.WITCHS_POTION.getId(),
262
262
false,
263
263
"Become one with your darker side. Tap into your hidden depths of magical potential by making a potion with the help of Hetty the Rimmington witch.",
0 commit comments