Thread: osrs -> rs2 npcid

Results 1 to 8 of 8
  1. #1 osrs -> rs2 npcid 
    Community Veteran

    mige5's Avatar
    Join Date
    Aug 2008
    Posts
    5,528
    Thanks given
    573
    Thanks received
    1,410
    Rep Power
    2114
    Hey

    Just started wondering if any1 yet made a tool to compare osrs npc defs with something like #474 npc defs to create list for osrs_npc_id -> rs2_npc_id

    Or is that something I need to do myself? (just would save me some time if that already exists)

    EDIT: while waiting thought about atleast starting my own tool as shouldnt be too much work, seems it cant always find perfect result, but not sure if it matters at that point which one u pick.
    Code:
    rs2:osrs
    0:1140
    1:1141
    2:1142
    3:1143
    4:1146
    5:1147
    6:1152
    7:1153
    8:1159
    9:1252,1294
    10:-1
    EDIT: Got the tool done, I think, also while doing this learned that osrs is shuffling the npc ids around from time to time. (but they dont seem to mix all ids everytime, so would need to get the spawn data and npc data from same build for correct results)

    Currently havent found npc spawns and npc def for osrs that perfectly match so getting mixed results:

    a lot is right:
    Attached image

    but also a lot is wrong:
    Attached image
    Last edited by mige5; 02-19-2023 at 07:39 AM.
    Number of page #1 releases with most views & posts: (Updated: 2023)
    RS2 server section: 1
    RS2 client section: 2
    Reply With Quote  
     

  2. Thankful user:


  3. #2  
    Registered Member
    Tyluur's Avatar
    Join Date
    Jun 2010
    Age
    26
    Posts
    5,103
    Thanks given
    1,818
    Thanks received
    1,767
    Rep Power
    2438
    I personally haven't seen such a tool, although I do believe it would be a useful one to have, given that OSRS has scrambled/offset npc ids recently.
    Perhaps the best way to compile this would be with multiple markers for npc definitions [model information, id, name, options, etc], so you can be close to certain about the mappings?
    Quote Originally Posted by blakeman8192 View Post
    Keep trying. Quitting is the only true failure.
    Spoiler for skrrrrr:

    Attached image
    Reply With Quote  
     

  4. #3  
    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 Tyluur View Post
    I personally haven't seen such a tool, although I do believe it would be a useful one to have, given that OSRS has scrambled/offset npc ids recently.
    Perhaps the best way to compile this would be with multiple markers for npc definitions [model information, id, name, options, etc], so you can be close to certain about the mappings?
    ye learned that while writing the tool myself that the npc ids keep changing. - Too bad the npc spawn list I have do not seem to have version info.
    Number of page #1 releases with most views & posts: (Updated: 2023)
    RS2 server section: 1
    RS2 client section: 2
    Reply With Quote  
     

  5. #4  
    Registered Member
    Join Date
    Mar 2017
    Posts
    45
    Thanks given
    1
    Thanks received
    21
    Rep Power
    34
    I was planning on making one as well but same id rather save the time if someone else already created one
    Reply With Quote  
     

  6. #5  
    Registered Member Glabay's Avatar
    Join Date
    Jul 2008
    Age
    33
    Posts
    1,301
    Thanks given
    261
    Thanks received
    105
    Rep Power
    595
    This is something I'm working on as a part of The Runiverse, a Discord Bot that will have a slash command to search for an NPC by name or prefix a reversion and provide an ID, to get an embed with the ID's of that NPC on the different revisions (OSRS, RS2, RS3) same for Objects, and Items it'll be a tool/bot for RSPS Developers to make life easier
    PI * 13.37 = 42
    Attached image
    Attached image
    Reply With Quote  
     

  7. #6  
    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 Glabay View Post
    This is something I'm working on as a part of The Runiverse, a Discord Bot that will have a slash command to search for an NPC by name or prefix a reversion and provide an ID, to get an embed with the ID's of that NPC on the different revisions (OSRS, RS2, RS3) same for Objects, and Items it'll be a tool/bot for RSPS Developers to make life easier
    I have now tried this with multiple revisions, but sadly cant really be perfectly automated due to npcs have had name, lvl and other changes done to them on osrs and also doesnt help that they keep shuffling the ids in osrs. - Sure u can get a lot of them fine, but also there will be lots of issues.
    Number of page #1 releases with most views & posts: (Updated: 2023)
    RS2 server section: 1
    RS2 client section: 2
    Reply With Quote  
     

  8. Thankful user:


  9. #7  
    Registered Member

    Join Date
    Sep 2009
    Posts
    1,919
    Thanks given
    479
    Thanks received
    1,687
    Rep Power
    1262
    Quote Originally Posted by mige5 View Post
    I have now tried this with multiple revisions, but sadly cant really be perfectly automated due to npcs have had name, lvl and other changes done to them on osrs and also doesnt help that they keep shuffling the ids in osrs. - Sure u can get a lot of them fine, but also there will be lots of issues.
    Runelite has a tool that does something like that, but yes you likely will have to manually do it. The good news is that you can probably filter things down simply with just names. I think it's worth just doing it manually, there have been too many times I wanted to automate something and it was just easier and quicker to do it myself rather than deal with all the edge cases and inconsistency.
    Attached image
    Reply With Quote  
     

  10. #8  
    Registered Member Glabay's Avatar
    Join Date
    Jul 2008
    Age
    33
    Posts
    1,301
    Thanks given
    261
    Thanks received
    105
    Rep Power
    595
    Quote Originally Posted by mige5 View Post
    I have now tried this with multiple revisions, but sadly cant really be perfectly automated due to npcs have had name, lvl and other changes done to them on osrs and also doesnt help that they keep shuffling the ids in osrs. - Sure u can get a lot of them fine, but also there will be lots of issues.
    Now with the multiple resources out there with the public archives, and community-driven archives, my plan, in a nutshell, would be if you passed in just an ID or a name, it will default to OSRS (because I'm more of a fan of OSRS than RS3) otherwise use the specified one as the "base search" but using the available lists grab the data for the 3 options, and then present them. I'm not gonna get too into it on here, but if you wanna DM me on Discord I'm an open book.
    PI * 13.37 = 42
    Attached image
    Attached image
    Reply With Quote  
     


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. Free or non, buying RSPS RUSE OSRS or RS2
    By Warnen in forum Buying
    Replies: 0
    Last Post: 02-21-2022, 02:50 PM
  2. Replies: 156
    Last Post: 08-09-2020, 01:50 AM
  3. Medieval Realm - Mixed OSRS / RS2 Content
    By Six Echo in forum Advertise
    Replies: 39
    Last Post: 11-26-2017, 04:19 PM
  4. Cleaner Interface Drawing (OSRS,RS2) Any size
    By Christian_ in forum Show-off
    Replies: 17
    Last Post: 02-24-2017, 03:30 AM
  5. Replies: 22
    Last Post: 11-15-2016, 04:50 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
  •