RuneHive-Tarnish
Neural OSRS Enhancement Framework
Loading...
Searching...
No Matches
GuideData.java
1package com.osroyale.content.skill.guides;
2
3import com.osroyale.content.skill.guides.MenuOption.Option;
4import com.osroyale.util.Items;
5
6
23
24public enum GuideData {
25
26 ATTACK(new String[]{"Weapons", "Armour", "Salamanders"},
27 new MenuOption(
28 new Option(1205, 1, "Bronze"),
29 new Option(1203, 1, "Iron"),
30 new Option(1207, 5, "Steel"),
31 new Option(1217, 10, "Black"),
32 new Option(6591, 10, "White"),
33 new Option(1209, 20, "Mithril"),
34 new Option(1211, 30, "Adamant"),
35 new Option(1391, 30, "Battlestaves (with 30 Magic)"),
36 new Option(1213, 40, "Rune"),
37 new Option(11037, 40, "Brine sabre"),
38 new Option(1405, 40, "Mystic staves (with 40 Magic)"),
39 new Option(8841, 42, "Void Knight equipment\\n(with 42 combat stats and 22 Prayer)"),
40 new Option(4153, 50, "Granite maul\\n(With 50 Strength)"),
41 new Option(1215, 60, "Dragon"),
42 new Option(6523, 60, "Obsidian weapons"),
43 new Option(13080, 70, "Crystal weaponry\\n(With 50 Agility)"),
44 new Option(11838, 70, "Saradomin sword"),
45 new Option(11824, 70, "Zamorakian spear"),
46 new Option(4710, 70, "Ahrim's staff\\n(with 70 Magic)"),
47 new Option(4718, 70, "Dharok's greataxe\\n(with 70 Strength)"),
48 new Option(4747, 70, "Torag's hammers\\n(with 70 Strength)"),
49 new Option(4755, 70, "Verac's flail"),
50 new Option(4726, 70, "Guthan's warspear"),
51 new Option(11808, 75, "Godswords"),
52 new Option(11791, 75, "Staff of the Dead\\n(with 75 Magic)")
53 ),
54 new MenuOption(
55 new Option(8839, 42, "Void Knight equipment\\n(with 42 combat stats and 22 Prayer)")
56 ),
57 new MenuOption(
58 new Option(10149, 30, "Swamp lizard\\n(with 30 Attack, 30 Ranged & 30 Magic)"),
59 new Option(10146, 50, "Orange salamander\\n(with 50 Attack, 50 Ranged & 50 Magic)"),
60 new Option(10147, 60, "Red salamander\\n(with 60 Attack, 60 Ranged & 60 Magic)"),
61 new Option(10148, 70, "Black salamander\\n(with 70 Attack, 70 Ranged & 70 Magic)")
62 )
63 ),
64 STRENGTH(new String[]{"Weapons", "Armour", "Barbarian"},
65 new MenuOption(
66 new Option(3196, 5, "Black halberd\\n(with 10 Attack)"), new Option(6599, 5, "White halberd\\n(with 10 Attack)"),
67 new Option(3198, 10, "Mithril halberd\\n(with 20 Attack)"), new Option(3200, 15, "Adamant halberd\\n(with 30 Attack)"),
68 new Option(3202, 20, "Rune halberd\\n(with 40 Attack)"), new Option(3204, 30, "Dragon halberd\\n(with 60 Attack)"),
69 new Option(8841, 42, "Void Knight equipment\\n(with 42 combat stats and 22 Prayer)"), new Option(4153, 50, "Granite maul\\n(with 50 Attack)"),
70 new Option(6528, 60, "TzHaar-Ket-Om"), new Option(4718, 70, "Dharok's greataxe\\n(with 70 Attack)"),
71 new Option(4747, 70, "Torag's hammers\\n(with 70 Attack)")
72 ),
73 new MenuOption(
74 new Option(8839, 42, "Granite armour\\n(with 42 combat stats and 22 Prayer)"),
75 new Option(3122, 50, "Granite armour\\n(with 50 Defence)")
76 ),
77 new MenuOption(
78 new Option(11328, 15, "Leaping trout\\n(with 15 Agility & 48 Fishing)"),
79 new Option(11330, 30, "Leaping salmon\\n(with 30 Agility & 58 Fishing)"),
80 new Option(11332, 45, "Leaping sturgeon\\n(with 45 Agility & 70 Fishing)")
81 )
82 ),
83 DEFENCE(new String[]{"Armour", "Shields"},
84 new MenuOption(
85 new Option(1139, 1, "Bronze"),
86 new Option(1137, 1, "Iron"),
87 new Option(1141, 5, "Steel"),
88 new Option(1151, 10, "Black"),
89 new Option(6621, 10, "White"),
90 new Option(8921, 10, "Black mask\\n(with 20 Strength and 40 combat)"),
91 new Option(11864, 10, "Slayer helm"),
92 new Option(1143, 20, "Mithril"),
93 new Option(5574, 20, "Initiate armour\\n(with 10 Prayer)"),
94 new Option(1145, 30, "Adamantite"),
95 new Option(9672, 30, "Proselyte armour\\n(with 20 Prayer)"),
96 new Option(1147, 40, "Rune"),
97 new Option(6128, 40, "Rock-shell armour"),
98 new Option(8839, 42, "Void Knight equipment\\n(with 42 combat stats and 22 Prayer)"),
99 new Option(3751, 45, "Fremennik helmets"),
100 new Option(3122, 50, "Granite\\n(with 50 Strength)"),
101 new Option(10828, 55, "Helm of neitiznot"),
102 new Option(1149, 60, "Dragon"),
103 new Option(Items.BANDOS_CHESTPLATE, 65, "Bandos armour"),
104 new Option(10350, 65, "3rd age fighter armour"),
105 new Option(Items.GUTHANS_HELM, 70, "Barrows armour"),
106 new Option(11826, 70, "Armadyl armour\\n(with 70 Ranged)")
107 ),
108 new MenuOption(
109 new Option(12829, 45, "Spirit shield"),
110 new Option(6524, 60, "Toktz-Ket-Xil"),
111 new Option(Items.ODIUM_WARD, 60, "Odium & Malediction wards"),
112 new Option(4234, 70, "Elf crystal (with 50 Agility)"),
113 new Option(12831, 70, "Blessed spirit shield"),
114 new Option(11283, 75, "Dragonfire shield"),
115 new Option(22002, 75, "Dragonfire ward"),
116 new Option(Items.ELYSIAN_SPIRIT_SHIELD, 75, "Elysian spirit shield"),
117 new Option(12825, 75, "Arcane & Spectral spirit\\nshield"),
118 new Option(21000, 75, "Twisted buckler"),
119 new Option(21015, 75, "Dinh's bulwark")
120
121 )
122 ),
123 RANGED(new String[]{"Bows", "Thrown", "Crossbows", "Armour", "Miscellaneous", "Salamanders"},
124 new MenuOption(
125 new Option(841, 1, "Standard bows\\nAmmo: Arrows up to iron"),
126 new Option(843, 5, "Oak bows\\nAmmo: Arrows up to steel"),
127 new Option(849, 20, "Willow bows\\nAmmo: Arrows up to mithril"),
128 new Option(853, 30, "Maple bows\\nAmmo: Arrows up to adamant"),
129 new Option(857, 40, "Yew bows\\nAmmo: Arrows up to rune"),
130 new Option(861, 50, "Magic bows\\nAmmo: Arrows up to rune"),
131 new Option(6724, 50, "Seerculls\\nAmmo: Arrows up to rune"),
132 new Option(4212, 70, "Crystal bows (with 50 Agility)\\nAmmo: None")
133 ),
134 new MenuOption(
135 new Option(864, 1, "Bronze items"),
136 new Option(863, 1, "Iron items"),
137 new Option(865, 5, "Steel items"),
138 new Option(869, 10, "Black items"),
139 new Option(866, 20, "Mithril items"),
140 new Option(867, 30, "Adamantite items"),
141 new Option(868, 40, "Rune items"),
142 new Option(9976, 45, "Chinchompas"),
143 new Option(9977, 55, "Carnivorous chinchompas"),
144 new Option(11230, 60, "Dragon darts"),
145 new Option(6522, 60, "TokTz-Xil-Ul")
146 ),
147 new MenuOption(
148 new Option(9174, 1, "Bronze crossbow\\nAmmo: Bronze crossbow bolts"),
149 new Option(9177, 26, "Iron crossbow\\nAmmo: Bolts up to iron"),
150 new Option(8880, 28, "Dorgeshuun crossbow\\nAmmo: Bone bolts"),
151 new Option(9179, 31, "Steel crossbow\\nAmmo: Bolts up to steel"),
152 new Option(9181, 36, "Mithril crossbow\\nAmmo: Bolts up to mithril"),
153 new Option(9183, 46, "Adamant crossbow\\nAmmo: Bolts up to adamant"),
154 new Option(9185, 61, "Rune crossbow\\nAmmo: Bolts up to runite"),
155 new Option(11785, 70, "Armadyl crossbow\\nAmmo: Bolts up to runite"),
156 new Option(4734, 70, "Karils crossbow\\nAmmo: Bolt racks")
157 ),
158 new MenuOption(
159 new Option(1129, 1, "Plain leather items"),
160 new Option(1131, 1, "Hard leather body\\n(with 10 Defence)"),
161 new Option(1133, 20, "Studded leather body\\n(with 20 Defence)"),
162 new Option(1097, 20, "Studded leather chaps"),
163 new Option(1169, 20, "Coif"),
164 new Option(6322, 30, "Snakeskin armour\\n(with 30 Defence)"),
165 new Option(10498, 30, "Ava's attractor"),
166 new Option(2577, 40, "Ranger boots"),
167 new Option(2581, 40, "Robin Hood hat"),
168 new Option(6133, 40, "Spined armour (after The\\nFremennik Trials, with 40 Defence)"),
169 new Option(1065, 40, "Green dragonhide vambraces"),
170 new Option(1099, 40, "Green dragonhide chaps"),
171 new Option(1135, 40, "Green dragonhide body\\n(with 40 Defence)"),
172 new Option(8839, 42, "Void Knight equipment\\n(with 42 combat stats and 22 Prayer)"),
173 new Option(10499, 50, "Ava's accumulator"),
174 new Option(2487, 50, "Blue dragonhide vambraces"),
175 new Option(2493, 50, "Blue dragonhide chaps"),
176 new Option(2499, 50, "Blue dragonhide body\\n(with 40 Defence)"),
177 new Option(2489, 60, "Red dragonhide vambraces"),
178 new Option(2495, 60, "Red dragonhide chaps"),
179 new Option(2501, 60, "Red dragonhide body\\n(with 40 Defence)"),
180 new Option(10330, 65, "3rd age range armour"),
181 new Option(2491, 70, "Black dragonhide vambraces"),
182 new Option(2497, 70, "Black dragonhide chaps"),
183 new Option(2503, 70, "Black dragonhide body\\n(with 40 Defence)"),
184 new Option(11826, 70, "Armadyl armour\\n(with 70 Defence)"),
185 new Option(4736, 70, "Karils leather armour\\n")
186 ),
187 new MenuOption(
188 new Option(8841, 42, "Void Knight equipment\\n(with 42 combat stats and 22 Prayer)")
189 ),
190 new MenuOption(
191 new Option(10149, 30, "Swamp lizard\\n(with 30 Attack, 30 Ranged & 30 Magic)"),
192 new Option(10146, 50, "Orange salamander\\n(with 50 Attack, 50 Ranged & 50 Magic)"),
193 new Option(10147, 60, "Red salamander\\n(with 60 Attack, 60 Ranged & 60 Magic)"),
194 new Option(10148, 70, "Black salamander\\n(with 70 Attack, 70 Ranged & 70 Magic)")
195 )
196 ),
197 PRAYER(new String[]{"Prayers", "Equipment"},
198 new MenuOption(
199 new Option(1714, 1, "Thick Skin"),
200 new Option(1714, 4, "Burst of Strength"),
201 new Option(1714, 7, "Clarity of Thought"),
202 new Option(1714, 8, "Sharp Eye"),
203 new Option(1714, 9, "Mystic Will"),
204 new Option(1714, 10, "Rock Skin"),
205 new Option(1714, 13, "Superhuman Strength"),
206 new Option(1714, 16, "Improved Reflexes"),
207 new Option(1714, 19, "Rapid Restore"),
208 new Option(1714, 22, "Rapid Heal"),
209 new Option(1714, 25, "Protect Item"),
210 new Option(1714, 26, "Hawk Eye"),
211 new Option(1714, 27, "Mystic Lore"),
212 new Option(1714, 28, "Steel Skin"),
213 new Option(1714, 31, "Ultimate Strength"),
214 new Option(1714, 34, "Incredible Reflexes"),
215 new Option(1714, 37, "Protect from Magic"),
216 new Option(1714, 40, "Protect from Missiles"),
217 new Option(1714, 43, "Protect from Melee"),
218 new Option(1714, 44, "Eagle Eye"),
219 new Option(1714, 45, "Mystic Might"),
220 new Option(1714, 46, "Retribution"),
221 new Option(1714, 49, "Redemption"),
222 new Option(1714, 52, "Smite"),
223 new Option(1714, 65, "Chivalry\\n(With 65 Defence)"),
224 new Option(1714, 70, "Piety\\n(With 70 Defence)")
225 ),
226 new MenuOption(
227 new Option(5574, 10, "Initiate armour\\n(with 20 Defence)"),
228 new Option(9672, 20, "Proselyte armour\\n(with 30 Defence)"),
229 new Option(10458, 20, "Vestment robe top"),
230 new Option(10464, 20, "Vestment robe legs"),
231 new Option(8839, 22, "Void Knight equipment\\n(with 42 combat stats)"),
232 new Option(10446, 40, "Vestment cloaks"),
233 new Option(10452, 40, "Vestment mitre"),
234 new Option(1718, 50, "Use completed prayer books\\nto bless holy and unholy symbols."),
235 new Option(10470, 60, "Vestment stole"),
236 new Option(10440, 60, "Crozier")
237 )
238 ),
239 MAGIC(new String[]{"Normal Spells", "Ancient Magicks", "Lunar Spells", "Armour", "Bolts", "Weapons", "Salamanders"},
240 new MenuOption(
241 new Option(1379, -1, "Home teleport (Lumbridge)"),
242 new Option(1379, 1, "Wind strike"),
243 new Option(1379, 3, "Confusion"),
244 new Option(1379, 4, "Enchant Crossbow Bolt"),
245 new Option(1379, 5, "Water strike"),
246 new Option(1379, 7, "Level 1 enchant"),
247 new Option(1379, 9, "Earth strike"),
248 new Option(1379, 11, "Weaken"),
249 new Option(1379, 13, "Fire strike"),
250 new Option(1379, 15, "Bones to bananas"),
251 new Option(1379, 17, "Wind bolt"),
252 new Option(1379, 19, "Curse"),
253 new Option(1379, 20, "Bind"),
254 new Option(1379, 21, "Low level alchemy"),
255 new Option(1379, 23, "Water bolt"),
256 new Option(1379, 25, "Varrock teleport"),
257 new Option(1379, 27, "Level 2 enchant"),
258 new Option(1379, 29, "Earth bolt"),
259 new Option(1379, 31, "Lumbridge teleport"),
260 new Option(1379, 33, "Telekinetic grab"),
261 new Option(1379, 35, "Fire bolt"),
262 new Option(1379, 37, "Falador teleport"),
263 new Option(1379, 39, "Cruble undead"),
264 new Option(1379, 40, "Teleport to house"),
265 new Option(1379, 41, "Wind blast"),
266 new Option(1379, 43, "Superheat item"),
267 new Option(1379, 45, "Camelot teleport"),
268 new Option(1379, 47, "Water blast"),
269 new Option(1379, 49, "Level 3 enchant"),
270 new Option(1379, 50, "Iban blast\\n(after Underground Pass)"),
271 new Option(1379, 50, "Snare"),
272 new Option(1379, 50, "Magic dart\\n(with 55 Slayer)"),
273 new Option(1379, 51, "Ardougne teleport\\n(after Plague City)"),
274 new Option(1379, 53, "Earth blast"),
275 new Option(1379, 55, "High level alchemy"),
276 new Option(1379, 56, "Charge water orb"),
277 new Option(1379, 57, "Level 4 enchant"),
278 new Option(1379, 58, "Watchtower teleport\\n(after Watchtower"),
279 new Option(1379, 59, "Fire blast"),
280 new Option(1379, 60, "Charge earth orb"),
281 new Option(1379, 60, "Bones to peaches"),
282 new Option(1379, 60, "Saradomin Strike\\n(after Mage Arena)"),
283 new Option(1379, 60, "Claws of Guthix\\n(after Mage Arena)"),
284 new Option(1379, 60, "Flames of Zamorak\\n(after Mage Arena)"),
285 new Option(1379, 61, "Trollheim teleport"),
286 new Option(1379, 62, "Wind wave"),
287 new Option(1379, 63, "Charge fire orb"),
288 new Option(1379, 64, "Teleport to Ape Atoll"),
289 new Option(1379, 65, "Water wave"),
290 new Option(1379, 66, "Charge air orb"),
291 new Option(1379, 66, "Vulnerability"),
292 new Option(1379, 68, "Level 5 enchant"),
293 new Option(1379, 70, "Earth wave"),
294 new Option(1379, 73, "Enfeeble"),
295 new Option(1379, 74, "Teleother Lumbridge"),
296 new Option(1379, 75, "Fire wave"),
297 new Option(1379, 79, "Entangle"),
298 new Option(1379, 80, "Stun"),
299 new Option(1379, 80, "Charge\\n(after Mage Arena)"),
300 new Option(1379, 82, "Teleother Falador"),
301 new Option(1379, 85, "Tele block"),
302 new Option(1379, 87, "Level 6 enchant"),
303 new Option(1379, 90, "Teleother Camelot")
304 ),
305 new MenuOption(
306 new Option(1389, -1, "Home teleport (Edgeville)"),
307 new Option(1389, 50, "Smoke rush"),
308 new Option(1389, 52, "Shadow rush"),
309 new Option(1389, 54, "Paddewwa teleport"),
310 new Option(1389, 56, "Blood rush"),
311 new Option(1389, 58, "Ice rush"),
312 new Option(1389, 60, "Senntisten teleport"),
313 new Option(1389, 62, "Smoke burst"),
314 new Option(1389, 64, "Shadow burst"),
315 new Option(1389, 66, "Kharyll teleport"),
316 new Option(1389, 68, "Blood burst"),
317 new Option(1389, 70, "Ice burst"),
318 new Option(1389, 72, "Lassar teleport"),
319 new Option(1389, 74, "Smoke blitz"),
320 new Option(1389, 76, "Shadow blitz"),
321 new Option(1389, 78, "Dareeyak teleport"),
322 new Option(1389, 80, "Blood blitz"),
323 new Option(1389, 82, "Ice blitz"),
324 new Option(1389, 84, "Carrallangar teleport"),
325 new Option(1389, 86, "Smoke barrage"),
326 new Option(1389, 88, "Shadow barrage"),
327 new Option(1389, 90, "Annakarl teleport"),
328 new Option(1389, 92, "Blood barrage"),
329 new Option(1389, 94, "Ice barrage"),
330 new Option(1389, 96, "Ghorrock teleport")
331 ),
332 new MenuOption(
333 new Option(9084, -1, "Home teleport (Lunar Isle)"),
334 new Option(9084, 65, "Bake pie"),
335 new Option(9084, 65, "Geomancy"),
336 new Option(9084, 66, "Cure plant"),
337 new Option(9084, 66, "Monster examine"),
338 new Option(9084, 67, "NPC Contact"),
339 new Option(9084, 68, "Cure other"),
340 new Option(9084, 68, "Humidify"),
341 new Option(9084, 69, "Moonclan teleport"),
342 new Option(9084, 70, "Tele group Moonclan"),
343 new Option(9084, 71, "Cure me"),
344 new Option(9084, 71, "Ourania teleport"),
345 new Option(9084, 71, "Hunter kit"),
346 new Option(9084, 72, "Waterbirth teleport"),
347 new Option(9084, 73, "Tele group Waterbirth"),
348 new Option(9084, 74, "Cure group"),
349 new Option(9084, 75, "Stat spy"),
350 new Option(9084, 75, "Barbarian teleport"),
351 new Option(9084, 76, "Tele group Barbarian"),
352 new Option(9084, 76, "Spin Flax"),
353 new Option(9084, 77, "Superglass make"),
354 new Option(9084, 78, "Tan Leather"),
355 new Option(9084, 78, "Khazard teleport"),
356 new Option(9084, 79, "Tele group Khazard"),
357 new Option(9084, 79, "Dream"),
358 new Option(9084, 80, "String jewellry"),
359 new Option(9084, 81, "Stat restore pot share"),
360 new Option(9084, 82, "Magic imbue"),
361 new Option(9084, 83, "Fertile soil"),
362 new Option(9084, 84, "Boost potion share"),
363 new Option(9084, 85, "Fishing guild teleport"),
364 new Option(9084, 86, "Tele group fishing guild"),
365 new Option(9084, 86, "Plank make"),
366 new Option(9084, 87, "Catherby teleport"),
367 new Option(9084, 88, "Tele group Catherby"),
368 new Option(9084, 89, "Recharge Dragonstone"),
369 new Option(9084, 89, "Ice plateau teleport"),
370 new Option(9084, 90, "Tele group Ice plateau"),
371 new Option(9084, 91, "Energy transfer"),
372 new Option(9084, 92, "Heal other"),
373 new Option(9084, 93, "Vengeance other"),
374 new Option(9084, 94, "Vengeance"),
375 new Option(9084, 95, "Heal group"),
376 new Option(9084, 96, "Spellbook swap")
377 ),
378 new MenuOption(
379 new Option(2579, 20, "Wizard boots"),
380 new Option(4091, 40, "Mystic robes\\n(with 20 Defence)"),
381 new Option(7399, 40, "Enchanted robes\\n(with 20 Defence"),
382 new Option(3387, 40, "Splitbark armour\\n(with 40 Defence)"),
383 new Option(6139, 40, "Skeletal armour\\n(with 40 Defence)"),
384 new Option(8839, 42, "Void Knight equipment\\n(with 42 combat stats and 22 Prayer)"),
385 new Option(6916, 50, "Infinity robes\\n(with 25 Defence)"),
386 new Option(2413, 60, "God capes\\n(after Mage Arena)"),
387 new Option(9097, 65, "Lunar armour\\n(With 40 Defence)"),
388 new Option(10338, 65, "3rd age robes\\n(With 30 Defence)"),
389 new Option(4712, 70, "Ahrims robes\\n(with 70 Defence)")
390 ),
391 new MenuOption(
392 new Option(9236, 4, "Opal-tipped crossbow bolts\\n1 cosmic + 2 air runes"),
393 new Option(9240, 7, "Sapphire-tipped crossbow bolts\\n1 cosmic + 1 water + 1 mind rune"),
394 new Option(9238, 24, "Pearl-tipped crossbow bolts\\n1 cosmic + 2 water runes"),
395 new Option(9241, 27, "Emerald-tipped crossbow bolts\\n1 cosmic + 3 air + 1 nature r"),
396 new Option(9239, 29, "Red topaz-tipped crossbow bolts\\n1 cosmic + 2 blood runes"),
397 new Option(9242, 49, "Ruby-tipped crossbow bolts\\n1 cosmic + 5 fire + 1 blood rune"),
398 new Option(9243, 57, "Diamond-tipped crossbow bolts\\n1 cosmic + 15 earth + 2 lar runes"),
399 new Option(9244, 68, "Dragonstone-tipped crossbow bolts\\n1 cosmic + 15 earth + 1 soul rune"),
400 new Option(9245, 87, "Onyx-tipped crossbow bolts\\n1 cosmic + 20 fire + 1 death rune")
401 ),
402 new MenuOption(
403 new Option(1391, 30, "Battlestaves (with 30 Attack)"),
404 new Option(1405, 40, "Mystic staves (with 40 Attack)"),
405 new Option(8841, 42, "Void Knight equipment\\n(with 42 combat stats and 22 Prayer)"),
406 new Option(6908, 45, "Beginner wand"),
407 new Option(6910, 50, "Apprentice wand"),
408 new Option(4675, 50, "Ancient staff\\n(after Desert Treasure, with 50 Attack)"),
409 new Option(4170, 50, "Slayer's staff\\n(with 55 Slayer)"),
410 new Option(6912, 55, "Teacher wand"),
411 new Option(6914, 60, "Master wand"),
412 new Option(2416, 60, "God staves\\n(after Mage Arena)"),
413 new Option(6526, 60, "TokTz-Mej-Tal\\n(with 60 Attack)"),
414 new Option(4710, 70, "Ahrim's staff\\n(with 70 Attack)"),
415 new Option(11791, 75, "Staff of the Dead\\n(with 75 Attack)")
416 ),
417 new MenuOption(
418 new Option(10149, 30, "Swamp lizard\\n(with 30 Attack, 30 Ranged & 30 Magic)"),
419 new Option(10146, 50, "Orange salamander\\n(with 50 Attack, 50 Ranged & 50 Magic)"),
420 new Option(10147, 60, "Red salamander\\n(with 60 Attack, 60 Ranged & 60 Magic)"),
421 new Option(10148, 70, "Black salamander\\n(with 70 Attack, 70 Ranged & 70 Magic)")
422 )
423 ),
424 RUNECRAFTING(new String[]{"Runes", "Multiple Runes", "Rune Pouches"},
425 new MenuOption(
426 new Option(556, 1, "Air runes"),
427 new Option(558, 2, "Mind runes"),
428 new Option(555, 5, "Water runes"),
429 new Option(4695, 6, "Mist runes"),
430 new Option(557, 9, "Earth runes"),
431 new Option(4696, 10, "Dust runes"),
432 new Option(4698, 13, "Mud runes"),
433 new Option(554, 14, "Fire runes"),
434 new Option(4697, 15, "Smoke runes"),
435 new Option(4694, 19, "Steam runes"),
436 new Option(559, 20, "Body runes"),
437 new Option(4699, 23, "Lava runes"),
438 new Option(564, 27, "Cosmic runes"),
439 new Option(562, 35, "Chaos runes"),
440 new Option(9075, 40, "Astral runes"),
441 new Option(561, 44, "Nature runes"),
442 new Option(563, 54, "Law runes"),
443 new Option(560, 65, "Death runes"),
444 new Option(Items.BLOOD_RUNE, 77, "Blood runes"),
445 new Option(Items.SOUL_RUNE, 90, "Soul runes"),
446 new Option(21880, 95, "Wrath runes")
447 ),
448 new MenuOption(
449 new Option(556, 11, "2 Air runes per essence"),
450 new Option(558, 14, "2 Mind runes"),
451 new Option(555, 19, "2 Water runes per essence"),
452 new Option(556, 22, "3 Air runes per essence"),
453 new Option(557, 26, "2 Earth runes per essence"),
454 new Option(558, 28, "3 Mind runes per essence"),
455 new Option(556, 33, "4 Air runes per essence"),
456 new Option(554, 35, "2 Fire runes per essence"),
457 new Option(555, 38, "3 Water runes per essence"),
458 new Option(558, 42, "4 Mind runes per essence"),
459 new Option(556, 44, "5 Air runes per essence"),
460 new Option(559, 46, "2 Body runes per essence"),
461 new Option(557, 52, "3 Earth runes per essence"),
462 new Option(556, 55, "6 Air runes per essence"),
463 new Option(558, 56, "5 Mind runes per essence"),
464 new Option(555, 57, "4 Water runes per essence"),
465 new Option(564, 59, "2 Cosmic runes per essence"),
466 new Option(556, 66, "7 Air runes per essence"),
467 new Option(558, 70, "6 Mind runes per essence"),
468 new Option(554, 70, "3 Fire runes per essence"),
469 new Option(562, 74, "2 Chaos runes per essence"),
470 new Option(555, 76, "5 Water runes per essence"),
471 new Option(556, 77, "8 Air runes per essence"),
472 new Option(557, 78, "4 Earth runes per essence"),
473 new Option(9075, 82, "2 Astral runes per essence"),
474 new Option(558, 84, "7 Mind runes per essence"),
475 new Option(556, 88, "9 Air runes per essence"),
476 new Option(561, 91, "2 Nature runes per essence"),
477 new Option(559, 92, "3 Body runes per essence"),
478 new Option(555, 95, "6 Water runes per essence"),
479 new Option(563, 95, "2 Law runes per essence"),
480 new Option(558, 98, "8 Mind runes per essence"),
481 new Option(556, 99, "10 Air runes per essence"),
482 new Option(560, 99, "2 Death runes per essence")
483 ),
484 new MenuOption(
485 new Option(1, -1, "Pouches come in various sizes wich\\nallow you to carry extra essence in\\nthem. As you use the pouches they\\ndegrade and store less essence, just\\nspeak to the Dark Mage at the centre of\\nthe abyss to restore them."),
486 new Option(1, -1, ""),
487 new Option(1, -1, ""),
488 new Option(5509, 1, "Small pouch: Holds 3 extra essence"),
489 new Option(5510, 25, "Medium pouch: Holds 6 extra essence"),
490 new Option(5512, 50, "Large pouch: Holds 9 extra essence"),
491 new Option(5514, 75, "Giant pouch: Holds 12 extra essence")
492 )
493 ),
494 HITPOINTS(new String[]{"Hitpoints", "Healing", "Equipment"},
495 new MenuOption(
496 new Option(-1, -1, "Hitpoints are used to tell you how\\nhealthy your character is. A character\\nwho reaches 0 Hitpoints has died, but\\nwill reappear in there chosen respawn\\nlocation(normally Lumbridge)"),
497 new Option(-1, -1, ""),
498 new Option(-1, -1, "\\n\\nIf you see any red 'hit splats' during\\ncombat, the number shown corresponds\\nto the number of Hitpoints lost as a\\nresult of that strike."),
499 new Option(-1, -1, ""),
500 new Option(-1, -1, "\\n\\n\\nBlue hit splats mean no damage has\\nbeen dealt"),
501 new Option(-1, -1, "\\n\\n\\nGreen hit splats are poison damage."),
502 new Option(-1, -1, "\\n\\n\\nOrange hit splats are disease damage."),
503 new Option(-1, -1, "")
504 ),
505 new MenuOption(
506 new Option(10476, -1, "Purple Sweets: Restores 1-3 Hitpoints"),
507 new Option(319, -1, "Anchovies: Restores 1 Hitpoint."),
508 new Option(315, -1, "Shrimp: Restores 3 Hitpoints"),
509 new Option(2140, -1, "Cooked chicken: 3 Hitpoints"),
510 new Option(325, -1, "Sardine: Restores 3 Hitpoints"),
511 new Option(2142, -1, "Cooked meat: Restores 3 Hitpoints"),
512 new Option(2309, -1, "Bread: Restores 5 Hitpoints"),
513 new Option(347, -1, "Herring: Restores 5 Hitpoints"),
514 new Option(355, -1, "Mackerel: Restores 6 Hitpoints"),
515 new Option(333, -1, "Trout: Restores 7 Hitpoints"),
516 new Option(339, -1, "Cod: Restores 7 Hitpoints"),
517 new Option(351, -1, "Pike: Restores 8 Hitpoints"),
518 new Option(329, -1, "Salmon: Restores 9 Hitpoints"),
519 new Option(2325, -1, "Redberry pie: Restores 9 Hitpoints"),
520 new Option(361, -1, "Tuna: Restores 10 Hitpoints"),
521 new Option(1993, -1, "Jug of wine: Restores 11 Hitpoints"),
522 new Option(2327, -1, "Meat pie: Restores 11 Hitpoints"),
523 new Option(7178, -1, "Garden pie: Restores 12 Hitpoints"),
524 new Option(7188, -1, "Fish pie: Restores 12 Hitpoints"),
525 new Option(1891, -1, "Cake: Restores 12 Hitpoints"),
526 new Option(379, -1, "Lobster: Restores 12 Hitpoints"),
527 new Option(365, -1, "Bass: Restores 13 Hitpoints"),
528 new Option(373, -1, "Swordfish: Restores 14 Hitpoints"),
529 new Option(2289, -1, "Plain pizza: Restores 14 Hitpoints"),
530 new Option(2323, -1, "Apple pie: Restores 14 Hitpoints"),
531 new Option(6703, -1, "Potato with butter: Restores 14\\nHitpoints"),
532 new Option(7054, -1, "Chilli Potato: Restores 14 Hitpoints"),
533 new Option(1897, -1, "Chocolate Cake: Restores 15 Hitpoints"),
534 new Option(7946, -1, "Monkfish: Restores 16 Hitpoints"),
535 new Option(7198, -1, "Admiral pie: Restores 16 Hitpoints"),
536 new Option(2327, -1, "Meat pizza: Restores 16 Hitpoints"),
537 new Option(6705, -1, "Potato with cheese: Restores 16\\nHitpoints"),
538 new Option(7056, -1, "Egg Potato: Restores 16 Hitpoints"),
539 new Option(3144, -1, "Cooked karambwan: Restores 18\\nHitpoints"),
540 new Option(2297, -1, "Anchovy pizza: Restores 18 Hitpoints"),
541 new Option(1883, -1, "Ugthanki kebab: Restores 18 Hitpoints"),
542 new Option(385, -1, "Shark: Restores 20 Hitpoints"),
543 new Option(7058, -1, "Mushroom Potato: Restores 20\\nHitpoints"),
544 new Option(397, -1, "Sea Turtle: Restores 21 Hitpoints"),
545 new Option(391, -1, "Manta Ray: Restores 22 Hitpoints"),
546 new Option(7060, -1, "Tuna Potato: Restores 22 Hitpoints"),
547 new Option(7208, -1, "Wild pie: Restores 22 Hitpoints"),
548 new Option(7218, -1, "Summer pie: Restores 22 Hitpoints"),
549 new Option(2301, -1, "Pineapple pizza: Restores 22 Hitpoints"),
550 new Option(6687, -1, "Saradomin brew: Restores 15% of your\\nHitpoints level plus 2 - can boost"),
551 new Option(-1, -1, "beyond your level")
552 ),
553 new MenuOption(
554 new Option(8839, 42, "Void Knight equipment\\n(with 42 combat stats and 22 Prayer)")
555 )
556 ),
557 AGILITY(new String[]{"Courses", "Areas", "Barbarian", "Shortcuts", "Other"},
558 new MenuOption(
559 new Option(2150, 1, "Gnome agility course"),
560 //new Option(2996, 20, "Medium-level agility arena obstacles"),
561 new Option(6970, 30, "Agility pyramid"),
562 new Option(1365, 35, "Barbarian outpost agility course"),
563 //new Option(2996, 40, "High-level agility area obstacles"),
564 new Option(4024, 48, "Ape atoll agility course"),
565 new Option(964, 52, "Wilderness agility course")
566 ),
567 new MenuOption(
568 new Option(6518, 10, "Moss giant island rope swing"),
569 new Option(6518, 12, "Karamja Dungeon stepping stones"),
570 new Option(6518, 15, "Edgeville Dungeon monkey bars"),
571 new Option(6521, 18, "Watchtower wall climb"),
572 new Option(6520, 22, "Karamja Dungeon pipe contortion"),
573 new Option(6519, 45, "Isafdar log balance"),
574 new Option(6520, 49, "Yanille Dungeon contortion"),
575 new Option(6521, 67, "Yanille Dungeon rubble Climb")
576 ),
577 new MenuOption(
578 new Option(11328, 15, "Leaping trout\\n(with 15 Strength & 48 Fishing)"),
579 new Option(11330, 30, "Leaping salmon\\n(with 30 Strength & 58 Fishing)"),
580 new Option(11332, 45, "Leaping sturgeon\\n(with 45 Strength & 70 Fishing)")
581 ),
582 new MenuOption(
583 new Option(6517, 5, "Falador agility shortcut"),
584 new Option(6515, 8, "River crossing to Al Kharid"),
585 new Option(6517, 11, "Falador wall"),
586 new Option(6514, 13, "Varrock south fence jump"),
587 new Option(6516, 16, "Yanille agility shortcut"),
588 new Option(6515, 20, "Coal Truck log balance"),
589 new Option(6516, 21, "Varrock agility shortcut"),
590 new Option(6516, 26, "Falador wall Crawl"),
591 new Option(6516, 28, "Draynor Manor broken railing"),
592 new Option(6516, 29, "Draynor Manor stones to the Champions' Guild"),
593 new Option(6515, 31, "Catherby cliff"),
594 new Option(6517, 32, "Ardougne log balance shortcut"),
595 new Option(6516, 33, "Water Obelisk Island escape"),
596 new Option(6517, 36, "Gnome Stronghold shortcut"),
597 new Option(6517, 37, "Al Kharid Mining pit sliffside scramble"),
598 new Option(6517, 39, "Yanille wall"),
599 new Option(6517, 40, "Trollheim easy cliffside scramble"),
600 new Option(6517, 41, "Dwarven mine narrow crevice"),
601 new Option(6516, 42, "Trollheim medium cliffside scramble"),
602 new Option(6517, 43, "Trollheim advanced cliffside scramble"),
603 new Option(6517, 44, "Cosmic Temple medium narrow walkway"),
604 new Option(6517, 46, "Trollheim hard cliffside scramble"),
605 new Option(6517, 47, "Log balance to the Fremennik Province"),
606 new Option(6515, 48, "Edgeville Dungeon to Varrock sewers pipe"),
607 new Option(6516, 51, "Karamaja crossing, south of the volcano"),
608 new Option(6517, 53, "Port Phasmatys ectopool shortcut"),
609 new Option(6517, 58, "Elven overpass sasy cliffside scramble"),
610 new Option(6517, 59, "Slayer Tower medium spiked chain climb"),
611 new Option(6517, 61, "Slayer Dungeon narrow crevice"),
612 new Option(6516, 62, "Trollheim wilderness route"),
613 new Option(6517, 64, "Paterdomus Temple to Morytania shortcut"),
614 new Option(6517, 66, "Cosmic Temple advanced narrow walkway"),
615 new Option(6516, 68, "Elven overpass medium cliffside scramble"),
616 new Option(6516, 70, "Taverly Dungeon pipe squeeze"),
617 new Option(6517, 71, "Slayer Tower advanced spiked chain climb"),
618 new Option(6514, 74, "Shilo Village stepping stone"),
619 new Option(6514, 80, "Taverly Dungeon spiked blade jump"),
620 new Option(6514, 81, "Slayer Dungeon chasm jump"),
621 new Option(6517, 85, "Elven overpass advanced cliff scramble")
622 ),
623 new MenuOption(
624 new Option(13080, 50, "Crystal weaponry\\n(with 70 Attack)")
625 )
626 ),
627 HERBLORE(new String[]{"Potions", "Herbs"},
628 new MenuOption(
629 new Option(221, 3, "Attack potion\\nGuam leaf & eye of newt"),
630 new Option(235, 5, "Anti-poison potion\\nMarrentill & ground unicorn horn"),
631 new Option(225, 12, "Strength potion\\nTarromin & limpwurt root"),
632 new Option(592, 15, "Serum 207\\nTarromin & ashes"),
633 new Option(223, 22, "Stat restore potion\\nHarralander & red spiders' eggs"),
634 new Option(1975, 26, "Energy potion\\nHarralander & chocolate dust"),
635 new Option(239, 30, "Defence potion\\nRanarr weed & white berries"),
636 new Option(2152, 34, "Agility potion\\nToadflax & toad legs"),
637 new Option(231, 38, "Prayer restore potion\\nRanarr weed & snape grass"),
638 new Option(221, 45, "Super Attack potion\\nIrit leaf & eye of newt"),
639 new Option(235, 48, "Super anti-poison potion\\nIrit leaf & ground unicorn horn"),
640 new Option(231, 50, "Fishing potion\\nAvantoe & snape grass"),
641 new Option(2970, 52, "Super energy potion\\nAvantoe & Mort myre fungi"),
642 new Option(225, 55, "Super Strength potion\\nKwuarm & limpwurt root"),
643 new Option(241, 60, "Weapon poison\\nKwuarm & ground blue dragon scale"),
644 new Option(223, 63, "Super restore potion\\nSnapdragon & red spiders' eggs"),
645 new Option(239, 66, "Super Defence potion\\nCadantine & white berries"),
646 new Option(6049, 68, "Extra strong anti-poison potion\\nCoconut milk, toadflax & yew roots"),
647 new Option(241, 69, "Anti-firebreath potion\\nLantadyme & ground blue dragon scale"),
648 new Option(245, 72, "Ranging potion\\nDwarf weed & wine of Zamorak"),
649 new Option(6016, 73, "Extra strong weapon poison potion\\nCoconut milk, cactus spine & red spiders' eggs"),
650 new Option(3138, 76, "Magic potion\\nLantadyme & potato cactus"),
651 new Option(24432, 77, "Stamina potion\\nAmylase & super energy potion"),
652 new Option(247, 78, "Zamorak brew\\nTorstol & jangerberries"),
653 new Option(6051, 79, "Super strong anti-poison potion\\nCoconut milk, irit leaf & magic tree roots"),
654 new Option(6693, 81, "Saradomin brew\\nToadflax & crushed bird nest"),
655 new Option(6018, 82, "Weapon poison potion\\nCoconut milk, nightshade & poison ivy\\nberries"),
656 new Option(269, 90, "Super combat potion\\nSuper attack potion, super defence\\npotion, super strength potion & torstol")
657 ),
658 new MenuOption(
659 new Option(249, 3, "Guam leaf"),
660 new Option(251, 5, "Marrentill"),
661 new Option(253, 11, "Tarromin"),
662 new Option(255, 20, "Harralander"),
663 new Option(257, 25, "Ranarr weed"),
664 new Option(2998, 30, "Toadflax"),
665 new Option(259, 40, "Irit leaf"),
666 new Option(261, 48, "Avantoe"),
667 new Option(263, 54, "Kwuarm"),
668 new Option(3000, 59, "Snapdragon"),
669 new Option(265, 65, "Cadantine"),
670 new Option(2481, 67, "Lantadyme"),
671 new Option(267, 70, "Dwarf weed"),
672 new Option(269, 75, "Torstol")
673 )
674 ),
675 THIEVING(new String[]{"Pickpocket", "Stalls", "Chests", "Other"},
676 new MenuOption(
677 new Option(3241, 1, "Man"),
678 new Option(3243, 10, "Farmer"),
679 new Option(4295, 15, "Female H.A.M Follower"),
680 new Option(4297, 20, "Male H.A.M Follower"),
681 new Option(3245, 25, "Warrior"),
682 new Option(3247, 32, "Rogue"),
683 new Option(5068, 38, "Master Farmer"),
684 new Option(3249, 40, "Guard"),
685 new Option(3686, 45, "Fremennik Citizen"),
686 new Option(6781, 45, "Beared Pollnivnian Bandit"),
687 new Option(4624, 53, "Desert Bandit"),
688 new Option(3251, 55, "Knight"),
689 new Option(6782, 55, "Pollnivnian Bandit"),
690 new Option(3253, 65, "Watchman"),
691 new Option(6780, 65, "Menaphite Thug"),
692 new Option(3255, 70, "Paladin"),
693 new Option(3257, 75, "Gnome"),
694 new Option(3259, 80, "Hero"),
695 new Option(6105, 85, "Elf")
696 ),
697 new MenuOption(
698 new Option(1965, 2, "Vegetable stall"),
699 new Option(2309, 5, "Baker's stall"),
700 new Option(1933, 5, "Ape Atoll general stall"),
701 new Option(1978, 5, "Tea stall"),
702 new Option(1755, 5, "Crafting stall"),
703 new Option(1963, 5, "Monkey food stall"),
704 new Option(2379, 15, "Rock cake stall"),
705 new Option(950, 20, "Silk stall"),
706 new Option(1993, 22, "Wine stall"),
707 new Option(5318, 27, "Seed stall"),
708 new Option(958, 35, "Fur stall"),
709 new Option(333, 42, "Fish stall"),
710 new Option(2355, 50, "Silver stall"),
711 new Option(6422, 65, "Magic stall"),
712 new Option(1323, 65, "Scimitar stall"),
713 new Option(2007, 65, "Spice stall"),
714 new Option(1607, 75, "Gem stall")
715 ),
716 new MenuOption(
717 new Option(617, 13, "Ardougne, Rellekka, and the Wilderness"),
718 new Option(561, 28, "Upstairs in Ardougne and Rellekka"),
719 new Option(617, 43, "Upstairs in Ardougne"),
720 new Option(41, 47, "Hemenster"),
721 new Option(617, 47, "Rellekka"),
722 new Option(565, 59, "Chaos Druid Tower north of Ardougne"),
723 new Option(383, 72, "King Lathas's castle in Ardougne")
724 ),
725 new MenuOption(
726 new Option(9026, 21, "Pyramid Plunder minigame - Room 1\\nIn the Jalsavrah Pyramid in Sophanem"),
727 new Option(9032, 31, "Pyramid Plunder - Room 2"),
728 new Option(9036, 41, "Pyramid Plunder - Room 3"),
729 new Option(1623, 50, "Can crack the wall safes in Rogue's Den"),
730 new Option(9042, 51, "Pyramid Plunder - Room 4"),
731 new Option(9038, 61, "Pyramid Plunder - Room 5"),
732 new Option(9040, 71, "Pyramid Plunder - Room 6"),
733 new Option(9028, 81, "Pyramid Plunder - Room 7"),
734 new Option(9034, 91, "Pyramid Plunder - Room 8")
735 )
736 ),
737 CRAFTING(new String[]{"Armour", "Spinning", "Pottery", "Glass", "Jewellery", "Weaponry"},
738 new MenuOption(
739 new Option(1059, 1, "Leather gloves"),
740 new Option(1061, 7, "Leather boots"),
741 new Option(1167, 9, "Leather cowl"),
742 new Option(1063, 11, "Leather vambraces"),
743 new Option(1129, 14, "Leather body"),
744 new Option(3327, 15, "Snail helmet"),
745 new Option(1095, 18, "Leather chaps"),
746 new Option(1131, 28, "Hard leather body"),
747 new Option(1169, 38, "Coif"),
748 new Option(1133, 41, "Studded body"),
749 new Option(1097, 44, "Studded chaps"),
750 new Option(6328, 45, "Snakeskin boots"),
751 new Option(6330, 47, "Snakeskin vambraces"),
752 new Option(6326, 48, "Snakeskin bandana"),
753 new Option(6324, 51, "Snakeskin chaps"),
754 new Option(6322, 53, "Snakeskin body"),
755 new Option(11864, 55, "Slayer helm"),
756 new Option(1065, 57, "Green dragonhide vambraces"),
757 new Option(1099, 60, "Green dragonhide chaps"),
758 new Option(1135, 63, "Green dragonhide body"),
759 new Option(2487, 66, "Blue dragonhide vambraces"),
760 new Option(2493, 68, "Blue dragonhide chaps"),
761 new Option(2499, 71, "Blue dragonhide body"),
762 new Option(2489, 73, "Red dragonhide vambraces"),
763 new Option(2495, 75, "Red dragonhide chaps"),
764 new Option(2501, 77, "Red dragonhide body"),
765 new Option(2491, 79, "Black dragonhide cambraces"),
766 new Option(2497, 82, "Black dragonhide chaps"),
767 new Option(2503, 84, "Black dragonhide body")
768 ),
769 new MenuOption(
770 new Option(1759, 1, "Wool"),
771 new Option(1777, 10, "Flax into bow strings"),
772 new Option(9436, 10, "Sinew into crossbow strings"),
773 new Option(6038, 19, "Magic tree roots into magic strings"),
774 new Option(954, 30, "Yak hair into rope")
775 ),
776 new MenuOption(
777 new Option(1931, 1, "Pot"),
778 new Option(2313, 7, "Pie dish"),
779 new Option(1923, 8, "Bowl"),
780 new Option(5350, 19, "Plant pot"),
781 new Option(4440, 25, "Pot lid")
782 ),
783 new MenuOption(
784 new Option(1919, 1, "Beer glass"),
785 new Option(4527, 4, "Candle lantern"),
786 new Option(4525, 12, "Oil lamp"),
787 new Option(4535, 26, "Oil lantern"),
788 new Option(229, 33, "Vial"),
789 new Option(6667, 42, "Fishbowl"),
790 new Option(567, 46, "Glass orb"),
791 new Option(4542, 49, "Bullseye lantern lens")
792 ),
793 new MenuOption(
794 new Option(1609, 1, "Cut opal"),
795 new Option(10496, 3, "Polished buttons"),
796 new Option(1635, 5, "Gold ring"),
797 new Option(1654, 6, "Gold necklace"),
798 new Option(11069, 7, "Gold bracelet"),
799 new Option(1692, 8, "Gold amulet"),
800 new Option(1611, 13, "Cut jade"),
801 new Option(1716, 16, "Holy symbol"),
802 new Option(1613, 16, "Cut red topaz"),
803 new Option(1724, 17, "Unholy symbol"),
804 new Option(1607, 20, "Cut sapphire"),
805 new Option(1637, 20, "Sapphire ring"),
806 new Option(1656, 22, "Sapphire necklace"),
807 new Option(5525, 23, "Tiara"),
808 new Option(11072, 23, "Sapphire bracelet"),
809 new Option(1694, 24, "Sapphire amulet"),
810 new Option(1605, 27, "Cut emerald"),
811 new Option(1639, 27, "Emerald ring"),
812 new Option(1658, 29, "Emerald necklace"),
813 new Option(11076, 30, "Emerald bracelet"),
814 new Option(1696, 31, "Emerald amulet"),
815 new Option(1603, 34, "Cut ruby"),
816 new Option(1641, 34, "Ruby ring"),
817 new Option(1660, 40, "Ruby necklace"),
818 new Option(11085, 42, "Ruby bracelet"),
819 new Option(1601, 43, "Cut diamond"),
820 new Option(1643, 43, "Diamond ring"),
821 new Option(1698, 50, "Ruby amulet"),
822 new Option(1615, 55, "Cut dragonstone"),
823 new Option(1645, 55, "Dragonstone ring"),
824 new Option(1662, 56, "Diamond necklace"),
825 new Option(11092, 58, "Diamond bracelet"),
826 new Option(6573, 67, "Cut onyx"),
827 new Option(6575, 67, "Onyx ring"),
828 new Option(1700, 70, "Diamond amulet"),
829 new Option(1664, 72, "Dragonstone necklace"),
830 new Option(11115, 74, "Dragonstone bracelet"),
831 new Option(11866, 75, "Slayer ring"),
832 new Option(1702, 80, "Dragonstone amulet"),
833 new Option(6577, 82, "Onyx necklace"),
834 new Option(11130, 84, "Onyx bracelet"),
835 new Option(6581, 90, "Onyx amulet")
836 ),
837 new MenuOption(
838 new Option(2963, 18, "Silver sickle"),
839 new Option(9382, 21, "Silver crossbow bolts"),
840 new Option(1395, 54, "Water battlestaff"),
841 new Option(1399, 58, "Earth battlestaff"),
842 new Option(1393, 62, "Fire battlestaff"),
843 new Option(1397, 66, "Air battlestaff")
844 )
845 ),
846 FLETCHING(new String[]{"Arrows", "Bows", "Bolts", "Darts", "Crossbows", "Shields"},
847 new MenuOption(
848 new Option(52, 1, "15 Arrow shafts"),
849 new Option(882, 1, "Bronze arrow"),
850 new Option(884, 15, "Iron arrow"),
851 new Option(886, 30, "Steel arrow"),
852 new Option(888, 45, "Mithril arrow"),
853 new Option(890, 60, "Adamant arrow"),
854 new Option(892, 75, "Rune arrow"),
855 new Option(11212, 90, "Dragon arrows")
856 ),
857 new MenuOption(
858 new Option(841, 5, "Shortbow"),
859 new Option(839, 10, "Longbow"),
860 new Option(843, 20, "Oak shortbow"),
861 new Option(845, 25, "Oak longbow"),
862 new Option(849, 35, "Willow shortbow"),
863 new Option(847, 40, "Willow longbow"),
864 new Option(853, 50, "Maple shortbow"),
865 new Option(851, 55, "Maple longbow"),
866 new Option(857, 65, "Yew shortbow"),
867 new Option(855, 70, "Yew longbow"),
868 new Option(861, 80, "Magic shortbow"),
869 new Option(859, 85, "Magic longbow")
870 ),
871 new MenuOption(
872 new Option(877, 9, "Bronze bolts"),
873 new Option(879, 11, "Opal-tipped bronze bolts"),
874 new Option(9140, 39, "Iron bolts"),
875 new Option(880, 41, "Pearl-tipped iron bolts"),
876 new Option(9145, 43, "Silver bolts"),
877 new Option(9141, 46, "Steel bolts"),
878 new Option(9336, 48, "Red topaz-tipped steel bolts"),
879 new Option(9142, 54, "Mithril bolts"),
880 new Option(11875, 55, "Broad bolts"),
881 new Option(9337, 56, "Sapphire-tipped mithril bolts"),
882 new Option(9338, 58, "Emerald-tipped mithril bolts"),
883 new Option(9418, 59, "Mithril grapple-tipped bolts"),
884 new Option(9143, 61, "Adamantite bolts"),
885 new Option(9339, 63, "Ruby-tipped adamantite bolts"),
886 new Option(9340, 65, "Diamond-tipped adamantite bolts"),
887 new Option(9144, 69, "Runite bolts"),
888 new Option(9341, 71, "Dragonstone-tipped runite bolts"),
889 new Option(9342, 73, "Onyx-tipped runite bolts")
890 ),
891 new MenuOption(
892 new Option(806, 10, "Bronze darts"),
893 new Option(807, 22, "Iron darts"),
894 new Option(808, 37, "Steel darts"),
895 new Option(809, 52, "Mithril darts"),
896 new Option(810, 67, "Adamant darts"),
897 new Option(811, 81, "Rune darts"),
898 new Option(11230, 95, "Dragon darts")
899 ),
900 new MenuOption(
901 new Option(9440, 9, "Bronze/wooden crossbows"),
902 new Option(9444, 39, "Iron/willow crossbows"),
903 new Option(9446, 46, "Steel/teak crossbows"),
904 new Option(9448, 54, "Mithril/maple crossbows"),
905 new Option(9450, 61, "Adamantite/mohogany crossbows"),
906 new Option(9452, 69, "Runite/yew crossbows")
907 ),
908 new MenuOption(
909 new Option(1171, 27, "Wooden shield")
910 )
911 ),
912 SLAYER(new String[]{"Equipment", "Monsters", "Masters"},
913 new MenuOption(
914 new Option(4161, 1, "Bag of salt"),
915 new Option(6696, 1, "Ice cooler"),
916 new Option(4551, 1, "Spiny Helmet\\n(with 5 Defence)"),
917 new Option(4162, 1, "Rock hammer"),
918 new Option(4164, 10, "Facemask"),
919 new Option(4166, 15, "Earmuffs"),
920 new Option(4156, 25, "Mirror shield\\n(with 20 Defence)"),
921 new Option(6664, 32, "Fishing explosive"),
922 new Option(7053, 33, "Harpie bug lantern"),
923 new Option(8923, 35, "Witchwood icon"),
924 new Option(7159, 37, "Insulated boots"),
925 new Option(6708, 42, "Slayer gloves"),
926 new Option(4158, 55, "Leaf-bladed spear and sword\\n(with 50 Attack)"),
927 new Option(20727, 55, "Leaf-bladed battleaxe\\n(with 65 Attack)"),
928 new Option(4150, 55, "Broad arrow\\n(with 50 Ranged)"),
929 new Option(11875, 55, "Broad bolts\\n(with 61 Ranged)"),
930 new Option(4170, 55, "Slayer's staff\\n(with 50 Magic)"),
931 new Option(7421, 57, "Fungicide spray"),
932 new Option(4168, 60, "Nosepeg")
933 ),
934 new MenuOption(
935 new Option(4133, 5, "Crawling hand"),
936 new Option(4521, 7, "Cave bug"),
937 new Option(4134, 10, "Cave crawler"),
938 new Option(4135, 15, "Banshee"),
939 new Option(4520, 17, "Cave slime"),
940 new Option(4136, 20, "Rockslug"),
941 new Option(4137, 25, "Cockatrice"),
942 new Option(4138, 30, "Pyrefiend"),
943 new Option(4139, 40, "Basilisk"),
944 new Option(4140, 45, "Infernal mage"),
945 new Option(11047, 47, "Brine rats"),
946 new Option(4141, 50, "Bloodveld"),
947 new Option(4142, 52, "Jelly"),
948 new Option(4143, 55, "Turoth"),
949 new Option(8900, 58, "Cave horrors"),
950 new Option(4144, 60, "Aberrant specter"),
951 new Option(4145, 65, "Dust devil"),
952 new Option(4146, 70, "Kurask"),
953 new Option(6811, 72, "Skeletal wyvern"),
954 new Option(4147, 75, "Gargoyle"),
955 new Option(21391, 77, "Brutal black dragons"),
956 new Option(4148, 80, "Nechryeal"),
957 new Option(4149, 85, "Abyssal demon"),
958 new Option(6637, 90, "Dark beast")
959 ),
960 new MenuOption(
961 new Option(4155, 1, "Wilderness master\\n(no requirements)"),
962 new Option(4155, 1, "Burthorpe master\\n(with level 3 combat)"),
963 new Option(4155, 1, "Canifis master\\n(with level 20 combat)"),
964 new Option(4155, 1, "Edgeville Dungeon master\\n(with level 40 combat)"),
965 new Option(4155, 1, "Zanaris master\\n(with level 70 combat)"),
966 new Option(4155, 50, "Shilo Village master\\n(with level 100 combat)")
967 )
968 ),
969 MINING(new String[]{"Rocks", "Equipment", "Areas"},
970 new MenuOption(
971 new Option(1436, 1, "Rune essence\\n(After Rune Mysteries)"),
972 new Option(434, 1, "Clay"),
973 new Option(436, 1, "Copper ore"),
974 new Option(438, 1, "Tin ore"),
975 new Option(3211, 10, "Limestone"),
976 new Option(668, 10, "Blurite ore"),
977 new Option(440, 15, "Iron ore"),
978 new Option(442, 20, "Silver ore"),
979 new Option(453, 30, "Coal"),
980 new Option(7936, 30, "Pure essence\\n(After Rune Mysteries)"),
981 new Option(12011, 30, "Motherlode mine"),
982 new Option(6977, 35, "Sandstone"),
983 new Option(444, 40, "Gold ore"),
984 new Option(1629, 40, "Gem rocks"),
985 new Option(6983, 45, "Granite"),
986 new Option(447, 55, "Mithril ore"),
987 new Option(449, 70, "Adamantite ore"),
988 new Option(451, 85, "Runite ore")
989 ),
990 new MenuOption(
991 new Option(1265, 1, "Bronze pickaxe"),
992 new Option(1267, 1, "Iron pickaxe"),
993 new Option(1269, 6, "Steel pickaxe"),
994 new Option(1273, 21, "Mithril pickaxe"),
995 new Option(1271, 31, "Adamant pickaxe"),
996 new Option(1275, 41, "Rune pickaxe"),
997 new Option(11920, 61, "Dragon pickaxe")
998 ),
999 new MenuOption(
1000 new Option(12011, 30, "Motherlode Mine"),
1001 new Option(447, 60, "Mining Guild")
1002 )
1003 ),
1004 SMITHING(new String[]{"Smelting", "Bronze", "Iron", "Steel", "Mithril", "Adamant", "Rune", "Other"},
1005 new MenuOption(
1006 new Option(2349, 1, "Bronze\\n1 tin ore & 1 copper ore"),
1007 new Option(2351, 15, "Iron\\n50% chance of success"),
1008 new Option(2355, 20, "Silver"),
1009 new Option(2353, 30, "Steel\\n2 coal & 1 iron ore"),
1010 new Option(2357, 40, "Gold"),
1011 new Option(2359, 50, "Mithril\\n4 coal & 1 mithril ore"),
1012 new Option(2361, 70, "Adamant\\n6 coal & 1 adamantite ore"),
1013 new Option(2363, 85, "Runite\\n8 coal & 1 runite ore")
1014 ),
1015 new MenuOption(
1016 new Option(1205, 1, "Bronze dagger\\n1 bar"),
1017 new Option(1351, 1, "Bronze axe\\n1 bar"),
1018 new Option(1422, 2, "Bronze mace\\n1 bar"),
1019 new Option(1139, 3, "Bronze med helm\\n1 bar"),
1020 new Option(9375, 3, "Bronze crossbow bolts\\n1 bar makes 10"),
1021 new Option(1277, 4, "Bronze sword\\n1 bar"),
1022 new Option(819, 4, "Bronze dart tips\\n1 bar"),
1023 new Option(1794, 4, "Bronze wire\\n1 bar"),
1024 new Option(4819, 4, "Bronze nails\\n1 bar makes 15"),
1025 new Option(1321, 5, "Bronze scimitar\\n2 bars"),
1026 new Option(1237, 5, "Bronze spear\\n1 bar, 1 log"),
1027 new Option(39, 5, "Bronze arrowhead\\n1 bar makes 15"),
1028 new Option(9420, 6, "Bronze crossbow limbs\\n1 bar"),
1029 new Option(1291, 6, "Bronze longsword\\n1 bars"),
1030 new Option(1155, 7, "Bronze full helm\\n2 bars"),
1031 new Option(864, 7, "Bronze throwing knife\\n1 bar makes 5"),
1032 new Option(1173, 8, "Bronze sq shield\\n2 bars"),
1033 new Option(1337, 9, "Bronze warhammer\\n3 bars"),
1034 new Option(1375, 10, "Bronze battleaxe\\n3 bars"),
1035 new Option(1103, 11, "Bronze chainbody\\n3 bars"),
1036 new Option(1189, 12, "Bronze kiteshield\\n3 bars"),
1037 new Option(3095, 13, "Bronze claws\\n2 bars"),
1038 new Option(1307, 14, "Bronze two-handed swords\\n3 bars"),
1039 new Option(1075, 16, "Bronze platelegs\\n3 bars"),
1040 new Option(1087, 16, "Bronze plateskirt\\n3 bars"),
1041 new Option(1117, 18, "Bronze platebody\\n5 bars")
1042 ),
1043 new MenuOption(
1044 new Option(1203, 15, "Iron dagger\\n1 bar"),
1045 new Option(1349, 16, "Iron axe\\n1 bar"),
1046 new Option(1420, 17, "Iron mace\\n1 bar"),
1047 new Option(7225, 17, "Iron spit\\n1 bar"),
1048 new Option(1137, 17, "Iron med helm\\n1 bar"),
1049 new Option(9377, 18, "Iron crossbow bolts\\n1 bar makes 10"),
1050 new Option(1279, 19, "Iron sword\\n1 bar"),
1051 new Option(820, 19, "Iron dart tips\\n1 bar"),
1052 new Option(4820, 19, "Iron nails\\n1 bar makes 15"),
1053 new Option(1323, 20, "Iron scimitar\\n2 bars"),
1054 new Option(1239, 20, "Iron spear\\n1 bar, 1 log"),
1055 new Option(40, 20, "Iron arrowhead\\n1 bar makes 15"),
1056 new Option(1293, 21, "Iron longsword\\n1 bars"),
1057 new Option(1153, 22, "Iron full helm\\n2 bars"),
1058 new Option(863, 22, "Iron throwing knife\\n1 bar makes 5"),
1059 new Option(1175, 23, "Iron sq shield\\n2 bars"),
1060 new Option(9423, 23, "Iron crossbow limbs\\n1 bar"),
1061 new Option(1335, 24, "Iron warhammer\\n3 bars"),
1062 new Option(1363, 25, "Iron battleaxe\\n3 bars"),
1063 new Option(1101, 26, "Iron chainbody\\n3 bars"),
1064 new Option(4540, 26, "Oil lantern frame\\n1 bars"),
1065 new Option(1191, 27, "Iron kiteshield\\n3 bars"),
1066 new Option(3096, 28, "Iron claws\\n2 bars"),
1067 new Option(1309, 29, "Iron two-handed swords\\n3 bars"),
1068 new Option(1067, 31, "Iron platelegs\\n3 bars"),
1069 new Option(1081, 31, "Iron plateskirt\\n3 bars"),
1070 new Option(1115, 33, "Iron platebody\\n5 bars")
1071 ),
1072 new MenuOption(
1073 new Option(1207, 30, "Steel dagger\\n1 bar"),
1074 new Option(1353, 31, "Steel axe\\n1 bar"),
1075 new Option(1424, 32, "Steel mace\\n1 bar"),
1076 new Option(1141, 33, "Steel med helm\\n1 bar"),
1077 new Option(9378, 33, "Steel crossbow bolts\\n1 bar makes 10"),
1078 new Option(1281, 34, "Steel sword\\n1 bar"),
1079 new Option(821, 34, "Steel dart tips\\n1 bar"),
1080 new Option(1539, 34, "Steel nails\\n1 bar makes 15"),
1081 new Option(1325, 35, "Steel scimitar\\n2 bars"),
1082 new Option(1241, 35, "Steel spear\\n1 bar, 1 log"),
1083 new Option(41, 35, "Steel arrowhead\\n1 bar makes 15"),
1084 new Option(2, 35, "Cannonballs\\n1 bar makes 4"),
1085 new Option(9425, 36, "Steel crossbow limbs\\n1 bar"),
1086 new Option(1295, 36, "Steel longsword\\n1 bars"),
1087 new Option(2370, 36, "Steel studs\\n1 bars"),
1088 new Option(1157, 37, "Steel full helm\\n2 bars"),
1089 new Option(865, 37, "Steel throwing knife\\n1 bar makes 5"),
1090 new Option(1177, 38, "Steel sq shield\\n2 bars"),
1091 new Option(1339, 39, "Steel warhammer\\n3 bars"),
1092 new Option(1365, 40, "Steel battleaxe\\n3 bars"),
1093 new Option(1105, 41, "Steel chainbody\\n3 bars"),
1094 new Option(1193, 42, "Steel kiteshield\\n3 bars"),
1095 new Option(3097, 43, "Steel claws\\n2 bars"),
1096 new Option(1311, 44, "Steel two-handed swords\\n3 bars"),
1097 new Option(1069, 46, "Steel platelegs\\n3 bars"),
1098 new Option(1083, 46, "Steel plateskirt\\n3 bars"),
1099 new Option(1119, 48, "Steel platebody\\n5 bars"),
1100 new Option(4544, 49, "Bullseye lantern frames\\n1 bar")
1101 ),
1102 new MenuOption(
1103 new Option(1209, 50, "Mithril dagger\\n1 bar"),
1104 new Option(1355, 51, "Mithril axe\\n1 bar"),
1105 new Option(1428, 52, "Mithril mace\\n1 bar"),
1106 new Option(1143, 53, "Mithril med helm\\n1 bar"),
1107 new Option(9379, 53, "Mithril crossbow bolts\\n1 bar makes 10"),
1108 new Option(1285, 54, "Mithril sword\\n1 bar"),
1109 new Option(822, 54, "Mithril dart tips\\n1 bar"),
1110 new Option(4822, 54, "Mithril nails\\n1 bar makes 15"),
1111 new Option(1329, 55, "Mithril scimitar\\n2 bars"),
1112 new Option(1243, 55, "Mithril spear\\n1 bar, 1 log"),
1113 new Option(42, 55, "Mithril arrowhead\\n1 bar makes 15"),
1114 new Option(9427, 56, "Mithril crossbow limbs\\n1 bar"),
1115 new Option(1299, 56, "Mithril longsword\\n1 bars"),
1116 new Option(1159, 57, "Mithril full helm\\n2 bars"),
1117 new Option(866, 57, "Mithril throwing knife\\n1 bar makes 5"),
1118 new Option(1181, 58, "Mithril sq shield\\n2 bars"),
1119 new Option(1343, 59, "Mithril warhammer\\n3 bars"),
1120 new Option(1369, 60, "Mithril battleaxe\\n3 bars"),
1121 new Option(1109, 61, "Mithril chainbody\\n3 bars"),
1122 new Option(1197, 62, "Mithril kiteshield\\n3 bars"),
1123 new Option(3099, 63, "Mithril claws\\n2 bars"),
1124 new Option(1315, 64, "Mithril two-handed swords\\n3 bars"),
1125 new Option(1071, 66, "Mithril platelegs\\n3 bars"),
1126 new Option(1085, 66, "Mithril plateskirt\\n3 bars"),
1127 new Option(1121, 68, "Mithril platebody\\n5 bars")
1128 ),
1129 new MenuOption(
1130 new Option(1211, 70, "Adamant dagger\\n1 bar"),
1131 new Option(1357, 71, "Adamant axe\\n1 bar"),
1132 new Option(1430, 72, "Adamant mace\\n1 bar"),
1133 new Option(1145, 73, "Adamant med helm\\n1 bar"),
1134 new Option(9380, 73, "Adamant crossbow bolts\\n1 bar makes 10"),
1135 new Option(1287, 74, "Adamant sword\\n1 bar"),
1136 new Option(823, 74, "Adamant dart tips\\n1 bar"),
1137 new Option(4823, 74, "Adamant nails\\n1 bar makes 15"),
1138 new Option(1331, 75, "Adamant scimitar\\n2 bars"),
1139 new Option(1245, 75, "Adamant spear\\n1 bar, 1 log"),
1140 new Option(43, 75, "Adamant arrowhead\\n1 bar makes 15"),
1141 new Option(9429, 76, "Adamant crossbow limbs\\n1 bar"),
1142 new Option(1301, 76, "Adamant longsword\\n1 bars"),
1143 new Option(1161, 77, "Adamant full helm\\n2 bars"),
1144 new Option(867, 77, "Adamant throwing knife\\n1 bar makes 5"),
1145 new Option(1183, 78, "Adamant sq shield\\n2 bars"),
1146 new Option(1345, 79, "Adamant warhammer\\n3 bars"),
1147 new Option(1371, 80, "Adamant battleaxe\\n3 bars"),
1148 new Option(1111, 81, "Adamant chainbody\\n3 bars"),
1149 new Option(1199, 82, "Adamant kiteshield\\n3 bars"),
1150 new Option(3100, 83, "Adamant claws\\n2 bars"),
1151 new Option(1317, 84, "Adamant two-handed swords\\n3 bars"),
1152 new Option(1073, 86, "Adamant platelegs\\n3 bars"),
1153 new Option(1091, 86, "Adamant plateskirt\\n3 bars"),
1154 new Option(1123, 88, "Adamant platebody\\n5 bars")
1155 ),
1156 new MenuOption(
1157 new Option(1213, 85, "Rune dagger\\n1 bar"),
1158 new Option(1359, 86, "Rune axe\\n1 bar"),
1159 new Option(1432, 87, "Rune mace\\n1 bar"),
1160 new Option(1147, 88, "Rune med helm\\n1 bar"),
1161 new Option(9381, 88, "Rune crossbow bolts\\n1 bar makes 10"),
1162 new Option(1289, 89, "Rune sword\\n1 bar"),
1163 new Option(824, 89, "Rune dart tips\\n1 bar"),
1164 new Option(4824, 89, "Rune nails\\n1 bar makes 15"),
1165 new Option(1333, 90, "Rune scimitar\\n2 bars"),
1166 new Option(1247, 90, "Rune spear\\n1 bar, 1 log"),
1167 new Option(44, 90, "Rune arrowhead\\n1 bar makes 15"),
1168 new Option(9431, 91, "Rune crossbow limbs\\n1 bar"),
1169 new Option(1303, 91, "Rune longsword\\n1 bars"),
1170 new Option(1163, 92, "Rune full helm\\n2 bars"),
1171 new Option(868, 92, "Rune throwing knife\\n1 bar makes 5"),
1172 new Option(1185, 93, "Rune sq shield\\n2 bars"),
1173 new Option(1347, 94, "Rune warhammer\\n3 bars"),
1174 new Option(1373, 95, "Rune battleaxe\\n3 bars"),
1175 new Option(1113, 96, "Rune chainbody\\n3 bars"),
1176 new Option(1201, 97, "Rune kiteshield\\n3 bars"),
1177 new Option(3101, 98, "Rune claws\\n2 bars"),
1178 new Option(1319, 99, "Rune two-handed swords\\n3 bars"),
1179 new Option(1079, 99, "Rune platelegs\\n3 bars"),
1180 new Option(1093, 99, "Rune plateskirt\\n3 bars"),
1181 new Option(1127, 99, "Rune platebody\\n5 bars")
1182 ),
1183 new MenuOption(
1184 new Option(1187, 60, "Dragon square shield"),
1185 new Option(11798, 80, "Godsword blade"),
1186 new Option(11283, 90, "Dragonfire shield")
1187 )
1188 ),
1189 FISHING(new String[]{"Small Net", "Big Net", "Rod", "Harpoon", "Cage", "Barbarian", "Equipment", "Other"},
1190 new MenuOption(
1191 new Option(317, 1, "Shrimp - Small fishing net"),
1192 new Option(3150, 5, "Karambwanji - Small fishing net"),
1193 new Option(321, 15, "Anchovies - Small fishing net"),
1194 new Option(7944, 62, "Monkfish - Small fishing net"),
1195 new Option(10569, 82, "Minnow - Small fishing net")
1196 ),
1197 new MenuOption(
1198 new Option(353, 16, "Mackerel - Big fishing net"),
1199 new Option(341, 23, "Cod - Big fishing net"),
1200 new Option(363, 46, "Bass - Big fishing net"),
1201 new Option(395, 79, "Sea turtle - Big fishing net"),
1202 new Option(389, 81, "Manta ray - Big fishing net")
1203 ),
1204 new MenuOption(
1205 new Option(327, 5, "Sardine - Fishing rod & Fishing bait"),
1206 new Option(345, 10, "Herring - Fishing rod & Fishing bait"),
1207 new Option(335, 20, "Trout - Fly fishing rod & feathers"),
1208 new Option(349, 25, "Pike - Fishing rod & Fishing bait"),
1209 new Option(331, 30, "Salmon - Fly fishing rod & feathers")
1210 ),
1211 new MenuOption(
1212 new Option(359, 35, "Tuna - Harpoon"),
1213 new Option(371, 50, "Swordfish - Harpoon"),
1214 new Option(383, 76, "Shark - Harpoon")
1215 ),
1216 new MenuOption(
1217 new Option(377, 40, "Lobster - Lobster pot")
1218 ),
1219 new MenuOption(
1220 new Option(11328, 48, "Leaping trout - Barbarian rod\\n(with 15 Agility & 15 Strength)"),
1221 new Option(11330, 58, "Leaping salmon - Barbarian rod\\n(with 30 Agility & 30 Strength)"),
1222 new Option(11332, 70, "Leaping sturgeon - Barbarian rod\\n(with 45 Agility & 45 Strength)")
1223 ),
1224 new MenuOption(
1225 new Option(25050, 1, "Angler's outfit"),
1226 new Option(303, 1, "Small fishing net"),
1227 new Option(307, 1, "Fishing rod"),
1228 new Option(305, 1, "Big fishing net"),
1229 new Option(311, 1, "Harpoon"),
1230 new Option(309, 1, "Fly fishing rod"),
1231 new Option(301, 1, "Lobster pot"),
1232 new Option(3157, 1, "Karambwan vessel"),
1233 new Option(11323, 48, "Barbarian rod\\n(with 15 Strength & 15 Agility)")
1234 ),
1235 new MenuOption(
1236 new Option(3142, 65, "Karambwan - Karambwan vessel")
1237 )
1238 ),
1239 COOKING(new String[]{"Meats", "Bread", "Pies", "Stews", "Pizzas", "Cakes", "Wine", "Vegetable", "Dairy", "Milestones"},
1240 new MenuOption(
1241 new Option(2142, 1, "Meat"),
1242 new Option(9436, 1, "Sinew (Made by\\ndrying beef or bear meat on a range)"),
1243 new Option(315, 1, "Shrimp"),
1244 new Option(2140, 1, "Chicken"),
1245 new Option(319, 1, "Anchovies"),
1246 new Option(325, 1, "Sardine"),
1247 new Option(3144, 1, "Karambwan"),
1248 new Option(347, 5, "Herring"),
1249 new Option(355, 10, "Mackerel"),
1250 new Option(333, 15, "Trout"),
1251 new Option(339, 18, "Cod"),
1252 new Option(351, 20, "Pike"),
1253 new Option(329, 25, "Salmon"),
1254 new Option(361, 30, "Tuna"),
1255 new Option(379, 40, "Lobster"),
1256 new Option(365, 43, "Bass"),
1257 new Option(373, 45, "Swordfish"),
1258 new Option(385, 80, "Shark"),
1259 new Option(397, 82, "Sea Turtle"),
1260 new Option(391, 91, "Manta Ray")
1261 ),
1262 new MenuOption(
1263 new Option(2309, 1, "Bread"),
1264 new Option(1865, 58, "Pitta Bread"),
1265 new Option(1, -1, "To make bread:"),
1266 new Option(1, -1, "1. Pick some grain and take it to a\\nwindmill to make flour."),
1267 new Option(1, -1, "2. Use a pot to collect the flour you\\nhave made"),
1268 new Option(1, -1, "3. Fill a bucket or jug with water from a\\nsink or fountain."),
1269 new Option(1, -1, "4. Mix the flour and water to make some\\nbread dough"),
1270 new Option(1, -1, "5. Cook the dough by using it with a\\nstove.")
1271 ),
1272 new MenuOption(
1273 new Option(2325, 10, "Redberry Pie"),
1274 new Option(2327, 20, "Meat Pie"),
1275 new Option(7170, 29, "Mud Pie"),
1276 new Option(2323, 30, "Apple Pie"),
1277 new Option(7178, 34, "Garden Pie"),
1278 new Option(7188, 47, "Fish Pie"),
1279 new Option(7198, 70, "Admiral Pie"),
1280 new Option(7208, 85, "Wild Pie"),
1281 new Option(7218, 95, "Summer Pie"),
1282 new Option(1, -1, "To make a pie:"),
1283 new Option(1, -1, "1. Mix flour and water to make pastry\\ndough"),
1284 new Option(1, -1, "2. Place the dough in an empty pie dish."),
1285 new Option(1, -1, "3. Use your choice of filling with the\\nempty pie (refer to pie recipe book)"),
1286 new Option(1, -1, "4. Cook the pie by using it with a stove.")
1287 ),
1288 new MenuOption(
1289 new Option(2003, 25, "Stew"),
1290 new Option(2011, 60, "Curry"),
1291 new Option(1, -1, "To make stew:"),
1292 new Option(1, -1, "1. Obtain a bowl and fill it with water\\nfrom a sink or fountain."),
1293 new Option(1, -1, "2. Pick a potato and place it in the bowl."),
1294 new Option(1, -1, "3. Cook some meat and place it in the\\nbowl."),
1295 new Option(1, -1, "4. Cook the stew by using it with a stove\\nor fire."),
1296 new Option(1, -1, "To make curry:"),
1297 new Option(1, -1, "Make uncooked stew as above."),
1298 new Option(1, -1, "Before cooking, add some spices or\\ncurry leaves.")
1299 ),
1300 new MenuOption(
1301 new Option(2289, 35, "Plain Pizza"),
1302 new Option(2293, 45, "Meat Pizza"),
1303 new Option(2297, 55, "Anchovy Pizza"),
1304 new Option(2301, 65, "Pineapple Pizza"),
1305 new Option(1, -1, "To make a pizza:"),
1306 new Option(1, -1, "1. Mix flour and water to make a\\npizza base."),
1307 new Option(1, -1, "2. Add a tomato to the pizza."),
1308 new Option(1, -1, "3. Add some cheese to the pizza."),
1309 new Option(1, -1, "4. Cook the pizza by using it with a\\nstove."),
1310 new Option(1, -1, "5. Add your choice of topping to the\\npizza.")
1311 ),
1312 new MenuOption(
1313 new Option(1891, 40, "Cake"),
1314 new Option(1897, 50, "Chocolate Cake"),
1315 new Option(1, -1, "To make a cake:"),
1316 new Option(1, -1, "1. Mix flour, eggs and milk together in a\\ncake tin."),
1317 new Option(1, -1, "2. Cook the cake by using it with a stove."),
1318 new Option(1, -1, "3. Optional: Buy some chocolate and add\\nit to the cake to make a chocolate cake.")
1319 ),
1320 new MenuOption(
1321 new Option(1993, 35, "Wine"),
1322 new Option(1, -1, "To make wine:"),
1323 new Option(1, -1, "1. Fill a jug with water."),
1324 new Option(1, -1, "2. Use grapes with the jug of water."),
1325 new Option(1, -1, "3. Wait until the wine ferments."),
1326 new Option(1, -1, "4. The wine will ferment while left in your\\ninventory or the bank.")
1327 ),
1328 new MenuOption(
1329 new Option(6701, 7, "Baked Potato"),
1330 new Option(7072, 9, "Spicy Sauce (Topping Ingredient)"),
1331 new Option(7062, 11, "Chilli Con Carne (Topping)"),
1332 new Option(7078, 13, "Scrambled Egg (Topping Ingredient)"),
1333 new Option(7064, 23, "Scrabmbled Egg and Tomato (Topping)"),
1334 new Option(5988, 28, "Sweetcorn"),
1335 new Option(6703, 39, "Baked Potato with Butter"),
1336 new Option(7054, 41, "Baked Potato with Chilli Con Carne"),
1337 new Option(7084, 42, "Fried Onion (Topping Ingredient)"),
1338 new Option(7082, 46, "Fried Mushroom (Topping Ingredient)"),
1339 new Option(6705, 47, "Baked Potato with Butter and Cheese"),
1340 new Option(7056, 51, "Baked Potato with Egg and Tomato"),
1341 new Option(7066, 57, "Fried Mushroom and Onion (Topping)"),
1342 new Option(7058, 64, "Baked Potato with Mushroom and Onion"),
1343 new Option(7068, 67, "Tuna and Sweetcorn (Topping)"),
1344 new Option(7060, 68, "Baked Potato with Tuna and Sweetcorn"),
1345 new Option(1, -1, "To make baked potatoes with\\ntoppings:"),
1346 new Option(1, -1, "1. Bake the potato on a range."),
1347 new Option(1, -1, "2. Add some butter."),
1348 new Option(1, -1, "3. If needed, combine topping ingredients.\\nby chopping them into a bowl."),
1349 new Option(1, -1, "Ingredients for toppings: "),
1350 new Option(1, -1, "1. Chilli con carne: Meat & spicy sauce"),
1351 new Option(1, -1, "2. Egg and tomato: Scrambled egg &\\ntomato"),
1352 new Option(1, -1, "3. Mushroom and onion: Fried mushroom &\\nonion"),
1353 new Option(1, -1, "4. Tuna and sweet corn: Tuna &\\ncooked sweetcorn")
1354 ),
1355 new MenuOption(
1356 new Option(1977, 4, "Chocolate Milk"),
1357 new Option(2130, 21, "Cream"),
1358 new Option(6697, 38, "Butter"),
1359 new Option(1985, 48, "Cheese"),
1360 new Option(1, -1, "To make churned dairy products:"),
1361 new Option(1, -1, "1. Get a bucket of milk, a pot of cream\\nor butter."),
1362 new Option(1, -1, "2. Use the link, cream or butter in a\\nchurn."),
1363 new Option(1, -1, "3. Milk can be churned into cream\\nthen into butter, then into cheese.")
1364 ),
1365 new MenuOption(
1366 new Option(1949, 32, "Chefs' Guild")
1367 )
1368 ),
1369 FIREMAKING(new String[]{"Burning", "Equipment"},
1370 new MenuOption(
1371 new Option(1511, 1, "Normal Logs"),
1372 new Option(1521, 15, "Oak Logs"),
1373 new Option(1519, 30, "Willow Logs"),
1374 new Option(6333, 35, "Teak Logs"),
1375 new Option(1517, 45, "Maple Logs"),
1376 new Option(6332, 50, "Mahogany Logs"),
1377 new Option(1515, 60, "Yew Logs"),
1378 new Option(1513, 75, "Magic Logs")
1379 ),
1380 new MenuOption(
1381 new Option(596, 1, "Torch"),
1382 new Option(36, 1, "Candle"),
1383 new Option(4527, 4, "Candle Lantern"),
1384 new Option(7051, 33, "Harpie Bug Lantern"),
1385 new Option(4546, 49, "Bullseye Lantern"),
1386 new Option(5014, 65, "Cave Goblin Mining Helmet")
1387 )
1388 ),
1389 WOODCUTTING(new String[]{"Trees", "Axes"/*, "Canoes"*/},
1390 new MenuOption(
1391 new Option(1511, 1, "Normal Tree"),
1392 new Option(1521, 15, "Oak Tree"),
1393 new Option(1519, 30, "Willow Tree"),
1394 new Option(6333, 35, "Teak Tree"),
1395 new Option(1517, 45, "Maple Tree"),
1396 new Option(6332, 50, "Mahogany Tree"),
1397 new Option(1515, 60, "Yew Tree"),
1398 new Option(1513, 75, "Magic Tree")
1399 ),
1400 new MenuOption(
1401 new Option(1351, 1, "Bronze Axe"),
1402 new Option(1349, 1, "Iron Axe"),
1403 new Option(1353, 6, "Steel Axe"),
1404 new Option(1361, 6, "Black Axe"),
1405 new Option(1355, 21, "Mithril Axe"),
1406 new Option(1357, 31, "Adamant Axe"),
1407 new Option(1359, 41, "Rune Axe"),
1408 new Option(6739, 61, "Dragon Axe")
1409 )/*,
1410 new MenuOption(
1411 new Option(7414, 12, "Log Canoe"),
1412 new Option(7414, 27, "Dugout Canoe"),
1413 new Option(7414, 42, "Stable Dungout Canoe"),
1414 new Option(7414, 57, "Waka Canoe")
1415 )*/
1416 ),
1417 FARMING(new String[]{"Allotments"/*, "Hops"*/, "Trees", "Fruit Trees", "Bushes", "Flowers", "Herbs", "Special", "Scarecrows"},
1418 new MenuOption(
1419 new Option(1942, 1, "Potato\\nPayment: Compost x2"),
1420 new Option(1957, 5, "Onion\\nPayment: Potatoes(10)"),
1421 new Option(1965, 7, "Cabbage\\nPayment: Onions(10)"),
1422 new Option(1982, 12, "Tomatoes\\nPayment: Cabbages(10) x2"),
1423 new Option(5986, 20, "Sweetcorn\\nPayment: Jute fibre x10"),
1424 new Option(5504, 31, "Strawberry\\nPayment: Apples(5)"),
1425 new Option(5982, 47, "Watermelon\\nPayment: Curry leaf x10")
1426 ),
1427 /*new MenuOption(
1428 new Option(6006, 3, "Barley\\nPayment: Compost x3"),
1429 new Option(5994, 4, "Hammerstone Hop\\nPayment: Marigolds"),
1430 new Option(5996, 8, "Asgarnian Hop\\nPayment: Onions(10)"),
1431 new Option(5931, 13, "Jute Plant\\nPayment: Barley malt x6"),
1432 new Option(5998, 16, "Yanillian Hop\\nPayment: Tomatoes(5)"),
1433 new Option(6000, 21, "Krandorian Hop\\nPayment: Cabbages(10) x3"),
1434 new Option(6002, 28, "Wildblood hop\\nPayment: Nasturtiums")
1435 ),*/
1436 new MenuOption(
1437 new Option(1521, 15, "Oak Tree\\nPayment: Tomatoes(5)"),
1438 new Option(1519, 30, "Willow Tree\\nPayment: Apples(5)"),
1439 new Option(1517, 45, "Maple Tree\\nPayment: Oranges(5)"),
1440 new Option(1515, 60, "Yew Tree\\nPayment: Cactus spine x10"),
1441 new Option(1513, 75, "Magic Tree\\nPayment Coconut x25")
1442 ),
1443 new MenuOption(
1444 new Option(1955, 27, "Apple Tree\\nPayment: Sweetcorn x9"),
1445 new Option(1963, 33, "Banana Tree\\nPayment: Apples(5) x4"),
1446 new Option(2108, 39, "Orange Tree\\nPayment: Strawberries(5) x3"),
1447 new Option(2114, 41, "Pineapple Tree\\nPayment: Watermelon x10"),
1448 new Option(5970, 42, "Curry Tree\\nPayment: Bananas(5) x5"),
1449 new Option(5972, 58, "Papaya Tree\\nPayment: Pineapple x10"),
1450 new Option(5974, 68, "Palm Tree\\nPayment: Papaya fruit x15")
1451 ),
1452 new MenuOption(
1453 new Option(1951, 10, "Redberry Bush\\nPayment: Cabbages(10) x4"),
1454 new Option(753, 22, "Cadavaberry Bush\\nPayment: Tomatoes(5) x3"),
1455 new Option(2126, 36, "Dwellberry Bush\\nPayment: Strawberries(5) x3"),
1456 new Option(247, 48, "Jangerberry Bush\\nPayment: Watermelon x6"),
1457 new Option(239, 59, "White Berry Bush\\nPayment: Mushroom x8"),
1458 new Option(6018, 70, "Poison Ivy Bush")
1459 ),
1460 new MenuOption(
1461 new Option(6010, 2, "Marigold\\nProtects onion, tomatoes and potatoes"),
1462 new Option(6014, 11, "Rosemary\\nProtects cabbages from disease"),
1463 new Option(6059, 23, "Make and place a scarecrow\\nProtects sweetcorn from birds"),
1464 new Option(6012, 24, "Nasturtium\\nProtects watermelons from disease"),
1465 new Option(1793, 25, "Woad"),
1466 new Option(225, 26, "Limpwurt")
1467 ),
1468 new MenuOption(
1469 new Option(249, 9, "Guam"),
1470 new Option(251, 14, "Marrentill"),
1471 new Option(253, 19, "Tarromin"),
1472 new Option(255, 26, "Harralander"),
1473 new Option(257, 32, "Ranarr"),
1474 new Option(2998, 38, "Toadflax"),
1475 new Option(259, 44, "Irit"),
1476 new Option(261, 50, "Avantoe"),
1477 new Option(263, 56, "Kwuarm"),
1478 new Option(3000, 62, "Snapdragon"),
1479 new Option(265, 67, "Cadantine"),
1480 new Option(2481, 73, "Lantadyme"),
1481 new Option(267, 79, "Dwarf Weed"),
1482 new Option(269, 85, "Torstol")
1483 ),
1484 new MenuOption(
1485 new Option(6004, 53, "Bittercap Mushroom"),
1486 new Option(6016, 55, "Cactus"),
1487 new Option(2398, 63, "Belladonna"),
1488 new Option(5980, 72, "Calquat Tree\\nPayment: Poison ivy berries x8"),
1489 new Option(6063, 83, "Spirit Tree")
1490 ),
1491 new MenuOption(
1492 new Option(6059, 23, "Able to make and place a scarecrow"),
1493 new Option(1, -1, "Scarecrows ward sweetcorn from being\\nattacked by birds, wich helps to"),
1494 new Option(1, -1, "prevent disease.\\nHow to make a scarecrow:"),
1495 new Option(1, -1, "1. Fill an empty sack with straw from a\\nbale."),
1496 new Option(1, -1, "2. Drive a hay sack onto a bronze\\nspear."),
1497 new Option(1, -1, "3. Place a watermelon on top as a head."),
1498 new Option(1, -1, "4. Stand the scarecrow in an empty\\nflower patch.")
1499 )
1500 ),
1501 CONSTRUCTION(new String[]{"Rooms", "Skills", "Surfaces", "Storage", "Decorative", "Trophies", "Games", "Garden", "Dungeon", "Chapel", "Other", "Servants", "House Size"},
1502 new MenuOption(
1503 new Option(8170, 1, "Garden"),
1504 new Option(8313, 1, "Parlour"),
1505 new Option(8222, 5, "Kitchen"),
1506 new Option(8121, 10, "Dining room"),
1507 new Option(8377, 15, "Workshop"),
1508 new Option(8037, 20, "Bedroom"),
1509 new Option(8255, 25, "Hall (skill trophies)"),
1510 new Option(8163, 30, "Games room"),
1511 new Option(8027, 32, "Combat room"),
1512 new Option(8259, 35, "Hall (quest trophies)"),
1513 new Option(8259, 37, "Menagerie"),
1514 new Option(8338, 40, "Study"),
1515 new Option(9822, 42, "Costume room"),
1516 new Option(8068, 45, "Chapel"),
1517 new Option(8333, 50, "Portal chamber"),
1518 new Option(8195, 55, "Formal garden"),
1519 new Option(8363, 60, "Throne room"),
1520 new Option(8143, 65, "Oubliette"),
1521 new Option(8123, 70, "Dungeon"),
1522 new Option(8151, 75, "Treasure room")
1523 ),
1524 new MenuOption(
1525 new Option(8325, 3, "Clay fireplace"),
1526 new Option(8216, 5, "Firepit"),
1527 new Option(8230, 7, "Pump and drain"),
1528 new Option(8217, 11, "Firepit with hook"),
1529 new Option(8389, 15, "Repair bench"),
1530 new Option(8392, 16, "Plumming stand"),
1531 new Option(8380, 16, "Crafting table 1"),
1532 new Option(8218, 17, "Firepit with pot"),
1533 new Option(8375, 17, "Wooden workbench"),
1534 new Option(8219, 24, "Small oven"),
1535 new Option(8381, 25, "Crafting table 2"),
1536 new Option(8231, 27, "Pump and tub"),
1537 new Option(8220, 29, "Large oven"),
1538 new Option(8376, 32, "Oak workbench"),
1539 new Option(8326, 33, "Stone fireplace"),
1540 new Option(8382, 34, "Crafting table 3"),
1541 new Option(8221, 34, "Steel range"),
1542 new Option(8390, 35, "Whetstone"),
1543 new Option(8393, 41, "Shield easel"),
1544 new Option(8222, 42, "Fancy range"),
1545 new Option(8383, 42, "Crafting table 4"),
1546 new Option(8377, 46, "Steel framed workbench"),
1547 new Option(8232, 47, "Sink"),
1548 new Option(8391, 55, "Armour stand"),
1549 new Option(8378, 62, "Workbench with vice"),
1550 new Option(8327, 63, "Marble fireplace"),
1551 new Option(8394, 66, "Banner easel"),
1552 new Option(8379, 77, "Workbench with lathe"),
1553 new Option(20617, 80, "Ancient altar"),
1554 new Option(20618, 80, "Lunar altar"),
1555 new Option(20620, 90, "Occult altar\\n(upgrade from Ancient)"),
1556 new Option(20621, 90, "Occult altar\\n(upgrade from Lunar)")
1557 ),
1558 new MenuOption(
1559 new Option(8309, 1, "Crude wooden chair"),
1560 new Option(8310, 8, "Wooden chair"),
1561 new Option(8115, 10, "Wooden dining table"),
1562 new Option(8108, 10, "Wooden dining bench"),
1563 new Option(8246, 12, "Wooden kitchen table"),
1564 new Option(8311, 14, "Rocking chair"),
1565 new Option(8312, 19, "Oak chair"),
1566 new Option(8031, 20, "Wooden bed"),
1567 new Option(8116, 22, "Oak dining table"),
1568 new Option(8109, 22, "Oak dining bench"),
1569 new Option(8313, 26, "Oak armchair"),
1570 new Option(8032, 30, "Oak bed"),
1571 new Option(8117, 31, "Carved oak dining table"),
1572 new Option(8110, 31, "Carved oak dining bench"),
1573 new Option(8247, 32, "Oak kitchen table"),
1574 new Option(8033, 34, "Large oak bed"),
1575 new Option(8314, 35, "Teak armchair"),
1576 new Option(8118, 38, "Teak dining table"),
1577 new Option(8111, 38, "Teak dining bench"),
1578 new Option(8034, 40, "Teak bed"),
1579 new Option(8112, 44, "Carved teak dining bench"),
1580 new Option(8119, 45, "Carved teak dining table"),
1581 new Option(8035, 45, "Large teak bed"),
1582 new Option(8315, 50, "Mahogany armchair"),
1583 new Option(8120, 52, "Mahogany dining table"),
1584 new Option(8248, 52, "Teak kitchen table"),
1585 new Option(8036, 53, "Mahogany four-poster bed"),
1586 new Option(8357, 60, "Oak throne"),
1587 new Option(8037, 60, "Gilded mahogany four-poster bed"),
1588 new Option(8114, 61, "Gilded mahogany dining bench"),
1589 new Option(8358, 67, "Teak throne"),
1590 new Option(8121, 72, "Gilded mahogany and marble table"),
1591 new Option(8359, 74, "Mahogany throne"),
1592 new Option(8360, 81, "Gilded mahogany throne"),
1593 new Option(8361, 88, "Skeleton throne"),
1594 new Option(8362, 95, "Crystal throne"),
1595 new Option(8363, 99, "Demonic throne")
1596 ),
1597 new MenuOption(
1598 new Option(8319, 4, "Wooden bookcase"),
1599 new Option(8223, 6, "Wooden shelves 1"),
1600 new Option(8239, 7, "Beer barrel"),
1601 new Option(8233, 9, "Wooden larder"),
1602 new Option(8240, 12, "Cider barrel"),
1603 new Option(8224, 12, "Wooden shelves 2"),
1604 new Option(8384, 15, "Tool store 1"),
1605 new Option(8241, 18, "Asgarnian Ale barrel"),
1606 new Option(8038, 20, "Shoe box"),
1607 new Option(8045, 21, "Wooden shaving stand"),
1608 new Option(8225, 23, "Wooden shelves 3"),
1609 new Option(8385, 25, "Tool store 2"),
1610 new Option(8242, 26, "Greenman's Ale barrel"),
1611 new Option(8039, 27, "Oak chest of drawers"),
1612 new Option(8320, 29, "Oak bookcase"),
1613 new Option(8046, 29, "Oak shaving stand"),
1614 new Option(8234, 33, "Oak larder"),
1615 new Option(8226, 34, "Oak shelves 1"),
1616 new Option(8386, 35, "Tool store 3"),
1617 new Option(8243, 36, "Dragon Bitter barrel"),
1618 new Option(12704, 37, "Oak pet house (3 pets)"),
1619 new Option(8047, 37, "Oak dresser"),
1620 new Option(8040, 39, "Oak wardrobe (bedroom)"),
1621 new Option(8321, 40, "Mahogany bookcase"),
1622 new Option(9829, 42, "Oak wardrobe (costume room)"),
1623 new Option(8235, 43, "Teak larder"),
1624 new Option(9823, 44, "Oak fancy dress box"),
1625 new Option(8387, 44, "Tool store 4"),
1626 new Option(8227, 45, "Oak shelves 2"),
1627 new Option(9826, 46, "Oak armour case"),
1628 new Option(8048, 46, "Teak dresser"),
1629 new Option(8244, 48, "Chef's Delight barrel"),
1630 new Option(9839, 48, "Oak treasure chest"),
1631 new Option(12705, 48, "Teak pet house (5 pets)"),
1632 new Option(9836, 50, "Oak toy box"),
1633 new Option(8041, 51, "Teak chest of drawers"),
1634 new Option(9817, 54, "Oak cape rack"),
1635 new Option(8388, 55, "Tool store 5"),
1636 new Option(8228, 56, "Teak shelves 1"),
1637 new Option(8049, 56, "Fancy teak dresser"),
1638 new Option(12706, 59, "Mahogany pet house (7 pets)"),
1639 new Option(9831, 60, "Teak wardrobe (costume room)"),
1640 new Option(9824, 62, "Teak fancy dress box"),
1641 new Option(9818, 63, "Teak cape rack"),
1642 new Option(8042, 63, "Teak wardrobe (bedroom)"),
1643 new Option(9827, 64, "Teak armour case"),
1644 new Option(8050, 64, "Mahogany dresser"),
1645 new Option(9840, 66, "Teak treasure chest"),
1646 new Option(8229, 67, "Teak shelves 2"),
1647 new Option(9824, 68, "Teak toy box"),
1648 new Option(9832, 69, "Carved teak wardrobe (costume room)"),
1649 new Option(12707, 70, "Consecrated pet house (9 pets)"),
1650 new Option(9819, 72, "Mahogany cape rack"),
1651 new Option(8051, 74, "Gilded Mahogany dresser"),
1652 new Option(8043, 75, "Mahogany wardrobe (bedroom)"),
1653 new Option(9833, 78, "Mahogany wardrobe (costume room)"),
1654 new Option(9825, 80, "Mahogany fancy dress box"),
1655 new Option(20626, 81, "Basic jewellery box"),
1656 new Option(9820, 81, "Gilded mahogany cape rack"),
1657 new Option(12708, 81, "Descecrated pet house (12 pets)"),
1658 new Option(9828, 82, "Mahogany armour case"),
1659 new Option(9841, 84, "Mahogany treasure chest"),
1660 new Option(20627, 86, "Fancy jewellery box"),
1661 new Option(9838, 86, "Mahogany toy box"),
1662 new Option(9834, 87, "Gilded mahogany wardrobe (costume\\nroom)"),
1663 new Option(8044, 87, "Gilded mahogany wardrobe (bedroom)"),
1664 new Option(9821, 90, "Marble cape rack"),
1665 new Option(20628, 91, "Ornate jewellery box"),
1666 new Option(12709, 92, "Natural pet house (many pets)"),
1667 new Option(9835, 96, "Marble wardrobe (costume room)"),
1668 new Option(9822, 99, "Magic stone cape rack")
1669 ),
1670 new MenuOption(
1671 new Option(8316, 2, "Brown rug"),
1672 new Option(8322, 2, "Torn curtains"),
1673 new Option(8317, 13, "Rug"),
1674 new Option(8323, 18, "Curtains"),
1675 new Option(8052, 25, "Oak clock"),
1676 new Option(8334, 40, "Oak lectern"),
1677 new Option(8324, 40, "Opulent curtains"),
1678 new Option(8341, 41, "Globe"),
1679 new Option(8354, 43, "Alchemical chart"),
1680 new Option(8348, 44, "Wooden telescope"),
1681 new Option(8335, 47, "Oak eagle lectern"),
1682 new Option(8336, 47, "Oak demon lectern"),
1683 new Option(8342, 50, "Ornamental globe"),
1684 new Option(8053, 55, "Teak clock"),
1685 new Option(8337, 57, "Teak eagle lectern"),
1686 new Option(8338, 57, "Teak demon lectern"),
1687 new Option(8343, 59, "Lunar globe"),
1688 new Option(8355, 63, "Astronomical chart"),
1689 new Option(8349, 64, "Teak telescope"),
1690 new Option(8318, 65, "Opulent rug"),
1691 new Option(8339, 67, "Mahogany eagle lectern"),
1692 new Option(8340, 67, "Mahogany demon lectern"),
1693 new Option(8344, 68, "Celestial globe"),
1694 new Option(8128, 72, "Dungeon candles"),
1695 new Option(8125, 72, "Decorative dungeon bloodstain"),
1696 new Option(8345, 77, "Armillary sphere"),
1697 new Option(8356, 83, "Infernal chart"),
1698 new Option(8126, 83, "Decorative dungeon pipe"),
1699 new Option(8129, 84, "Dungeon torches"),
1700 new Option(8350, 84, "Mahogany 'scope"),
1701 new Option(8054, 85, "Gilded mahogany clock"),
1702 new Option(8346, 86, "Small orrery"),
1703 new Option(8127, 94, "Hanging dungeon skeleton"),
1704 new Option(8130, 94, "Dungeon skull torches"),
1705 new Option(8347, 95, "Large orrery")
1706 ),
1707 new MenuOption(
1708 new Option(8102, 16, "Oak wall decoration"),
1709 new Option(8085, 28, "Suit of armour"),
1710 new Option(8086, 35, "Small portrait"),
1711 new Option(8267, 36, "Mounted bass"),
1712 new Option(8103, 36, "Teak wall decoration"),
1713 new Option(8087, 38, "Minor Slayer monster head"),
1714 new Option(8294, 38, "Small map"),
1715 new Option(8095, 41, "Rune display cases"),
1716 new Option(8090, 42, "Mounted sword"),
1717 new Option(8091, 44, "Small landscape"),
1718 new Option(8282, 47, "Mounted Anti-Dragon Shield"),
1719 new Option(8092, 47, "Mounted Amulet of Glory"),
1720 new Option(8284, 47, "Mounted Cape of Legends"),
1721 new Option(8093, 55, "Large portrait"),
1722 new Option(8104, 56, "Gilded mahogany wall decoration"),
1723 new Option(8268, 56, "Mounted swordfish"),
1724 new Option(8295, 58, "Medium map"),
1725 new Option(8088, 58, "Medium Slayer monster head"),
1726 new Option(8094, 65, "Large landscape"),
1727 new Option(8105, 66, "Round wall-mounted shield"),
1728 new Option(8269, 76, "Mounted shark"),
1729 new Option(8106, 76, "Square wall-mounted shield"),
1730 new Option(8089, 78, "Major Slayer monster head"),
1731 new Option(8296, 78, "Large map"),
1732 new Option(20631, 80, "Mounted coins"),
1733 new Option(20632, 80, "Cape hanger"),
1734 new Option(20623, 83, "Mahogany adventure log"),
1735 new Option(8107, 86, "Wall-mounted kiteshield"),
1736 new Option(20629, 87, "Boss lair display"),
1737 new Option(20624, 88, "Gilded adventure log"),
1738 new Option(20625, 93, "Marble adventure log")
1739 ),
1740 new MenuOption(
1741 new Option(8162, 30, "Hoop-and-stick game"),
1742 new Option(8023, 32, "Boxing ring"),
1743 new Option(8028, 34, "Boxing glove rack"),
1744 new Option(8165, 34, "Oak prize chest"),
1745 new Option(8156, 37, "Lesser magical balance"),
1746 new Option(8159, 39, "Jester game"),
1747 new Option(8024, 41, "Fencing ring"),
1748 new Option(8029, 44, "Weapons rack"),
1749 new Option(8166, 44, "Teak prize chest"),
1750 new Option(20745, 48, "Combat dummy"),
1751 new Option(8160, 49, "Treasure hunt fairy houser"),
1752 new Option(8025, 51, "Combat ring"),
1753 new Option(20746, 53, "Combat dummy (undead and slayer)"),
1754 new Option(8163, 54, "Dartboard"),
1755 new Option(8030, 54, "Extra weapons rack"),
1756 new Option(8167, 54, "Mahogany prize chest"),
1757 new Option(8157, 57, "Medium balance"),
1758 new Option(8161, 59, "Hangman game"),
1759 new Option(12718, 63, "Simple pet arena"),
1760 new Option(8026, 71, "Ranging pedestals"),
1761 new Option(8347, 73, "Advanced pet arena"),
1762 new Option(8158, 77, "Greater magical balance"),
1763 new Option(8155, 79, "Marble attack stone"),
1764 new Option(8164, 81, "Archery target"),
1765 new Option(8027, 81, "Balance beam"),
1766 new Option(8347, 83, "Glorious pet arena")
1767 ),
1768 new MenuOption(
1769 new Option(8168, 1, "Exit portal"),
1770 new Option(8183, 1, "Low-level plants"),
1771 new Option(8169, 5, "Decorative rock"),
1772 new Option(8173, 5, "Tree"),
1773 new Option(8184, 6, "Mid-level plants"),
1774 new Option(8170, 10, "Pond"),
1775 new Option(8174, 10, "Nice tree"),
1776 new Option(8185, 12, "High-level plants"),
1777 new Option(8171, 15, "Imp statue"),
1778 new Option(8175, 15, "Oak tree"),
1779 new Option(8176, 30, "Willow tree"),
1780 new Option(12710, 37, "Grassland pet habitat"),
1781 new Option(8177, 45, "Maple tree"),
1782 new Option(12711, 47, "Forest pet habitat"),
1783 new Option(8196, 55, "Boundary stones"),
1784 new Option(8203, 56, "Thorny hedge"),
1785 new Option(12712, 57, "Desert pet habitat"),
1786 new Option(8197, 59, "Wooden fence"),
1787 new Option(8204, 60, "Nice hedge"),
1788 new Option(8178, 60, "Yew tree"),
1789 new Option(8198, 63, "Stone wall"),
1790 new Option(8205, 64, "Small box hedge"),
1791 new Option(8192, 65, "Gazebo"),
1792 new Option(8213, 66, "Sunflower"),
1793 new Option(8210, 66, "Rosemary"),
1794 new Option(8199, 67, "Iron railings"),
1795 new Option(12713, 67, "Polar pet habitat"),
1796 new Option(8206, 68, "Topiary hedge"),
1797 new Option(8172, 70, "Dungeon entrance"),
1798 new Option(8214, 71, "Marigolds"),
1799 new Option(8211, 71, "Daffodils"),
1800 new Option(8200, 71, "Picket fence"),
1801 new Option(8193, 71, "Small fountain"),
1802 new Option(8207, 72, "Fancy hedge"),
1803 new Option(8179, 75, "Magic tree"),
1804 new Option(8194, 75, "Large fountain"),
1805 new Option(8201, 75, "Garden fence"),
1806 new Option(8208, 76, "Tall fency hedge"),
1807 new Option(8215, 76, "Roses"),
1808 new Option(8212, 76, "Bluebells"),
1809 new Option(12714, 77, "Volcanic pet habitat"),
1810 new Option(8202, 79, "Marble wall"),
1811 new Option(8209, 80, "Tall box hedge"),
1812 new Option(8195, 81, "Posh fountain")
1813 ),
1814 new MenuOption(
1815 new Option(8370, 61, "Throne room floor decoration"),
1816 new Option(8297, 65, "Oak cage"),
1817 new Option(8302, 65, "Oubliette spikes"),
1818 new Option(8299, 68, "Steel cage"),
1819 new Option(8298, 70, "Oak and steel cage"),
1820 new Option(8131, 70, "Skeleton guard"),
1821 new Option(8303, 71, "Tentacle pool"),
1822 new Option(8143, 72, "Spike trap"),
1823 new Option(8372, 74, "Large trapdoor"),
1824 new Option(8122, 74, "Oak dungeon door"),
1825 new Option(8132, 74, "Guard dog"),
1826 new Option(8148, 75, "Wooden dungeon treasure crate"),
1827 new Option(8138, 75, "Demon"),
1828 new Option(8371, 75, "Steel cage"),
1829 new Option(8144, 76, "Man trap"),
1830 new Option(8304, 77, "Oubliette flame pit"),
1831 new Option(8133, 78, "Hobgoblin guard"),
1832 new Option(8149, 79, "Oak dungeon treasure chest"),
1833 new Option(8300, 80, "Spiked cage"),
1834 new Option(8145, 80, "Tangle vine"),
1835 new Option(8139, 80, "Kalphite soldier"),
1836 new Option(8373, 82, "Lesser magic cage"),
1837 new Option(8134, 82, "Baby red dragon"),
1838 new Option(8150, 83, "Teak dungeon treasure chest"),
1839 new Option(8305, 83, "Rocnar"),
1840 new Option(8123, 84, "Steel-plated oak door"),
1841 new Option(8146, 84, "Marble trap"),
1842 new Option(8140, 85, "Tok-Xil"),
1843 new Option(8301, 85, "Bone cage"),
1844 new Option(8135, 86, "Huge spider"),
1845 new Option(8151, 87, "Mahogany dungeon treasure chest"),
1846 new Option(8147, 88, "Teleport trap"),
1847 new Option(8374, 89, "Greater magic cage"),
1848 new Option(8136, 90, "Troll guard"),
1849 new Option(8141, 90, "Dagannoth"),
1850 new Option(8152, 91, "Magic dungeon treasure chest"),
1851 new Option(8124, 94, "Marble dungeon door"),
1852 new Option(8137, 94, "Hellhound"),
1853 new Option(8142, 95, "Steel dragon")
1854 ),
1855 new MenuOption(
1856 new Option(8062, 45, "Oak altar"),
1857 new Option(8070, 45, "Steel torches (chapel)"),
1858 new Option(8055, 48, "Symbol of Saradomin"),
1859 new Option(8057, 48, "Symbol of Guthix"),
1860 new Option(8056, 48, "Symbol of Zamorak"),
1861 new Option(8069, 49, "Wooden torches (chapel)"),
1862 new Option(8079, 49, "Chapel windchimes"),
1863 new Option(8082, 49, "Small chapel statue"),
1864 new Option(8063, 50, "Teak altar"),
1865 new Option(8071, 53, "Steel-candlesticks"),
1866 new Option(8064, 56, "Cloth-covered teak altar"),
1867 new Option(8072, 57, "Gold candlesticks"),
1868 new Option(8080, 58, "Chapel bells"),
1869 new Option(8058, 59, "Icon of Saradomin"),
1870 new Option(8060, 59, "Icon of Guthix"),
1871 new Option(8059, 59, "Icon of Zamorak"),
1872 new Option(8065, 60, "Cloth-covered mahogany altar"),
1873 new Option(8073, 61, "Oak incense burners"),
1874 new Option(8066, 64, "Limestone altar"),
1875 new Option(8074, 65, "Mahogany incense burners"),
1876 new Option(8083, 69, "Medium chapel statue"),
1877 new Option(8081, 69, "Chapel organ"),
1878 new Option(8075, 69, "Marble incense burner"),
1879 new Option(8067, 70, "Marble altar"),
1880 new Option(8061, 71, "Icon of Bob the Cat"),
1881 new Option(8068, 75, "Gilded marble altar"),
1882 new Option(8084, 89, "Large chapel statue")
1883 ),
1884 new MenuOption(
1885 new Option(8236, 5, "Cat blanket"),
1886 new Option(8237, 19, "Cat basket"),
1887 new Option(8099, 26, "Rope bell pull"),
1888 new Option(8249, 27, "Oak staircase"),
1889 new Option(8238, 33, "Cushioned cat basket"),
1890 new Option(8100, 37, "Teak bell pull"),
1891 new Option(12722, 37, "Oak pet feeder"),
1892 new Option(12721, 38, "Pet list (for one-off pets)"),
1893 new Option(12715, 39, "Oak pet scratching post"),
1894 new Option(8351, 52, "Crystal ball"),
1895 new Option(8252, 48, "Teak staircase"),
1896 new Option(12723, 48, "Teak pet feeder"),
1897 new Option(12716, 49, "Teak pet scratching post"),
1898 new Option(8328, 50, "Teak portal frame"),
1899 new Option(8331, 50, "Teleport focus"),
1900 new Option(8352, 54, "Elemental sphere"),
1901 new Option(12724, 59, "Mahogany pet feeder"),
1902 new Option(12717, 59, "Mahogany pet scratching post"),
1903 new Option(8101, 60, "Gilded teak bell pull"),
1904 new Option(8332, 65, "Greater teleport focus"),
1905 new Option(8329, 65, "Mahogany portal frame"),
1906 new Option(8353, 66, "Crystal of power"),
1907 new Option(8258, 67, "Limestone spiral staircase"),
1908 new Option(8306, 68, "Oak oubliette ladder"),
1909 new Option(8364, 68, "Oak lever"),
1910 new Option(8307, 78, "Teak oubliette ladder"),
1911 new Option(8365, 78, "Teak lever"),
1912 new Option(8330, 80, "Marble portal frame"),
1913 new Option(8333, 80, "Scrying pool"),
1914 new Option(8255, 82, "Marble staircase"),
1915 new Option(8308, 88, "Mahogany oubliette ladder"),
1916 new Option(8366, 88, "Mahogany lever"),
1917 new Option(8259, 97, "Marble spiral")
1918 ),
1919 new MenuOption(
1920 new Option(-1, -1, "Servants can be hired at the\\nArdougne Domestic Servvice Agency."),
1921 new Option(7974, 20, "Rick"),
1922 new Option(7974, 25, "Maid"),
1923 new Option(7974, 30, "Cook"),
1924 new Option(7974, 40, "Butler"),
1925 new Option(7974, 50, "Demon butler")
1926 ),
1927 new MenuOption(
1928 new Option(2347, 1, "Maximum rooms: 23"),
1929 new Option(8794, 1, "Maximum dimensions: 3x3"),
1930 new Option(8794, 15, "Maximum dimensions: 4x4"),
1931 new Option(8794, 30, "Maximum dimensions: 5x5"),
1932 new Option(8794, 45, "Maximum dimensions: 6x6"),
1933 new Option(2347, 50, "Maximum rooms: 24"),
1934 new Option(2347, 56, "Maximum rooms: 25"),
1935 new Option(8794, 60, "Maximum dimensions: 7x7"),
1936 new Option(2347, 62, "Maximum rooms: 26"),
1937 new Option(2347, 68, "Maximum rooms: 27"),
1938 new Option(2347, 74, "Maximum rooms: 28"),
1939 new Option(2347, 80, "Maximum rooms: 29"),
1940 new Option(2347, 86, "Maximum rooms: 30"),
1941 new Option(2347, 92, "Maximum rooms: 31"),
1942 new Option(2347, 96, "Maximum rooms: 32"),
1943 new Option(2347, 99, "Maximum rooms: 33")
1944 )
1945 ),
1946 HUNTER(new String[]{"Birds", "Butterflies", "Implings", "Deadfall", "Box Trap", "Net Trap", "Falconry", "Clothing", "Other"},
1947 new MenuOption(
1948 new Option(9965, 1, "Crimson swifts (jungle)"),
1949 new Option(9968, 5, "Golden warblers (desert)"),
1950 new Option(9966, 9, "Copper longtails (woodland)"),
1951 new Option(9967, 11, "Cerulean twitches (snow)"),
1952 new Option(9969, 19, "Tropical wagtails (jungle)")
1953 ),
1954 new MenuOption(
1955 new Option(9970, 15, "Ruby harvest butterflies (woodland)"),
1956 new Option(9971, 25, "Sapphire glacialis butterflies (snow)"),
1957 new Option(9972, 35, "Snowy knight butterflies (snow)"),
1958 new Option(9973, 46, "Black warlock butterflies (jungle)")
1959 ),
1960 new MenuOption(
1961 new Option(11238, 17, "Baby implings"),
1962 new Option(11240, 22, "Young implings"),
1963 new Option(11238, 27, "Barehanded: Baby implings"),
1964 new Option(11242, 28, "Gourmet implings"),
1965 new Option(11240, 32, "Barehanded: Young implings"),
1966 new Option(11244, 36, "Earth implings"),
1967 new Option(11242, 38, "Barehanded: Gourmet implings"),
1968 new Option(11246, 42, "Essence implings"),
1969 new Option(11244, 46, "Barehanded: Earth implings"),
1970 new Option(11248, 50, "Eclectic implings"),
1971 new Option(11246, 52, "Barehanded: Essence implings"),
1972 new Option(11250, 58, "Nature implings"),
1973 new Option(11248, 60, "Barehanded: Eclectic implings"),
1974 new Option(11252, 65, "Magpie implings"),
1975 new Option(11250, 68, "Barehanded: Nature implings"),
1976 new Option(11254, 74, "Ninja implings"),
1977 new Option(11252, 75, "Barehanded: Magpie implings"),
1978 new Option(11256, 83, "Dragon implings"),
1979 new Option(11254, 84, "Barehanded: Ninja implings"),
1980 new Option(11256, 93, "Barehanded: Dragon implings")
1981 ),
1982 new MenuOption(
1983 new Option(9962, 23, "Wild kebbits (woodland)"),
1984 new Option(9958, 33, "Barb-tailed kebbits (jungle)"),
1985 new Option(9957, 37, "Prickly kebbits (northern woodland)"),
1986 new Option(9959, 51, "Sabre-toothed kebbits (snow)")
1987 ),
1988 new MenuOption(
1989 new Option(9976, 53, "Chinchompas (woodland)"),
1990 new Option(9977, 63, "Red chinchompas (jungle)")
1991 ),
1992 new MenuOption(
1993 new Option(10149, 29, "Swamp lizards (swamp)"),
1994 new Option(10146, 47, "Orange salamander (desert)"),
1995 new Option(10147, 59, "Red salamanders (lava)"),
1996 new Option(10148, 67, "Black salamanders (lava)")
1997 ),
1998 /*new MenuOption(
1999 new Option(10045, 31, "Spined larupias (jungle)"),
2000 new Option(10051, 41, "Horned graahks (Karamja)"),
2001 new Option(10039, 55, "Sabre-toothed kyatts (snow)")
2002 ),*/
2003 new MenuOption(
2004 new Option(9960, 43, "Spotted kebbits (woodland)"),
2005 new Option(9963, 57, "Dark kebbits (woodland)"),
2006 new Option(9964, 69, "Dashing kebbits (woodland)")
2007 ),
2008 new MenuOption(
2009 //new Option(10045, 28, "Larupia fur clothing"),
2010 //new Option(10051, 38, "Graahk hide clothing"),
2011 new Option(10069, 40, "Spotted capes"),
2012 //new Option(10039, 52, "Kyatt fur clothing"),
2013 new Option(10075, 54, "Gloves of silence"),
2014 new Option(10071, 66, "Spottier capes")
2015 ),
2016 new MenuOption(
2017 new Option(9951, 1, "Lay 1 trap at a time"),
2018 new Option(10006, 1, "Set a bird trap"),
2019 new Option(10010, 15, "Net butterflies"),
2020 new Option(9951, 20, "Lay up to 2 traps at a time"),
2021 new Option(1511, 23, "Set a deadfall trap (limit of 1)"),
2022 new Option(10008, 27, "Set a box trap"),
2023 new Option(303, 29, "Set a net trap"),
2024 new Option(10029, 31, "Set a pitfall trap"),
2025 new Option(9951, 40, "Lay up to 3 traps at a time"),
2026 new Option(10023, 43, "Hunt with a falcon"),
2027 new Option(9951, 60, "Lay up to 4 traps at a time"),
2028 new Option(9951, 80, "Lay up to 5 traps at a time")
2029 )
2030 );
2031
2032 public String[] options;
2033 public MenuOption[] menus;
2034
2035 private GuideData(String[] options, MenuOption... menus) {
2036 this.options = options;
2037 this.menus = menus;
2038 }
2039}