Thread: OSRS Data/Definitions dumping services

Page 1 of 8 123 ... LastLast
Results 1 to 10 of 75
  1. #1 OSRS Data/Definitions dumping services 
    Waddup

    Stan's Avatar
    Join Date
    Apr 2016
    Posts
    376
    Thanks given
    110
    Thanks received
    394
    Rep Power
    521
    Not doing these services anymore as I quit the RSPS scene.

    Hello

    I'm doing OSRS data/definition dump services. This could be items, npcs, item sprites, bonusses, item drops, NPC animations, you name it.
    Dumping from the most recent OSRS cache by default, but you may provide me with a different revision cache if you'd like. Can dump it in any format.

    Taking PayPal friends/family only.
    The default pricing is $5 for easy dumps, $10 for more complicated ones. Giving discounts when you order multiple dumps.
    I will not go first, I will give an example of any item/npc you want from the dump though.



    NOTE: These are just examples, they are possible in any format and any filetype. Anything from the wiki and cache is dumpable, and I have some additional custom scripts to dump combat animations etc., just hit me up for the possibilities

    Spoiler for Item definitions example:
    Code:
    {
        "id": 20997,
        "name": "Twisted bow",
        "description": "A mystical bow carved from the twisted remains of the Great Olm.",
        "stackable": false,
        "tradeable": true,
        "noted": false,
        "notedId": 20998,
        "shopValue": 81000,
        "grandExchangePrice": 218785829,
        "lowAlchValue": 36000,
        "highAlchValue": 54000,
        "weight": 1.0,
        "slot": 3,
        "twoHanded": true,
        "weaponSpeed": 4,
        "bonus": [
          0,
          0,
          0,
          0,
          70,
          0,
          0,
          0,
          0,
          0,
          0,
          20,
          0,
          0
        ]
      },


    Spoiler for NPC Definitions example:
    Code:
    {
        "id": 466,
        "name": "Skeletal Wyvern",
        "description": "A very dangerous pile of animated Wyvern bones.",
        "size": 3,
        "attackable": true,
        "combatLevel": 140,
        "aggressive": true,
        "poisonous": false,
        "undead": false,
        "poisonImmunity": false,
        "venomImmunity": false,
        "hitpoints": 210,
        "skills": [
          125,
          116,
          120,
          120,
          125
        ],
        "bonusses": [
          0,
          0,
          0,
          0,
          0,
          140,
          90,
          90,
          80,
          140,
          0,
          0,
          0
        ]
      },


    Spoiler for Item sprites:
    Attached image


    Spoiler for NPC Drop definition:
    Code:
    {
        "npcList": [7244],
        "rareDropTableAccess": true,
        "rareDropTableChance": 0.0,
        "dropChances": {
            "COMMON": 100.0,
            "UNCOMMON": 20.0,
            "RARE": 5.0,
            "VERY_RARE": 1.0
        },
        "drops": [{
            "item": 592,
            "minimumAmount": 1,
            "maximumAmount": 1,
            "dropType": "COMMON",
            "chance": 0.0
        }, {
            "item": 1353,
            "minimumAmount": 1,
            "maximumAmount": 1,
            "dropType": "COMMON",
            "chance": 0.0
        }, {
            "item": 1365,
            "minimumAmount": 1,
            "maximumAmount": 1,
            "dropType": "COMMON",
            "chance": 0.0
        }, {
            "item": 1311,
            "minimumAmount": 1,
            "maximumAmount": 1,
            "dropType": "COMMON",
            "chance": 0.0
        }, {
            "item": 1073,
            "minimumAmount": 1,
            "maximumAmount": 1,
            "dropType": "UNCOMMON",
            "chance": 0.0
        }, {
            "item": 1163,
            "minimumAmount": 1,
            "maximumAmount": 1,
            "dropType": "RARE",
            "chance": 0.0
        }, {
            "item": 1197,
            "minimumAmount": 1,
            "maximumAmount": 1,
            "dropType": "SPECIAL",
            "chance": 0.07813
        }, {
            "item": 554,
            "minimumAmount": 37,
            "maximumAmount": 75,
            "dropType": "COMMON",
            "chance": 0.0
        }, {
            "item": 562,
            "minimumAmount": 12,
            "maximumAmount": 15,
            "dropType": "UNCOMMON",
            "chance": 0.0
        }, {
            "item": 560,
            "minimumAmount": 5,
            "maximumAmount": 5,
            "dropType": "UNCOMMON",
            "chance": 0.0
        }, {
            "item": 617,
            "minimumAmount": 11,
            "maximumAmount": 460,
            "dropType": "COMMON",
            "chance": 0.0
        }, {
            "item": 2357,
            "minimumAmount": 1,
            "maximumAmount": 1,
            "dropType": "UNCOMMON",
            "chance": 0.0
        }, {
            "item": 361,
            "minimumAmount": 1,
            "maximumAmount": 1,
            "dropType": "UNCOMMON",
            "chance": 0.0
        }, {
            "item": 13501,
            "minimumAmount": 1,
            "maximumAmount": 1,
            "dropType": "SPECIAL",
            "chance": 0.25
        }, {
            "item": 1734,
            "minimumAmount": 10,
            "maximumAmount": 10,
            "dropType": "RARE",
            "chance": 0.0
        }, {
            "item": 2722,
            "minimumAmount": 1,
            "maximumAmount": 1,
            "dropType": "RARE",
            "chance": 0.0
        }, {
            "item": 19677,
            "minimumAmount": 1,
            "maximumAmount": 1,
            "dropType": "SPECIAL",
            "chance": 0.03896
        }, {
            "item": 19679,
            "minimumAmount": 1,
            "maximumAmount": 1,
            "dropType": "SPECIAL",
            "chance": 0.02597
        }, {
            "item": 19681,
            "minimumAmount": 1,
            "maximumAmount": 1,
            "dropType": "SPECIAL",
            "chance": 0.02597
        }, {
            "item": 19683,
            "minimumAmount": 1,
            "maximumAmount": 1,
            "dropType": "SPECIAL",
            "chance": 0.02597
        }]
    }


    Spoiler for EXPERIMENTAL: NPC Combat Definitions (Including animations!):
    Code:
     <!--Giant Mole-->
        <NpcCombatDefinition>
            <id>5779</id>
            <combatType>MELEE</combatType>
            <respawnTime>30</respawnTime>
            <block>
                <id>3311</id>
                <delay>0</delay>
            </block>
            <death>
                <id>3310</id>
                <delay>0</delay>
            </death>
            <skills>
                <skill>
                    <id>0</id>
                    <level>200</level>
                </skill>
                <skill>
                    <id>1</id>
                    <level>200</level>
                </skill>
                <skill>
                    <id>2</id>
                    <level>200</level>
                </skill>
                <skill>
                    <id>3</id>
                    <level>200</level>
                </skill>
            </skills>
            <bonuses>
                <int>0</int>
                <int>0</int>
                <int>0</int>
                <int>0</int>
                <int>0</int>
                <int>60</int>
                <int>80</int>
                <int>100</int>
                <int>80</int>
                <int>60</int>
                <int>0</int>
                <int>0</int>
            </bonuses>
            <melee>
                <melee>
                    <attack>
                        <hitDelay>0</hitDelay>
                        <attackDelay>4</attackDelay>
                    </attack>
                    <animation>
                        <id>3312</id>
                        <delay>0</delay>
                    </animation>
                    <max>21</max>
                </melee>
            </melee>
        </NpcCombatDefinition>




    Vouches (24):

    [SPOIL]
    Quote Originally Posted by i_pk_pjers_i View Post
    Vouch for Stan_, he dumped Item and NPC JSONs for me in a custom format as well as item sprites. Fantastic job, thank you so much!
    Quote Originally Posted by Trebble View Post
    Vouch for Stan_, has helped me with a few things now and even has went as far as pming me a few things from time to time i "might like" which all turned out to be quite useful to me. Very nice and trustworthy guy in my opinion.
    Quote Originally Posted by A Mage View Post
    Vouch for Stan_, has helped me with multiple config dumps and definitions also.
    Quote Originally Posted by i dds you View Post
    Vouch for stan, overall a very nice and helpful guy to know
    Quote Originally Posted by the chosen 1 View Post
    Vouch for Stan, dumped for me item defs, bonuses, and npcs. Very nice guy to talk to!
    Quote Originally Posted by mr selby View Post
    vouch for stan, was quick and fixed any issues that occured
    Quote Originally Posted by MemeStar View Post
    Huge vouch for this lad. We did a small deal and it went as smooth as it possibly could. He id extremely generous, takes his time to write guides to do certain steps and is overall a very very nice lad. Suggest working with him in the future for anyone questioning this guy.
    Quote Originally Posted by austindb View Post
    Vouch for stan. Just had some services done and it was painless. Took all of 5 seconds to get my stuff ready to go and did exactly what he said.
    Quote Originally Posted by Nighel View Post
    vouch for stan, got me the 127# item sprites
    Quote Originally Posted by deaneo88 View Post
    stan dump 129 stuff i need thanks bro legit guy and trust 100% Vouch for stan
    Quote Originally Posted by demonz-scape View Post
    Vouch for this Stan, he got my customized json files ready in no-time, and helped me with some issues implementing them!

    Very patient and friendly, 10/10 would buy again.
    Quote Originally Posted by Dinh View Post
    Vouch for stan, Did some dumping for me as well as a few other bits. was quick and transaction went smoothly.
    Quote Originally Posted by Obey View Post
    Vouch for Stan, did work for me with no hassle at all and did it perfectly.
    Quote Originally Posted by Rar349 View Post
    Vouch for Stan_, dumped some definitions for me. Very patient and willing to work with you. I would definitely purchase more from him in the future without question.
    Quote Originally Posted by omnee View Post
    Vouch for Stan_, first time I bought something on Rune-Server and it's working wonderfully
    Quote Originally Posted by Puremin0rez View Post
    Vouch! Everything went smoothly and took less than an hour.
    Quote Originally Posted by OsFury View Post
    Vouch for Stan, always replys fast and gets the job done easy. Have no problem what so ever with the bonuses he dumped for me and equipment defs
    Quote Originally Posted by bean123 View Post
    Vouch for stan most helpful guy going and dumped everything I needed and is always happy to help with anything
    Quote Originally Posted by Chosenblades View Post
    Vouch for Stan! He's incredibly nice to work with and will give you any data you need in any format you want.
    Quote Originally Posted by Oxy Prime View Post
    Vouch for this guy, Dumped ItemDef and NpcDef for a cheap price, took less then 10 minutes really satisfied with the service!
    Quote Originally Posted by Zelos View Post
    Vouch for Stan. Thank you for dumping the item and npc definitions! ;P
    Quote Originally Posted by Professor Oak View Post
    Huge vouch for stan Dumped all my definitions for me really quick!
    Quote Originally Posted by Ghost View Post
    Vouch for Stan! Quick, helpful and very affordable!
    Quote Originally Posted by s0z u try3d View Post
    Vouch he's legit. He help me with a web issue
    [/SPOIL]
    Reply With Quote  
     


  2. #2  
    🎶 As you're falling down 🎶


    uint32_t's Avatar
    Join Date
    Feb 2015
    Posts
    1,396
    Thanks given
    6,177
    Thanks received
    776
    Rep Power
    5000
    Vouch for Stan_, he dumped Item and NPC JSONs for me in a custom format as well as item sprites. Fantastic job, thank you so much!
    Quote Originally Posted by Idiot Bird View Post
    Quote Originally Posted by Velocity View Post
    lol np mate looks like the community brought ur rep down to ur IQ
    Not too sure about that, it's at 0 . It would have to go minus to even be remotely close to his IQ.
    Reply With Quote  
     

  3. Thankful user:


  4. #3  
    Developer


    Join Date
    Oct 2013
    Age
    29
    Posts
    1,038
    Thanks given
    689
    Thanks received
    321
    Rep Power
    260
    Vouch for Stan_, has helped me with a few things now and even has went as far as pming me a few things from time to time i "might like" which all turned out to be quite useful to me. Very nice and trustworthy guy in my opinion.

    Edit: i was wondering if you just did a few definitions or if you were willing to sell the full Bonusdefinitions.xml for example? Because i'd be interested in purchasing a few things if you did.

    Edit2: just re-read the post and noticed you gave model, animation and config for free? I could really use a model dump and possibly some others. Ill just message you on skype about this

    Attached image
    Spoiler for vouches(20+):

    Reply With Quote  
     

  5. #4  
    Waddup

    Stan's Avatar
    Join Date
    Apr 2016
    Posts
    376
    Thanks given
    110
    Thanks received
    394
    Rep Power
    521
    Quote Originally Posted by Trebble View Post
    Vouch for Stan_, has helped me with a few things now and even has went as far as pming me a few things from time to time i "might like" which all turned out to be quite useful to me. Very nice and trustworthy guy in my opinion.

    Edit: i was wondering if you just did a few definitions or if you were willing to sell the full Bonusdefinitions.xml for example? Because i'd be interested in purchasing a few things if you did.

    Edit2: just re-read the post and noticed you gave model, animation and config for free? I could really use a model dump and possibly some others. Ill just message you on skype about this
    Already got the bonusses, so putting them in a different file name/format is no problem, hit me up on skype
    Reply With Quote  
     

  6. Thankful user:


  7. #5  
    'Slutty McFur'

    Owain's Avatar
    Join Date
    Sep 2014
    Age
    26
    Posts
    2,894
    Thanks given
    2,360
    Thanks received
    2,200
    Rep Power
    5000
    Vouch for Stan_, has helped me with multiple config dumps and definitions also.
    Reply With Quote  
     

  8. #6  
    Donator

    i dds you's Avatar
    Join Date
    Jun 2013
    Posts
    831
    Thanks given
    678
    Thanks received
    160
    Rep Power
    92
    Vouch for stan, overall a very nice and helpful guy to know
    Reply With Quote  
     

  9. #7  
    Developer


    Join Date
    Oct 2013
    Age
    29
    Posts
    1,038
    Thanks given
    689
    Thanks received
    321
    Rep Power
    260
    Quote Originally Posted by Stan_ View Post
    Already got the bonusses, so putting them in a different file name/format is no problem, hit me up on skype
    Sweet that sounds awesome, ill be sure to message you about it all tonight.

    Attached image
    Spoiler for vouches(20+):

    Reply With Quote  
     

  10. #8  
    Waddup

    Stan's Avatar
    Join Date
    Apr 2016
    Posts
    376
    Thanks given
    110
    Thanks received
    394
    Rep Power
    521
    Update: Also able to dump npc drop definitions now from the OSRS Wiki! Hit me up if you need it
    Reply With Quote  
     

  11. Thankful users:


  12. #9  
    SOLUTIONS118 FOREVER

    Shaqattack118's Avatar
    Join Date
    Feb 2013
    Posts
    873
    Thanks given
    1,433
    Thanks received
    434
    Rep Power
    120
    add me on skype: shaqueim2

    There is no substitute for hard work. - Thomas A. Edison

    Attached image


    Vouches : 160
    Reply With Quote  
     

  13. #10  
    Irathient Developer

    mr selby's Avatar
    Join Date
    May 2011
    Age
    28
    Posts
    1,183
    Thanks given
    95
    Thanks received
    166
    Rep Power
    97
    add my skype: mr_selby
    Reply With Quote  
     

Page 1 of 8 123 ... LastLast

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. Looking for OSRS 118 Dump service
    By Topz in forum Services
    Replies: 5
    Last Post: 07-28-2016, 11:23 PM
  2. Replies: 79
    Last Post: 03-27-2016, 05:43 AM
  3. How can i dump OSRS Data for server side
    By Bubble-Gum in forum Help
    Replies: 3
    Last Post: 01-03-2016, 11:41 PM
  4. Replies: 6
    Last Post: 11-19-2015, 07:32 PM
  5. Npc Data or Dump
    By Slay No More in forum Requests
    Replies: 0
    Last Post: 09-01-2009, 08:31 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •