Items by number: Difference between revisions

From A KoL Wiki
imported>JRSiebz
m addd a link in descr.
imported>Volc
Added another method from within an item's description
 
(13 intermediate revisions by 11 users not shown)
Line 1: Line 1:
A listing of all of the [[:category:items|items]] in order of number.
A listing of all of the [[:category:items|items]] in order of number.


==1 - 99==
Item numbers can be determined in a variety of ways:
*The ID for any item can easily be found by viewing the frame source of your inventory, using ctrl-f to find your item's name, and then looking just to the left where you'll find "<td id='iXXXX' valign=middle>", where XXXX is the ID of the item in question.
*The item ID can also be found by opening the pop-up description of an item. Within the item's source code, just after the description, you should be able to find the following: "<nowiki><!-- itemid: XXX --></nowiki>", where XXX is the ID of the item in question.
*Items with a "use" link next to their name, the url that the link points to (viewed in most browsers by hovering the mouse over it, and looking at the status bar on the bottom) ends with the words "whichitem=XXX", where XXX is the item number of the item.
*Items in NPC stores, the code for radio buttons (view frame source for the shop page) contains "<input type=radio name=whichitem value=XXX>", where XXX is the item number.
*Items in the the mall, the code for radio buttons (view frame source for the shop page) contains "<input name=whichitem type=radio value=XXXYYYYYYYYY onClick="selecteditem=XXXYYYYYYYYY">", where XXX is the item number, and YYYYYYYYY is the price. Note that the price will always be 9 digits, while the item ID can be 1 to 4.
*Items in drop-down lists (combine with meat paste, clan stash, closet, Hagnk's, etc.), the HTML for the line entry (view frame source) consists of "<option value=XXX>item name (quantity)</option>", where XXX is the item number.


<TABLE ALIGN=center>
:The drop-down for the [[zapping]] wands are perhaps the best way to get item IDs for non-tradeable, unusable quest items.
<TR><TD WIDTH=250>
 
1. [[seal-clubbing club]]<BR>
:The drop-downs in the [[Drawn Onward]] adventure could be used to much the same effect, but this is a rather inconvenient method, and won't work for quest items consumed prior to level 11.
2. [[seal tooth]]<BR>
 
3. [[helmet turtle]]<BR>
:Prior to 2008, the meat pasting method was quite effective, as any item at all showed up in the drop-down. Post-2008, only [[:Category:Meat Pasting Components|meat pasting components]] show up.
4. [[scroll of turtle summoning]]<BR>
5. [[pasta spoon]]<BR>
6. [[ravioli hat]]<BR>
7. [[saucepan]]<BR>
8. [[spices]]<BR>
9. [[disco mask]]<BR>
10. [[disco ball]]<BR>
11. [[stolen accordion]]<BR>
12. [[mariachi pants]]<BR>
13. <BR>
14. [[moxie weed]]<BR>
15. [[strongness elixir]]<BR>
16. [[magicalness-in-a-can]]<BR>
17. [[spicy noodles]]<BR>
18. [[tortoise's blessing]]<BR>
19. [[asparagus knife]]<BR>
20. [[Kentucky-style derby]]<BR>
21. [[sweet ninja sword]]<BR>
22. [[studded leather boxer shorts]]<BR>
23. [[chewing gum on a string]]<BR>
24. [[ten-leaf clover]]<BR>
25. [[meat paste]]<BR>
26. [[the Dolphin King's map]]<BR>
27. [[spider web]]<BR>
28. [[really sticky spider web]]<BR>
29. [[really really sticky spider web]]<BR>
30. [[big rock]]<BR>
31. [[seal-toothed rock]]<BR>
32. [[Bjorn's Hammer]]<BR>
33. [[snorkel]]
</TD><TD WIDTH=250>
34. [[the Dolphin King's crown]]<BR>
35. [[Knob Goblin scimitar]]<BR>
36. [[Knob Goblin tongs]]<BR>
37. [[viking helmet]]<BR>
38. [[Knob Goblin pants]]<BR>
39. [[pretty flower]]<BR>
40. [[casino pass]]<BR>
41. [[ice-cold beer]]<BR>
42. [[hermit permit]]<BR>
43. [[worthless trinket]]<BR>
44. [[worthless gewgaw]]<BR>
45. [[worthless knick-knack]]<BR>
46. [[wooden figurine]]<BR>
47. [[hot buttered roll]]<BR>
48. [[heart of rock and roll]]<BR>
49. [[bowl of cottage cheese]]<BR>
50. [[Rock and Roll Legend]]<BR>
51. [[Knob Goblin Uberpants]]<BR>
52. [[banjo strings]]<BR>
53. [[stone banjo]]<BR>
54. [[Disco Banjo]]<BR>
55. [[jabanero pepper]]<BR>
56. [[heavy hot sauce]]<BR>
57. [[5-Alarm Saucepan]]<BR>
58. [[turtle factory]]<BR>
59. [[slingshot]]<BR>
60. [[Turtleslinger]]<BR>
61. [[fortune cookie]]<BR>
62. [[oriole-feather headdress]]<BR>
63. [[action figure head]]<BR>
64. [[action figure body]]<BR>
65. [[Mighty Bjorn action figure]]<BR>
66. [[golden twig]]
</TD><TD WIDTH=250>
67. [[spaghetti with rock-balls]]<BR>
68. [[Pasta of Peril]]<BR>
69. [[Newbiesport tent|Newbiesport&trade; tent]]<BR>
70. [[bar skin]]<BR>
71. [[wooden stakes]]<BR>
72. [[barskin hat]]<BR>
73. [[barskin tent]]<BR>
74. [[Spooky Temple map]]<BR>
75. [[spooky sapling]]<BR>
76. [[Spooky-Gro fertilizer]]<BR>
77. [[spooky stick]]<BR>
78. [[pretty bouquet]]<BR>
79. [[bugbear bungguard]]<BR>
80. [[fairy gravy]]<BR>
81. [[ice-cold beer]]<BR>
82. [[rusty L-shaped piece of metal]]<BR>
83. [[crusty L-shaped piece of metal]]<BR>
84. [[locked Orcish meat locker]]<BR>
85. [[empty Orcish meat locker]]<BR>
86. [[T-bone key]]<BR>
87. [[meat from yesterday]]<BR>
88. [[meat stack]]<BR>
89. [[sword hilt]]<BR>
90. [[helmet recipe]]<BR>
91. [[pants kit]]<BR>
92. [[meatsmithing guide]]<BR>
93. [[basic meat sword]]<BR>
94. [[basic meat pants]]<BR>
95. [[basic meat helmet]]<BR>
96. [[bling-bling]]<BR>
97. [[pimpin' meat hat]]<BR>
98. [[dried face]]<BR>
99. [[meat face]]
</TD></TR></TABLE>





Latest revision as of 05:36, 28 January 2019

A listing of all of the items in order of number.

Item numbers can be determined in a variety of ways:

  • The ID for any item can easily be found by viewing the frame source of your inventory, using ctrl-f to find your item's name, and then looking just to the left where you'll find "", where XXXX is the ID of the item in question.
  • The item ID can also be found by opening the pop-up description of an item. Within the item's source code, just after the description, you should be able to find the following: "<!-- itemid: XXX -->", where XXX is the ID of the item in question.
  • Items with a "use" link next to their name, the url that the link points to (viewed in most browsers by hovering the mouse over it, and looking at the status bar on the bottom) ends with the words "whichitem=XXX", where XXX is the item number of the item.
  • Items in NPC stores, the code for radio buttons (view frame source for the shop page) contains "<input type=radio name=whichitem value=XXX>", where XXX is the item number.
  • Items in the the mall, the code for radio buttons (view frame source for the shop page) contains "<input name=whichitem type=radio value=XXXYYYYYYYYY onClick="selecteditem=XXXYYYYYYYYY">", where XXX is the item number, and YYYYYYYYY is the price. Note that the price will always be 9 digits, while the item ID can be 1 to 4.
  • Items in drop-down lists (combine with meat paste, clan stash, closet, Hagnk's, etc.), the HTML for the line entry (view frame source) consists of "<option value=XXX>item name (quantity)</option>", where XXX is the item number.
The drop-down for the zapping wands are perhaps the best way to get item IDs for non-tradeable, unusable quest items.
The drop-downs in the Drawn Onward adventure could be used to much the same effect, but this is a rather inconvenient method, and won't work for quest items consumed prior to level 11.
Prior to 2008, the meat pasting method was quite effective, as any item at all showed up in the drop-down. Post-2008, only meat pasting components show up.


Items (By Number)
<0 | 1-99 | 100-199 | 200-299 | 300-399 | 400-499 | 500-599 | 600-699 | 700-799 | 800-899 | 900-999 | 1000-1099 | 1100-1199 | 1200-1299 | 1300-1399 | 1400-1499 | 1500-1599 | 1600-1699 | 1700-1799 | 1800-1899 | 1900-1999 | 2000-2099 | 2100-2199 | 2200-2299 | 2300-2399 | 2400-2499 | 2500-2599 | 2600-2699 | 2700-2799 | 2800-2899 | 2900-2999 | 3000-3099 | 3100-3199 | 3200-3299 | 3300-3399 | 3400-3499 | 3500-3599 | 3600-3699 | 3700-3799 | 3800-3899 | 3900-3999 | 4000-4099 | 4100-4199 | 4200-4299 | 4300-4399 | 4400-4499 | 4500-4599 | 4600-4699 | 4700-4799 | 4800-4899 | 4900-4999 | 5000-5099 | 5100-5199 | 5200-5299 | 5300-5399 | 5400-5499 | 5500-5599 | 5600-5699 | 5700-5799 | 5800-5899 | 5900-5999 | 6000-6099 | 6100-6199 | 6200-6299 | 6300-6399 | 6400-6499 | 6500-6599 | 6600-6699 | 6700-6799 | 6800-6899 | 6900-6999 | 7000-7099 | 7100-7199 | 7200-7299 | 7300-7399 | 7400-7499 | 7500-7599 | 7600-7699 | 7700-7799 | 7800-7899 | 7900-7999 | 8000-8099 | 8100-8199 | 8200-8299 | 8300-8399 | 8400-8499 | 8500-8599 | 8600-8699 | 8700-8799 | 8800-8899 | 8900-8999 | 9000-9099 | 9100-9199 | 9200-9299 | 9300-9399 | 9400-9499 | 9500-9599 | 9600-9699 | 9700-9799 | 9800-9899 | 9900-9999 | 10000-10099 | 10100-10199 | 10200-10299 | 10300-10399 | 10400-10499 | 10500-10599 | 10600-10699 | 10700-10799 | 10800-10899 | 10900-10999 | 11000-11099 | 11100-11199 | 11200-11299 | 11300-11399 | 11400-11499 | 11500-11599 | 11600-11699 | 11700-11799 | 11800-11899 | 11900-11999