Page 2 of 2 FirstFirst 12
Results 26 to 40 of 40

Thread: Anyone have a Grand Exchange Inventory List?

  1. #26
    Join Date
    Sep 2007
    Location
    Pennsylvania
    Posts
    3,396
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by mixster View Post
    If he's basing his number on all RS items, then it would be a bit high due to non-GE'able items and the like.
    Well he says there are 3153 items on the GE (@Jim: Where'd you get that number?). My extremely slow gatherer managed to grab 3148 items. Yours and Timer's seem to have about 2900 (unless I counted incorrectly). In all, there are nearly 16,000 items in RS (quite surprising; only 20% of items are tradeable?).

    EDIT: I recall there being some items that are tradeable yet can't be put on the GE (some trees/plants from the Fally Garden shop, for instance). Does 3153 include those, Jim?
    Last edited by Runescapian321; 02-21-2010 at 08:07 PM.

  2. #27
    Join Date
    Jan 2010
    Posts
    5,227
    Mentioned
    6 Post(s)
    Quoted
    60 Post(s)

    Default

    Where'd you get the 16,000 items..? >_> That wouldn't make any sense.

  3. #28
    Join Date
    Sep 2007
    Location
    Pennsylvania
    Posts
    3,396
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by i luffs yeww View Post
    Where'd you get the 16,000 items..? >_> That wouldn't make any sense.
    Wouldn't each ID represent an item? Or can NPCs, objects, etc not have the same ID, so 16,000 would be the aggregate of that? (I got ~16,000 from the most recent GE item, which has an ID of 15490)

    Either way, doesn't really matter

    EDIT: According to mormonman's post below, there are in fact 16,000 items, 80% of which are untradeable.
    Last edited by Runescapian321; 02-21-2010 at 07:51 PM.

  4. #29
    Join Date
    Sep 2008
    Location
    Not here.
    Posts
    5,422
    Mentioned
    13 Post(s)
    Quoted
    242 Post(s)

    Default

    List of all items(I do believe). stolen from method's pastebin
    http://uppit.com/v/V53ZSFJP

  5. #30
    Join Date
    Jan 2010
    Posts
    5,227
    Mentioned
    6 Post(s)
    Quoted
    60 Post(s)

    Default

    Yeah, noted. The reason the GE DB doesn't go in order (and they usually go in twos) is because items that are noted are a different ID than the item on the ground, or the item in the inventory. But I don't think that just because it's noted it's a different item..

    (Technically it is, but I think that's stupid. )

    And mormon, that list hasn't been updated for a few months..

  6. #31
    Join Date
    Sep 2007
    Location
    Pennsylvania
    Posts
    3,396
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by i luffs yeww View Post
    Yeah, noted. The reason the GE DB doesn't go in order (and they usually go in twos) is because items that are noted are a different ID than the item on the ground, or the item in the inventory. But I don't think that just because it's noted it's a different item..

    (Technically it is, but I think that's stupid. )

    And mormon, that list hasn't been updated for a few months..
    Only difference is noted -> unnoted (ground items, etc. are all the same as their corresponding inventory item). But yes, you're right, from a player's perspective there's only about 10,000.

    As for the list, It's only missing about 50. Mormonman: Any idea how Method created that? Would be handy to just have a database if ref ever comes back.
    Last edited by Runescapian321; 02-21-2010 at 10:38 PM.

  7. #32
    Join Date
    Sep 2006
    Posts
    5,219
    Mentioned
    4 Post(s)
    Quoted
    1 Post(s)

    Default

    Anyone know if my old script on Jim's other thread still works?

  8. #33
    Join Date
    Mar 2007
    Posts
    3,042
    Mentioned
    1 Post(s)
    Quoted
    14 Post(s)

    Default

    Quote Originally Posted by Tad View Post
    Only difference is noted -> unnoted (ground items, etc. are all the same as their corresponding inventory item). But yes, you're right, from a player's perspective there's only about 10,000.

    As for the list, It's only missing about 50. Mormonman: Any idea how Method created that? Would be handy to just have a database if ref ever comes back.
    I printed out the information when the client loaded all of the item definitions during the loading process.
    :-)

  9. #34
    Join Date
    Jun 2007
    Location
    Wednesday
    Posts
    2,446
    Mentioned
    3 Post(s)
    Quoted
    1 Post(s)

    Default

    I'm looking into the differences between Methods list and my own to see what is missing and the like - it may be that my silly connection that led to some items having no price was also responsible for some pages being missed or the like. If something comes up, I'll edit with details.
    By reading this signature you agree that mixster is superior to you in each and every way except the bad ways but including the really bad ways.

  10. #35
    Join Date
    Mar 2007
    Posts
    3,042
    Mentioned
    1 Post(s)
    Quoted
    14 Post(s)

    Default

    New item list for you guys: http://uppit.com/v/YIQPBXNW
    :-)

  11. #36
    Join Date
    Sep 2008
    Location
    Not here.
    Posts
    5,422
    Mentioned
    13 Post(s)
    Quoted
    242 Post(s)

    Default

    Quote Originally Posted by mixster View Post
    I'm looking into the differences between Methods list and my own to see what is missing and the like - it may be that my silly connection that led to some items having no price was also responsible for some pages being missed or the like. If something comes up, I'll edit with details.
    Method's list includes items that aren't on the G.E.

  12. #37
    Join Date
    Jun 2007
    Location
    Wednesday
    Posts
    2,446
    Mentioned
    3 Post(s)
    Quoted
    1 Post(s)

    Default

    Indeed, but by eliminating general things like noted versions then looking for things that look like they would be on the GE and checking that out should narrow it down a lot.
    By reading this signature you agree that mixster is superior to you in each and every way except the bad ways but including the really bad ways.

  13. #38
    Join Date
    May 2008
    Posts
    1,345
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    http://schumaker40.site90.com/Auth.scar

    That page contains a list of items from the GE a few months ago.

    Got them using this:

    SCAR Code:
    program New;
    var
      i : Integer;
      C : String;
    begin
      For I := 0 To 25000 Do
      Begin
        C := between('<div class="subsectionHeader">' + chr(10), chr(10) + '</div>' + chr(10) + '<div id="item_additional" class="inner_brown_box">', GetPage('http://itemdb-rs.runescape.com/Feather/viewitem.ws?obj=' + IntToStr(I)));
        If(C <> '') then
        begin
          WriteLn(C)
          Writeini('item', Inttostr(I),  IntToStr(I) + ' - ' + C, ScriptPath + 'ItemIDS.ini');
        End;
      end;
    end.

    It seems to be pretty slow now, as it took about 30 seconds to get me the first three or four items, but it got about one every second when I last used it. Possibly just my internet connection, though.

    ~Sand

  14. #39
    Join Date
    Jun 2007
    Location
    Wednesday
    Posts
    2,446
    Mentioned
    3 Post(s)
    Quoted
    1 Post(s)

    Default

    Looks like I was right about the slow connection causing a jump - it missed out a few pages under 's' - everything from Spined boots upto Talon beast pouch, so I'm rerunning now with less stuff going on to hopefully make it not jump and I'll attach the new list afterwards.

    Edit: As you only asked for id's and names, I've removed the prices since it made it a lot easier to do reliably. 3149 items now, yay.
    Last edited by mixster; 02-22-2010 at 12:07 AM.
    By reading this signature you agree that mixster is superior to you in each and every way except the bad ways but including the really bad ways.

  15. #40
    Join Date
    Oct 2006
    Posts
    1,190
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    what are you going to use this for?



Page 2 of 2 FirstFirst 12

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •