Thread: Item spawn dump

Page 1 of 3 123 LastLast
Results 1 to 10 of 26
  1. #1 Item spawn dump 
    Registered Member Rojeh's Avatar
    Join Date
    Jun 2012
    Posts
    353
    Thanks given
    7
    Thanks received
    20
    Rep Power
    75
    Hello, I hope you are all doing well!

    This was requested by mige5
    The dump contains items from the following page Item spawn - OSRS Wiki

    Google drive download link:
    https://drive.google.com/file/d/1Bnx...usp=share_link

    I did make use of the following API https://oldschool.runescape.wiki/api...mpdgroups=pins (Suggested by joris)

    I did not test this configuration as I am not running any server, let me know if errors has been made so I can correct them.
    You are also welcome to check and confirm the information provided by this dump

    If this is the wrong section, you may move it of course
    Last edited by Rojeh; 03-19-2023 at 12:07 PM. Reason: Deleted mirrors
    • If it been done before you can do it too!
    • We're all humans, built from the same resources by different layouts and schemes.
    • Nobody is perfect, everyone has their own defects and disabilities.
    • Choose to be kind, not because you have to but because you understand how it feels to be treated bad.
    • Be against racism regardless of how you were raised because nobody loves feeling odd and not belonging.
      If any of the above inspires you make sure to pass it on
    Reply With Quote  
     

  2. Thankful users:


  3. #2  
    Community Veteran

    mige5's Avatar
    Join Date
    Aug 2008
    Posts
    5,528
    Thanks given
    573
    Thanks received
    1,410
    Rep Power
    2114
    Hey can u include the quantity (probably need to separate the different spawn points to do that)? - currently it only has the item name and spawn pos. (if theres respawn time info include that too, though I didnt see that in the api)
    Last edited by mige5; 02-26-2023 at 04:25 PM.
    Number of page #1 releases with most views & posts: (Updated: 2023)
    RS2 server section: 1
    RS2 client section: 2
    Reply With Quote  
     

  4. #3  
    Registered Member Rojeh's Avatar
    Join Date
    Jun 2012
    Posts
    353
    Thanks given
    7
    Thanks received
    20
    Rep Power
    75
    Quote Originally Posted by mige5 View Post
    Hey can u include the quantity (probably need to separate the different spawn points to do that)? - currently it only has the item name and spawn pos. (if theres respawn time info include that too, though I didnt see that in the api)
    You are right I missed the quantity field, I did add it now and reorganized the file.
    I don't see the respawn time configuration either but I will look more in the documentation of the API and add that as well if I do find anything.

    The file on google drive has been updated
    • If it been done before you can do it too!
    • We're all humans, built from the same resources by different layouts and schemes.
    • Nobody is perfect, everyone has their own defects and disabilities.
    • Choose to be kind, not because you have to but because you understand how it feels to be treated bad.
    • Be against racism regardless of how you were raised because nobody loves feeling odd and not belonging.
      If any of the above inspires you make sure to pass it on
    Reply With Quote  
     

  5. Thankful user:


  6. #4  
    Registered Member
    Tyluur's Avatar
    Join Date
    Jun 2010
    Age
    26
    Posts
    5,103
    Thanks given
    1,819
    Thanks received
    1,767
    Rep Power
    2438
    Quote Originally Posted by Rojeh View Post
    You are right I missed the quantity field, I did add it now and reorganized the file.
    I don't see the respawn time configuration either but I will look more in the documentation of the API and add that as well if I do find anything.

    The file on google drive has been updated
    Good work, I took the liberty of uploading this to GitHub Gists incase your drive ever goes offline.

    See @ [OSRS] Item spawn dump GitHub.
    Quote Originally Posted by blakeman8192 View Post
    Keep trying. Quitting is the only true failure.
    Spoiler for skrrrrr:

    Attached image
    Reply With Quote  
     

  7. #5  
    Registered Member Rojeh's Avatar
    Join Date
    Jun 2012
    Posts
    353
    Thanks given
    7
    Thanks received
    20
    Rep Power
    75
    Quote Originally Posted by Tyluur View Post
    Good work, I took the liberty of uploading this to GitHub Gists incase your drive ever goes offline.

    See @ [OSRS] Item spawn dump GitHub.
    Thank you, no problem I added your link as a mirror.
    • If it been done before you can do it too!
    • We're all humans, built from the same resources by different layouts and schemes.
    • Nobody is perfect, everyone has their own defects and disabilities.
    • Choose to be kind, not because you have to but because you understand how it feels to be treated bad.
    • Be against racism regardless of how you were raised because nobody loves feeling odd and not belonging.
      If any of the above inspires you make sure to pass it on
    Reply With Quote  
     

  8. #6  
    Community Veteran

    mige5's Avatar
    Join Date
    Aug 2008
    Posts
    5,528
    Thanks given
    573
    Thanks received
    1,410
    Rep Power
    2114
    Hey noticed that on ur list u have: "Attack_potion"

    When it should be:
    "Attack_potion(1)"

    U able to fix that? (that was just 1 example, there might be more like this)

    EDIT: another issue:

    Corsair Cove Resource Area - OSRS Wiki

    You have 2 spawns here:
    Code:
    "Corsair_Cove_Resource_Area": [
        {
          "x": 2037,
          "y": 8980,
          "z": 0,
          "quantity": 1
        },
        {
          "x": 1965,
          "y": 9082,
          "z": 0,
          "quantity": 1
        }
      ],
    When it should actually be 2 different items with spawns: 4 x bread spawns; 5 x gold bar spawns, so u need to get the item names from the data like quantity and not from links.

    I guess if u want to minimize the work needed u could just add the itemname in there and be done with it:
    Code:
    "x": 1965,
    "y": 9082,
    "z": 0,
    "quantity": 1
    "name": itemName
    EDIT: dunno how u obtained that data, but the proper data seems to be there: https://oldschool.runescape.wiki/api...mpdgroups=pins
    Last edited by mige5; 03-04-2023 at 01:04 PM.
    Number of page #1 releases with most views & posts: (Updated: 2023)
    RS2 server section: 1
    RS2 client section: 2
    Reply With Quote  
     

  9. #7  
    Registered Member Rojeh's Avatar
    Join Date
    Jun 2012
    Posts
    353
    Thanks given
    7
    Thanks received
    20
    Rep Power
    75
    Quote Originally Posted by mige5 View Post
    Hey noticed that on ur list u have: "Attack_potion"

    When it should be:
    "Attack_potion(1)"

    U able to fix that? (that was just 1 example, there might be more like this)

    EDIT: another issue:

    Corsair Cove Resource Area - OSRS Wiki

    You have 2 spawns here:
    Code:
    "Corsair_Cove_Resource_Area": [
        {
          "x": 2037,
          "y": 8980,
          "z": 0,
          "quantity": 1
        },
        {
          "x": 1965,
          "y": 9082,
          "z": 0,
          "quantity": 1
        }
      ],
    When it should actually be 2 different items with spawns: 4 x bread spawns; 5 x gold bar spawns, so u need to get the item names from the data like quantity and not from links.

    I guess if u want to minimize the work needed u could just add the itemname in there and be done with it:
    Code:
    "x": 1965,
    "y": 9082,
    "z": 0,
    "quantity": 1
    "name": itemName
    EDIT: dunno how u obtained that data, but the proper data seems to be there: https://oldschool.runescape.wiki/api...mpdgroups=pins
    Thank you for the examples provided, it will help with checking if other spawns have similar structure.
    Correct me if I am wrong, the quantity in your example is 4 bread and 5 gold bar but they come with different spawn positions very close to each other unlike the rest of the item spawns in general
    • If it been done before you can do it too!
    • We're all humans, built from the same resources by different layouts and schemes.
    • Nobody is perfect, everyone has their own defects and disabilities.
    • Choose to be kind, not because you have to but because you understand how it feels to be treated bad.
    • Be against racism regardless of how you were raised because nobody loves feeling odd and not belonging.
      If any of the above inspires you make sure to pass it on
    Reply With Quote  
     

  10. #8  
    Community Veteran

    mige5's Avatar
    Join Date
    Aug 2008
    Posts
    5,528
    Thanks given
    573
    Thanks received
    1,410
    Rep Power
    2114
    Quote Originally Posted by Rojeh View Post
    Thank you for the examples provided, it will help with checking if other spawns have similar structure.
    Correct me if I am wrong, the quantity in your example is 4 bread and 5 gold bar but they come with different spawn positions very close to each other unlike the rest of the item spawns in general
    Yes the spawn positions are different:
    Attached image
    Attached image
    Number of page #1 releases with most views & posts: (Updated: 2023)
    RS2 server section: 1
    RS2 client section: 2
    Reply With Quote  
     

  11. #9  
    Registered Member Rojeh's Avatar
    Join Date
    Jun 2012
    Posts
    353
    Thanks given
    7
    Thanks received
    20
    Rep Power
    75
    Quote Originally Posted by mige5 View Post
    Yes the spawn positions are different
    Following your suggestions I did some twisting and have updated the json file on google drive, let me know if there is anything else.
    Last edited by Rojeh; 03-07-2023 at 08:45 PM.
    • If it been done before you can do it too!
    • We're all humans, built from the same resources by different layouts and schemes.
    • Nobody is perfect, everyone has their own defects and disabilities.
    • Choose to be kind, not because you have to but because you understand how it feels to be treated bad.
    • Be against racism regardless of how you were raised because nobody loves feeling odd and not belonging.
      If any of the above inspires you make sure to pass it on
    Reply With Quote  
     

  12. #10  
    Community Veteran

    mige5's Avatar
    Join Date
    Aug 2008
    Posts
    5,528
    Thanks given
    573
    Thanks received
    1,410
    Rep Power
    2114
    Quote Originally Posted by Rojeh View Post
    Following your suggestions I did some twisting and have updated the json file on google drive, let me know if there is anything else.



    I thought I do let you know there been an update to the file, you may update your gist as well if you like
    Hey can u do bit of debugging?

    Here: Bread - OSRS Wiki - theres 5 spawns for bread, but on ur file theres 9. (so wondering where could it be grabbing more of them)
    Attached image

    also checked gold bar: Gold bar - OSRS Wiki - it has total of 7 spawns, and so does ur file. (so that seems to work correctly)
    Attached image
    Number of page #1 releases with most views & posts: (Updated: 2023)
    RS2 server section: 1
    RS2 client section: 2
    Reply With Quote  
     

Page 1 of 3 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. king-client (item spawning)
    By Rune-energy in forum Downloads
    Replies: 16
    Last Post: 06-18-2008, 11:04 AM
  2. Securing Item Spawning
    By darkest_mage in forum Tutorials
    Replies: 0
    Last Post: 09-16-2007, 07:34 AM
  3. adding item spawns my way
    By luke1105 in forum Tutorials
    Replies: 1
    Last Post: 09-08-2007, 03:45 PM
  4. ~-~-~ Item Recolor Dump ~-~-~
    By MrWicked in forum Tutorials
    Replies: 18
    Last Post: 09-01-2007, 03:41 AM
  5. making items spawn on ground
    By messiaH in forum Tutorials
    Replies: 4
    Last Post: 05-18-2007, 04:12 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
  •