Thread: #145 OSRS Items with bonuses

Results 1 to 1 of 1
  1. #1 #145 OSRS Items with bonuses 
    Extreme Donator

    nbness2's Avatar
    Join Date
    Aug 2011
    Posts
    692
    Thanks given
    274
    Thanks received
    139
    Rep Power
    430
    All items up to 21315 scraped w/my scraper

    The bonuses are only present on items that have nonzero bonuses (not an empty 0 array like cosmetics). I do it this way because it saves lots of space (I prefer saved space and slightly more "complex" code).

    This one's for you lazy people who can't write a scraper or look in other sources for this stuff.

    Mediafire - Ugly itemdefs 4430kb
    Mediafire - Pretty itemdefs 6969kb


    JSON Format:
    Code:
    {
        item_1_id: {
            "bonuses": [
                ,
                0,
                0,
                0,
                0,
                0,
                0,
                0,
                0,
                0,
                0,
                0,
                0,
                0
            ],
            "can_sell": True/False,
            "can_trade": True/False,
            "droppable": True/False,
            "examine": "<Examine text here>",
            "is_2h": True/False,
            "name": "<Item name here>",
            "noted": True/False,
            "noted_id": <Noted item id here>,
            "stackable": True/False,
            "value": <Item value here>
        },
        item_2_id: {...
        }
        .
        .
        .
    }
    Reply With Quote  
     

  2. Thankful users:



Thread Information
Users Browsing this Thread

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


User Tag List

Similar Threads

  1. Replies: 1
    Last Post: 02-12-2016, 04:41 PM
  2. [REQ] OSRS new items item.cfg with bonuses
    By coollah in forum Configuration
    Replies: 4
    Last Post: 11-28-2014, 01:32 AM
  3. Replies: 16
    Last Post: 10-18-2014, 03:38 PM
  4. Replies: 3
    Last Post: 10-06-2014, 02:56 AM
  5. [REQ]660 item.cfg with bonuses
    By Alohha in forum Requests
    Replies: 10
    Last Post: 10-17-2011, 09:01 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •