Guest User

Untitled

a guest
Nov 13th, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.83 KB | None | 0 0
  1. val INFINITE_SELL_OFFERS = intArrayOf(
  2. /*Rope*/
  3. 954,
  4.  
  5. /*Bronze thrownaxe*/
  6. 800,
  7.  
  8. /*Iron thrownaxe*/
  9. 801,
  10.  
  11. /*Steel thrownaxe*/
  12. 802,
  13.  
  14. /*Mithril thrownaxe*/
  15. 803,
  16.  
  17. /*Adamant thrownaxe*/
  18. 804,
  19.  
  20. /*Rune thrownaxe*/
  21. 805,
  22.  
  23. /*Bronze dart (p)*/
  24. 812,
  25.  
  26. /*Iron dart (p)*/
  27. 813,
  28.  
  29. /*Steel dart (p)*/
  30. 814,
  31.  
  32. /*Mithril dart (p)*/
  33. 815,
  34.  
  35. /*Bronze javelin*/
  36. 825,
  37.  
  38. /*Iron javelin*/
  39. 826,
  40.  
  41. /*Steel javelin*/
  42. 827,
  43.  
  44. /*Mithril javelin*/
  45. 828,
  46.  
  47. /*Adamant javelin*/
  48. 829,
  49.  
  50. /*Rune javelin*/
  51. 830,
  52.  
  53. /*Bronze javelin (p)*/
  54. 831,
  55.  
  56. /*Iron javelin (p)*/
  57. 832,
  58.  
  59. /*Steel javelin (p)*/
  60. 833,
  61.  
  62. /*Mithril javelin (p)*/
  63. 834,
  64.  
  65. /*Rune knife*/
  66. 868,
  67.  
  68. /*Bronze knife (p)*/
  69. 870,
  70.  
  71. /*Iron knife (p)*/
  72. 871,
  73.  
  74. /*Steel knife (p)*/
  75. 872,
  76.  
  77. /*Mithril knife (p)*/
  78. 873,
  79.  
  80. /*Bronze arrow (p)*/
  81. 883,
  82.  
  83. /*Iron arrow (p)*/
  84. 885,
  85.  
  86. /*Steel arrow (p)*/
  87. 887,
  88.  
  89. /*Mithril arrow (p)*/
  90. 889,
  91.  
  92. /*Night shade*/
  93. //2398,
  94.  
  95. /*Giant frogspawn*/
  96. //5004,
  97.  
  98. /*Kyatt legs*/
  99. 10035,
  100.  
  101. /*Kyatt top*/
  102. 10037,
  103.  
  104. /*Kyatt hat*/
  105. 10039,
  106.  
  107. /*Larupia legs*/
  108. 10041,
  109.  
  110. /*Larupia top*/
  111. 10043,
  112.  
  113. /*Larupia hat*/
  114. 10045,
  115.  
  116. /*Graahk legs*/
  117. 10047,
  118.  
  119. /*Graahk top*/
  120. 10049,
  121.  
  122. /*Graahk headress*/
  123. 10051,
  124.  
  125. /*Spotted cape*/
  126. 10069,
  127.  
  128. /*Spottier cape*/
  129. 10071,
  130.  
  131. /*Gloves of silence*/
  132. 10075,
  133.  
  134. /*Kebbit teeth dust*/
  135. 10111,
  136.  
  137. /* impling jars */
  138. 11260,
  139.  
  140. /* box trap */
  141. 10008,
  142.  
  143. /* bird snare */
  144. 10006,
  145.  
  146. /* Red topaz machete */
  147. 6317,
  148.  
  149. /* sanfew serum (4) */
  150. 10925,
  151.  
  152. /* super energy (4) */
  153. 3016,
  154.  
  155. /* papaya fruit */
  156. 5972,
  157.  
  158. /* more myre fungi */
  159. 2970,
  160.  
  161. /* swamp lizard */
  162. 10149,
  163.  
  164. /* soft clay */
  165. 1761,
  166.  
  167. /* leather */
  168. 1741,
  169.  
  170. /* obby shield */
  171. 6524,
  172.  
  173. /* obby maul */
  174. 6528,
  175.  
  176. /* obby cape */
  177. 6568,
  178.  
  179. /* dragon bones */
  180. 536,
  181.  
  182. /* raw shrimps */
  183. 317,
  184.  
  185. /* raw anchovies */
  186. 321,
  187.  
  188. /* raw sardine */
  189. 327,
  190.  
  191. /* raw herring */
  192. 345,
  193.  
  194. /* raw trout */
  195. 335,
  196.  
  197. /* raw salmon */
  198. 331,
  199.  
  200. /* raw pike */
  201. 349,
  202.  
  203. /* raw tuna */
  204. 359,
  205.  
  206. /* raw lobster */
  207. 377,
  208.  
  209. /* logs */
  210. 1511,
  211. /* oak logs */
  212. 1521,
  213. /* willow logs */
  214. 1519,
  215.  
  216. /* grimy guam */
  217. 199,
  218.  
  219. /* armor sets */
  220. 11814,
  221. 11816,
  222. 11818,
  223. 11820,
  224. 11822,
  225. 11824,
  226. 11826,
  227. 11828,
  228. 11830,
  229. 11832,
  230. 11834,
  231. 11836,
  232. 11838,
  233. 11840,
  234.  
  235. /* battlestaff */
  236. 1391,
  237.  
  238. /* chefs hat */
  239. 1949,
  240.  
  241. /* raw beef */
  242. 2132,
  243. /* raw rat meat */
  244. 2134,
  245. /* raw chicken */
  246. 2138,
  247. /* raw rabbit */
  248. 3226,
  249. /* raw bird meat */
  250. 9978,
  251. /* thin snail */
  252. 3363,
  253.  
  254. /* tortoise shell */
  255. 7939,
  256.  
  257. /* wolf bones */
  258. 2859,
  259.  
  260. /* bagged plant 1 */
  261. 8431,
  262.  
  263. /* Air talisman */
  264. 1438,
  265. /* Earth talisman */
  266. 1440,
  267. /* Fire talisman */
  268. 1442,
  269. /* Water talisman */
  270. 1444,
  271. /* Body talisman */
  272. 1446,
  273. /* Mind talisman */
  274. 1448,
  275. /* Blood talisman */
  276. 1450,
  277. /* Chaos talisman */
  278. 1452,
  279. /* Cosmic talisman */
  280. 1454,
  281. /* Death talisman */
  282. 1456,
  283. /* Law talisman */
  284. 1458,
  285. /* Nature talisman */
  286. 1462,
  287.  
  288. /* Graahk fur */
  289. 10099,
  290. /* Kyatt fur */
  291. 10103,
  292. /* Larupia fur */
  293. 10095,
  294. /* Snake hide */
  295. 6287,
  296. /* Pot of flour */
  297. 1933,
  298. /* Polar kebbit fur */
  299. 10117,
  300.  
  301. /* Granite (500g) */
  302. 6979,
  303. /* Granite (2kg) */
  304. 6981,
  305. /* Granite (5kg) */
  306. 6983,
  307. /* Water orb */
  308. 571,
  309. /* Dagannoth hide */
  310. 6155,
  311. /* Willow branch */
  312. 5933,
  313. /* Unicorn horn */
  314. 237,
  315. /* Swamp toad */
  316. 2150,
  317. /* Spider carcass */
  318. 6291,
  319. /* Proboscis */
  320. 6319,
  321. /* Vampyre dust */
  322. 3325,
  323. /* Honeycomb */
  324. 12156,
  325. /* Marigolds */
  326. 6010,
  327.  
  328. /* Bronze claws */
  329. 3095,
  330. /* Iron claws */
  331. 3096,
  332. /* Steel claws */
  333. 3097,
  334. /* Black claws */
  335. 3098,
  336. /* Mithril claws */
  337. 3099,
  338. /* Adamant claws */
  339. 3100,
  340. /* Rune claws */
  341. 3101,
  342.  
  343. /* coif */
  344. 1169,
  345.  
  346. /* bolt racks */
  347. 4740,
  348.  
  349. /* throwing knifes */
  350. 863,
  351. 864,
  352. 865,
  353. 866,
  354. 867,
  355. 869,
  356.  
  357. /* throwing darts */
  358. 806,
  359. 807,
  360. 808,
  361. 809,
  362. 810,
  363. 811,
  364.  
  365. /* bowstring */
  366. 1777,
  367.  
  368. /* granite shield */
  369. 3122,
  370.  
  371. /* granite body */
  372. 10564,
  373.  
  374. /* granite legs */
  375. 6809,
  376.  
  377. /* Rock-shell helm */
  378. 6128,
  379. /* Rock-shell plate */
  380. 6129,
  381. /* Rock-shell legs */
  382. 6130,
  383. /* Rock-shell boots */
  384. 6145,
  385. /* Rock-shell gloves */
  386. 6151,
  387.  
  388. /* Iron chainbody */
  389. 1101,
  390. /* Bronze chainbody */
  391. 1103,
  392. /* Steel chainbody */
  393. 1105,
  394. /* Mithril chainbody */
  395. 1109,
  396. /* Adamant chainbody */
  397. 1111,
  398. /* Rune chainbody */
  399. 1113,
  400.  
  401. /* Bronze boots */
  402. 4119,
  403. /* Iron boots */
  404. 4121,
  405. /* Steel boots */
  406. 4123,
  407. /* Mithril boots */
  408. 4127,
  409. /* Adamant boots */
  410. 4129,
  411. /* Rune boots */
  412. 4131,
  413.  
  414. /* Iron battleaxe */
  415. 1363,
  416. /* Steel battleaxe */
  417. 1365,
  418. /* Black battleaxe */
  419. 1367,
  420. /* Mithril battleaxe */
  421. 1369,
  422. /* Adamant battleaxe */
  423. 1371,
  424. /* Rune battleaxe */
  425. 1373,
  426. /* Bronze battleaxe */
  427. 1375,
  428. /* Dragon battleaxe */
  429. 1377,
  430.  
  431. /* Bronze sq shield */
  432. 1173,
  433. /* Iron sq shield */
  434. 1175,
  435. /* Steel sq shield */
  436. 1177,
  437. /* Mithril sq shield */
  438. 1181,
  439. /* Adamant sq shield */
  440. 1183,
  441. /* Rune sq shield */
  442. 1185,
  443.  
  444. /* Ring mould */
  445. 1592,
  446. /* Amulet mould */
  447. 1595,
  448. /* Necklace mould */
  449. 1597,
  450. /* Bracelet mould */
  451. 11065,
  452. /* Ball of wool */
  453. 1759,
  454. /* Boots */
  455. 2894,
  456. /* Robe top */
  457. 2896,
  458. /* Robe bottoms */
  459. 2898,
  460. /* Gloves */
  461. 2902,
  462. /* Boots */
  463. 2904,
  464. /* Robe top */
  465. 2906,
  466. /* Robe bottoms */
  467. 2908,
  468. /* Gloves */
  469. 2912,
  470. /* Boots */
  471. 2914,
  472. /* Robe top */
  473. 2916,
  474. /* Robe bottoms */
  475. 2918,
  476. /* Boots */
  477. 2924,
  478. /* Robe top */
  479. 2926,
  480. /* Robe bottoms */
  481. 2928,
  482. /* Gloves */
  483. 2932,
  484. /* Boots */
  485. 2934,
  486. /* Robe top */
  487. 2936,
  488. /* Robe bottoms */
  489. 2938,
  490. /* Gloves */
  491. 2942,
  492. /* Cape */
  493. 1007,
  494. /* Cape */
  495. 1019,
  496. /* Cape */
  497. 1021,
  498. /* Cape */
  499. 1023,
  500. /* Cape */
  501. 1027,
  502. /* Empty pot */
  503. 1931,
  504. /* Bucket */
  505. 1925,
  506. /* Cream robe top */
  507. 642,
  508. /* Cream robe bottoms */
  509. 652,
  510. /* Cream boots */
  511. 632,
  512. /* Turquoise robe top */
  513. 644,
  514. /* Turquoise robe bottoms */
  515. 654,
  516. /* Turquoise boots */
  517. 634,
  518. /* Blue robe top */
  519. 640,
  520. /* Blue robe bottoms */
  521. 650,
  522. /* Blue boots */
  523. 630,
  524. /* Pink robe top */
  525. 636,
  526. /* Pink robe bottoms */
  527. 646,
  528. /* Pink boots */
  529. 626,
  530. /* Green robe top */
  531. 638,
  532. /* Green robe bottoms */
  533. 648,
  534. /* Green boots */
  535. 628,
  536.  
  537. /* ancient staff */
  538. 4675,
  539.  
  540. /* phoenix necklace */
  541. 11090,
  542.  
  543. /* ring of recoil */
  544. 2550,
  545.  
  546. /* ring of life */
  547. 2570,
  548.  
  549. /* trout */
  550. 333,
  551. /* lobster */
  552. 379,
  553. /* swordfish */
  554. 373,
  555. /* anchovy pizza */
  556. 2297,
  557. /* shark */
  558. 385,
  559.  
  560. /* super attack (4) */
  561. 2436,
  562. /* super strength (4) */
  563. 2440,
  564. /* super defence (4) */
  565. 2442,
  566. /* ranging potion (4) */
  567. 2444,
  568. /* magic potion (4) */
  569. 3040,
  570. /* prayer potion (4) */
  571. 2434,
  572. /* super restore (4) */
  573. 3024,
  574. /* saradomin brew (4) */
  575. 6685,
  576. /* antifire (4) */
  577. 2452,
  578. /* antipoison (4) */
  579. 2446,
  580. /* super antipoison (4) */
  581. 2448,
  582. /* attack potion (4) */
  583. 2428,
  584. /* strength potion (4) */
  585. 113,
  586. /* defence potion (4) */
  587. 2432,
  588.  
  589. /* tinderbox */
  590. 590,
  591. /* knife */
  592. 946,
  593. /* bronze hatchet */
  594. 1351,
  595. /* iron hatchet */
  596. 1349,
  597. /* steel hatchet */
  598. 1353,
  599. /* mithril hatchet */
  600. 1355,
  601. /* adamant hatchet */
  602. 1357,
  603. /* rune hatchet */
  604. 1359,
  605. /* bronze pickaxe */
  606. 1265,
  607. /* iron pickaxe */
  608. 1267,
  609. /* steel pickaxe */
  610. 1269,
  611. /* mithril pickaxe */
  612. 1273,
  613. /* adamant pickaxe */
  614. 1271,
  615. /* rune pickaxe */
  616. 1275,
  617. /* small fishing net */
  618. 303,
  619. /* big fishing net */
  620. 305,
  621. /* lobster pot */
  622. 301,
  623. /* harpoon */
  624. 311,
  625. /* fishing rod */
  626. 307,
  627. /* fly fishing rod */
  628. 309,
  629. /* feather */
  630. 314,
  631. /* fishing bait */
  632. 313,
  633. /* needle */
  634. 1733,
  635. /* thread */
  636. 1734,
  637. /* chisel */
  638. 1755,
  639. /* hammer */
  640. 2347,
  641. /* lockpick */
  642. 1523,
  643. /* plant cure */
  644. 6036,
  645. /* compost */
  646. 6032,
  647. /* bucket of sand */
  648. 1783,
  649. /* rake */
  650. 5341,
  651. /* secateurs */
  652. 5329,
  653. /* spade */
  654. 952,
  655.  
  656. /* bronze dagger */
  657. 1205,
  658. /* iron dagger */
  659. 1203,
  660. /* steel dagger */
  661. 1207,
  662. /* mithril dagger */
  663. 1209,
  664. /* adamant dagger */
  665. 1211,
  666. /* rune dagger */
  667. 1213,
  668. /* bronze longsword */
  669. 1291,
  670. /* iron longsword */
  671. 1293,
  672. /* steel longsword */
  673. 1295,
  674. /* mithril longsword */
  675. 1299,
  676. /* adamant longsword */
  677. 1301,
  678. /* rune longsword */
  679. 1303,
  680. /* bronze scimitar */
  681. 1321,
  682. /* iron scimitar */
  683. 1323,
  684. /* steel scimitar */
  685. 1325,
  686. /* mithril scimitar */
  687. 1329,
  688. /* adamant scimitar */
  689. 1331,
  690. /* rune scimitar */
  691. 1333,
  692. /* bronze 2h sword */
  693. 1307,
  694. /* iron 2h sword */
  695. 1309,
  696. /* steel 2h sword */
  697. 1311,
  698. /* mithril 2h sword */
  699. 1315,
  700. /* adamant 2h sword */
  701. 1317,
  702. /* rune 2h sword */
  703. 1319,
  704. /* dragon dagger */
  705. 1215,
  706. /* dragon longsword */
  707. 1305,
  708. /* dragon scimitar */
  709. 4587,
  710. /* dragon spear */
  711. 1249,
  712. /* dragon mace */
  713. 1434,
  714. /* Bronze halberd */
  715. 3190,
  716. /* Iron halberd */
  717. 3192,
  718. /* Steel halberd */
  719. 3194,
  720. /* Black halberd */
  721. 3196,
  722. /* Mithril halberd */
  723. 3198,
  724. /* Adamant halberd */
  725. 3200,
  726. /* Rune halberd */
  727. 3202,
  728. /* Dragon halberd */
  729. 3204,
  730. /* bronze full helm */
  731. 1155,
  732. /* bronze platebody */
  733. 1117,
  734. /* bronze platelegs */
  735. 1075,
  736. /* bronze plateskirt */
  737. 1087,
  738. /* bronze kiteshield */
  739. 1189,
  740. /* iron full helm */
  741. 1153,
  742. /* iron platebody */
  743. 1115,
  744. /* iron platelegs */
  745. 1067,
  746. /* iron plateskirt */
  747. 1081,
  748. /* iron kiteshield */
  749. 1191,
  750. /* steel full helm */
  751. 1157,
  752. /* steel platebody */
  753. 1119,
  754. /* steel platelegs */
  755. 1069,
  756. /* steel plateskirt */
  757. 1083,
  758. /* steel kiteshield */
  759. 1193,
  760. /* mithril full helm */
  761. 1159,
  762. /* mithril platebody */
  763. 1121,
  764. /* mithril platelegs */
  765. 1071,
  766. /* mithril plateskirt */
  767. 1085,
  768. /* mithril kiteshield */
  769. 1197,
  770. /* adamant full helm */
  771. 1161,
  772. /* adamant platebody */
  773. 1123,
  774. /* adamant platelegs */
  775. 1073,
  776. /* adamant plateskirt */
  777. 1091,
  778. /* adamant kiteshield */
  779. 1199,
  780. /* rune full helm */
  781. 1163,
  782. /* rune platebody */
  783. 1127,
  784. /* rune platelegs */
  785. 1079,
  786. /* rune plateskirt */
  787. 1093,
  788. /* rune kiteshield */
  789. 1201,
  790. /* initiate sallet */
  791. 5574,
  792. /* initiate hauberk */
  793. 5575,
  794. /* initiate cuisse */
  795. 5576,
  796. /* proselyte sallet */
  797. 9672,
  798. /* proselyte hauberk */
  799. 9674,
  800. /* proselyte cuisse */
  801. 9676,
  802. /* proselyte tasset */
  803. 9678,
  804.  
  805. /* shortbow */
  806. 841,
  807. /* oak shortbow */
  808. 843,
  809. /* willow shortbow */
  810. 849,
  811. /* maple shortbow */
  812. 853,
  813. /* yew shortbow */
  814. 857,
  815. /* magic shortbow */
  816. 861,
  817. /* bronze arrow */
  818. 882,
  819. /* iron arrow */
  820. 884,
  821. /* steel arrow */
  822. 886,
  823. /* mithril arrow */
  824. 888,
  825. /* adamant arrow */
  826. 890,
  827. /* rune arrow */
  828. 892,
  829. /* mith crossbow */
  830. 9181,
  831. /* adamant crossbow */
  832. 9183,
  833. /* rune crossbow */
  834. 9185,
  835. /* bronze bolts */
  836. 877,
  837. /* iron bolts */
  838. 9140,
  839. /* steel bolts */
  840. 9141,
  841. /* mithril bolts */
  842. 9142,
  843. /* adamant bolts */
  844. 9143,
  845. /* runite bolts */
  846. 9144,
  847. /* leather body */
  848. 1129,
  849. /* hardleather body */
  850. 1131,
  851. /* studded body */
  852. 1133,
  853. /* green d'hide body */
  854. 1135,
  855. /* green d'hide chaps */
  856. 1099,
  857. /* green d'hide vambraces */
  858. 1065,
  859. /* blue d'hide body */
  860. 2499,
  861. /* blue d'hide chaps */
  862. 2493,
  863. /* blue d'hide vambraces */
  864. 2487,
  865. /* red d'hide body */
  866. 2501,
  867. /* red d'hide chaps */
  868. 2495,
  869. /* red d'hide vambraces */
  870. 2489,
  871. /* black d'hide body */
  872. 2503,
  873. /* black d'hide chaps */
  874. 2497,
  875. /* black d'hide vambraces */
  876. 2491,
  877. /* snakeskin body */
  878. 6322,
  879. /* snakeskin chaps */
  880. 6324,
  881. /* snakeskin bandana */
  882. 6326,
  883. /* snakeskin boots */
  884. 6328,
  885. /* snakeskin vambraces */
  886. 6330,
  887.  
  888. /* teleport tabs */
  889. /*8007,
  890. 8008,
  891. 8009,
  892. 8010,
  893. 8011,
  894. 8012,
  895. 8013,*/
  896.  
  897. /* bones to fruit tabs */
  898. /*8014,
  899. 8015,*/
  900.  
  901. /* fire rune */
  902. 554,
  903. /* water rune */
  904. 555,
  905. /* air rune */
  906. 556,
  907. /* earth rune */
  908. 557,
  909. /* mind rune */
  910. 558,
  911. /* body rune */
  912. 559,
  913. /* death rune */
  914. 560,
  915. /* nature rune */
  916. 561,
  917. /* chaos rune */
  918. 562,
  919. /* law rune */
  920. 563,
  921. /* cosmic rune */
  922. 564,
  923. /* blood rune */
  924. 565,
  925. /* soul rune */
  926. 566,
  927. /* astral rune */
  928. 9075,
  929.  
  930. /* combination rune */
  931. 4694,
  932. 4695,
  933. 4696,
  934. 4697,
  935. 4698,
  936. 4699,
  937.  
  938. /* staff of air */
  939. 1381,
  940. /* staff of water */
  941. 1383,
  942. /* staff of earth */
  943. 1385,
  944. /* staff of fire */
  945. 1387,
  946. /* wizard hat */
  947. 579,
  948. /* wizard hat */
  949. 1017,
  950. /* wizard robe top */
  951. 577,
  952. /* wizard robe skirt */
  953. 1011,
  954.  
  955. /* blue mystic hat */
  956. 4089,
  957. /* blue mystic robe top */
  958. 4091,
  959. /* blue mystic robe bottom */
  960. 4093,
  961. /* blue mystic gloves */
  962. 4095,
  963. /* blue mystic boots */
  964. 4097,
  965.  
  966. /* red mystic hat */
  967. 4099,
  968. /* red mystic robe top */
  969. 4101,
  970. /* red mystic robe bottom */
  971. 4103,
  972. /* red mystic gloves */
  973. 4105,
  974. /* red mystic boots */
  975. 4107,
  976.  
  977. /* white mystic hat */
  978. 4109,
  979. /* white mystic robe top */
  980. 4111,
  981. /* white mystic robe bottom */
  982. 4113,
  983. /* white mystic gloves */
  984. 4115,
  985. /* white mystic boots */
  986. 4117,
  987.  
  988. /* splitbark helm */
  989. 3385,
  990. /* splitbark body */
  991. 3387,
  992. /* splitbark legs */
  993. 3389,
  994. /* splitbark gauntlets */
  995. 3391,
  996. /* splitbark boots */
  997. 3393,
  998.  
  999. /* ring of duelling (8) */
  1000. 2552,
  1001. /* amulet of glory (4) */
  1002. 1712,
  1003. /* amulet of strength */
  1004. 1725,
  1005. /* amulet of power */
  1006. 1731,
  1007. /* helm of neitiznot */
  1008. 10828,
  1009. /* berserker helm */
  1010. 3751,
  1011. /* archer helm */
  1012. 3749,
  1013. /* warrior helm */
  1014. 3753,
  1015. /* farseer helm */
  1016. 3755,
  1017. /* anti-dragon shield */
  1018. 1540,
  1019. /* rock climbing boots */
  1020. 3105,
  1021. /* monk's robe */
  1022. 544,
  1023. /* monk's robe */
  1024. 542,
  1025. /* priest gown */
  1026. 426,
  1027. /* priest gown */
  1028. 428,
  1029. /* zamorak robe */
  1030. 1035,
  1031. /* zamorak robe */
  1032. 1033,
  1033. /* cream hat */
  1034. 662,
  1035. /* turquoise hat */
  1036. 664,
  1037. /* blue hat */
  1038. 660,
  1039. /* pink hat */
  1040. 656,
  1041. /* green hat */
  1042. 658,
  1043. /* hat */
  1044. 2900,
  1045. /* hat */
  1046. 2910,
  1047. /* hat */
  1048. 2920,
  1049. /* hat */
  1050. 2930,
  1051. /* hat */
  1052. 2940,
  1053.  
  1054. /* pestle and mortar */
  1055. 233,
  1056. /* vial of water */
  1057. 227,
  1058. /* vial */
  1059. 229,
  1060. /* eye of newt */
  1061. 221,
  1062. /* unicorn horn dust */
  1063. 235,
  1064. /* limpwurt root */
  1065. 225,
  1066. /* red spiders' eggs */
  1067. 223,
  1068. /* chocolate dust */
  1069. 1975,
  1070. /* goat horn dust */
  1071. 9736,
  1072. /* snape grass */
  1073. 231,
  1074. /* dragon scale dust */
  1075. 241,
  1076. /* white berries */
  1077. 239,
  1078. /* coconut milk */
  1079. 5935,
  1080. /* yew roots */
  1081. 6049,
  1082. /* magic roots */
  1083. 6051,
  1084. /* wine of zamorak */
  1085. 245,
  1086. /* cactus spine */
  1087. 6016,
  1088. /* potato cactus */
  1089. 3138,
  1090. /* jangerberries */
  1091. 247,
  1092. /* poison ivy berries */
  1093. 6018,
  1094. /* crushed nest */
  1095. 6693,
  1096.  
  1097. /* jug of water */
  1098. 1937,
  1099.  
  1100. /* team capes */
  1101. 4315,
  1102. 4317,
  1103. 4319,
  1104. 4321,
  1105. 4323,
  1106. 4325,
  1107. 4327,
  1108. 4329,
  1109. 4331,
  1110. 4333,
  1111. 4335,
  1112. 4337,
  1113. 4339,
  1114. 4341,
  1115. 4343,
  1116. 4345,
  1117. 4347,
  1118. 4349,
  1119. 4351,
  1120. 4353,
  1121. 4355,
  1122. 4357,
  1123. 4359,
  1124. 4361,
  1125. 4363,
  1126. 4365,
  1127. 4367,
  1128. 4369,
  1129. 4371,
  1130. 4373,
  1131. 4375,
  1132. 4377,
  1133. 4379,
  1134. 4381,
  1135. 4383,
  1136. 4385,
  1137. 4387,
  1138. 4389,
  1139. 4391,
  1140. 4393,
  1141. 4395,
  1142. 4397,
  1143. 4399,
  1144. 4401,
  1145. 4403,
  1146. 4405,
  1147. 4407,
  1148. 4409,
  1149. 4411,
  1150. 4413,
  1151.  
  1152. /* Elemental shield */
  1153. 2890,
  1154. /* Elemental helmet */
  1155. 9729,
  1156. /* Mind shield */
  1157. 9731,
  1158. /* Mind helmet */
  1159. 9733,
  1160.  
  1161. /* Longbow */
  1162. 839,
  1163. /* Oak longbow */
  1164. 845,
  1165. /* Willow longbow */
  1166. 847,
  1167. /* Maple longbow */
  1168. 851,
  1169. /* Yew longbow */
  1170. 855,
  1171. /* Magic longbow */
  1172. 859,
  1173.  
  1174. /* White claws */
  1175. 6587,
  1176. /* White battleaxe */
  1177. 6589,
  1178. /* White dagger */
  1179. 6591,
  1180. /* White halberd */
  1181. 6599,
  1182. /* White mace */
  1183. 6601,
  1184. /* White sword */
  1185. 6605,
  1186. /* White longsword */
  1187. 6607,
  1188. /* White 2h sword */
  1189. 6609,
  1190. /* White scimitar */
  1191. 6611,
  1192. /* White warhammer */
  1193. 6613,
  1194. /* White chainbody */
  1195. 6615,
  1196. /* White platebody */
  1197. 6617,
  1198. /* White boots */
  1199. 6619,
  1200. /* White med helm */
  1201. 6621,
  1202. /* White full helm */
  1203. 6623,
  1204. /* White platelegs */
  1205. 6625,
  1206. /* White plateskirt */
  1207. 6627,
  1208. /* White gloves */
  1209. 6629,
  1210. /* White sq shield */
  1211. 6631,
  1212. /* White kiteshield */
  1213. 6633
  1214. )
Add Comment
Please, Sign In to add comment