Items by number
From A KoL Wiki
A listing of all of the items in order of number.
Item numbers can be determined in a variety of ways:
- 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 bottom bar) ends with the words "whichitem=XXX", where XXX is the item number of the item.
- Items in NPC stores (but not the mall), the radio button selects them (view frame source for the shop page) consists of "<input type=radio name=whichitem value=XXX>", where XXX is the item number.
- 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.