Thread: [OSBot] OSRS Animation Dumper

Results 1 to 7 of 7
  1. #1 [OSBot] OSRS Animation Dumper 
    Ex Rune-Scaper

    Join Date
    Jun 2008
    Posts
    3,534
    Thanks given
    457
    Thanks received
    1,257
    Rep Power
    990
    This is a script for OSBot I made to easily retrieve and map out npc animations.

    Features
    • Repopulates the list on start
    • No duplicates
    • Name, npc ids and animation ids are all sorted
    • Maps all npcs in your viewport performing animations
    • Maps multiple npcs to the same animations
    • Most of the animations are either attack, block or death (not in a specific order)
    • 100% accurate


    How it works
    Grabs the animations of npcs in your viewport and maps them. If there's other npcs with the same name (e.g baby dragon (green)) it will map all the other ids to the same animations. Most npcs have several models which results in having different ids however they can still perform those same animations.

    Example of what it will look like
    Code:
    npc=Barbarian[3055, 3057, 3058, 3059, 3060, 3061, 3062, 3064, 3067, 3068, 3069, 3070, 3071, 3072]
    anim=[425, 426, 836, 2067, 3238]
    
    npc=Chicken[2692, 2693]
    anim=[5387, 5388, 5389]
    
    npc=Cow[2805, 2806, 2808]
    anim=[5849, 5850, 5851, 5854]
    
    npc=Cow calf[2807, 2809]
    anim=[5849, 5850, 5851, 5854]
    
    npc=Cuffs[3279]
    anim=[425, 836]
    
    npc=Dwarf[290, 1403]
    anim=[99, 100, 102]
    
    npc=Goblin[3029, 3030, 3031, 3032, 3033, 3034, 3035, 3036, 3073, 3074]
    anim=[6182, 6183, 6184, 6188, 6189, 6190]
    
    npc=Guard[3010, 3011, 3245, 3269, 3271, 3272]
    anim=[386, 388, 395, 397, 401, 403, 425, 426, 836, 6488, 6489, 6490]
    
    npc=Gunthor the brave[299]
    anim=[395, 398, 836]
    
    npc=Knight of Ardougne[3108]
    anim=[388, 390]
    
    npc=Man[3078, 3079, 3080]
    anim=[422, 425, 836]
    
    npc=Narf[3280]
    anim=[422, 425, 836]
    
    npc=Rat[2854]
    anim=[2707]
    
    npc=Rusty[3281]
    anim=[425, 836]
    
    npc=Scorpion[3024]
    anim=[6254, 6255, 6256]
    
    npc=Town crier[278, 279]
    anim=[6863]
    
    npc=Unicorn[2837]
    anim=[6375, 6376, 6377]
    How to use
    1. Download OSBot
    2. Run it, login with your account.
    3. Put NpcAnimationDumper.jar in home.dir\OSBot\Scripts
    4. Run the script
    5. Settings -> Make sure Disable Input is not checked
    6. Run around RuneScape, attack npcs to make them show the animations or if theres other nearby players you can walk up to them and if they are attacking the npcs you will grab their animations.
    7. Stop the script
    8. home.dir\OSBot\Data\npc_anims.txt is where the animation dump is located.

    Note: If you want to complete your lists faster you can copy and paste other peoples dump and put them in npc_anims.txt, the script will remove the duplicates for you so you will have your list and theirs.

    Download
    https://www.mediafire.com/file/pc7c2...tionDumper.jar
    Attached image
    Reply With Quote  
     


  2. #2  
    Banned

    Join Date
    Oct 2012
    Posts
    4,710
    Thanks given
    1,679
    Thanks received
    1,105
    Rep Power
    0
    Thanks bro.
    Reply With Quote  
     

  3. #3  
    Registered Member

    Join Date
    Jan 2015
    Posts
    313
    Thanks given
    64
    Thanks received
    166
    Rep Power
    186
    gj pal
    Reply With Quote  
     

  4. #4  
    Ex Rune-Scaper

    Join Date
    Jun 2008
    Posts
    3,534
    Thanks given
    457
    Thanks received
    1,257
    Rep Power
    990
    Quote Originally Posted by Sa1adin View Post
    gj pal
    Quote Originally Posted by _Patrick_ View Post
    Thanks bro.
    Thanks guys, one thing thats really cool about this. Is that if everyone dumps the anims you can copy and paste each others dumps to complete your list. The script will combine both lists and remove any duplicates.

    Person1
    Code:
    npc=Goblin[3073, 3074]
    anim=[6188, 6189, 6190]
    
    npc=Guard[3010, 3011, 3269, 3271, 3272]
    anim=[386, 388, 395, 397, 425, 426, 836, 6488, 6489, 6490]
    
    npc=Gunthor the brave[299]
    anim=[395, 398, 836]
    
    npc=Narf[3280]
    anim=[422, 425, 836]
    
    npc=Rusty[3281]
    anim=[425, 836]
    
    npc=Town crier[278]
    anim=[6863]
    
    npc=Unicorn[2837]
    anim=[6375, 6376, 6377]
    Person2
    Code:
    npc=Barbarian[3055, 3057, 3058, 3059, 3060, 3061, 3062, 3064, 3067, 3068, 3069, 3070, 3071, 3072]
    anim=[425, 426, 836, 2067, 3238]
    
    npc=Chicken[2692, 2693]
    anim=[5387, 5388, 5389]
    
    npc=Cow[2805, 2806, 2808]
    anim=[5849, 5850, 5851, 5854]
    
    npc=Cow calf[2807, 2809]
    anim=[5849, 5850, 5851, 5854]
    
    npc=Cuffs[3279]
    anim=[425, 836]
    
    npc=Dwarf[290, 1403]
    anim=[99, 100, 102]
    
    npc=Goblin[3029, 3030, 3031, 3032, 3033, 3034, 3035, 3036, 3073, 3074]
    anim=[6182, 6183, 6184, 6188, 6189, 6190]
    
    npc=Guard[3010, 3011, 3245, 3269, 3271, 3272]
    anim=[386, 388, 395, 397, 401, 403, 425, 426, 836, 6488, 6489, 6490]
    
    npc=Gunthor the brave[299]
    anim=[395, 398, 836]
    
    npc=Knight of Ardougne[3108]
    anim=[388, 390]
    
    npc=Man[3078, 3079, 3080]
    anim=[422, 425, 836]
    
    npc=Narf[3280]
    anim=[422, 425, 836]
    
    npc=Rat[2854]
    anim=[2707]
    
    npc=Rusty[3281]
    anim=[425, 836]
    
    npc=Scorpion[3024]
    anim=[6254, 6255, 6256]
    
    npc=Town crier[278, 279]
    anim=[6863]
    
    npc=Unicorn[2837]
    anim=[6375, 6376, 6377]
    Even if they contain duplicates like this the script will output them with no duplicates

    Result
    Code:
    npc=Barbarian[3055, 3057, 3058, 3059, 3060, 3061, 3062, 3064, 3067, 3068, 3069, 3070, 3071, 3072]
    anim=[425, 426, 836, 2067, 3238]
    
    npc=Chicken[2692, 2693]
    anim=[5387, 5388, 5389]
    
    npc=Cow[2805, 2806, 2808]
    anim=[5849, 5850, 5851, 5854]
    
    npc=Cow calf[2807, 2809]
    anim=[5849, 5850, 5851, 5854]
    
    npc=Cuffs[3279]
    anim=[425, 836]
    
    npc=Dwarf[290, 1403]
    anim=[99, 100, 102]
    
    npc=Goblin[3029, 3030, 3031, 3032, 3033, 3034, 3035, 3036, 3073, 3074]
    anim=[6182, 6183, 6184, 6188, 6189, 6190]
    
    npc=Guard[3010, 3011, 3245, 3269, 3271, 3272]
    anim=[386, 388, 395, 397, 401, 403, 425, 426, 836, 6488, 6489, 6490]
    
    npc=Gunthor the brave[299]
    anim=[395, 398, 836]
    
    npc=Knight of Ardougne[3108]
    anim=[388, 390]
    
    npc=Man[3078, 3079, 3080]
    anim=[422, 425, 836]
    
    npc=Narf[3280]
    anim=[422, 425, 836]
    
    npc=Rat[2854]
    anim=[2707]
    
    npc=Rusty[3281]
    anim=[425, 836]
    
    npc=Scorpion[3024]
    anim=[6254, 6255, 6256]
    
    npc=Town crier[278, 279]
    anim=[6863]
    
    npc=Unicorn[2837]
    anim=[6375, 6376, 6377]
    Attached image
    Reply With Quote  
     

  5. Thankful user:


  6. #5  
    Registered Member

    Join Date
    Feb 2013
    Posts
    1,682
    Thanks given
    401
    Thanks received
    402
    Rep Power
    446
    This is so useful. Will definitely save a lot of time to many people.

    Thanks nsh.
    Reply With Quote  
     

  7. #6  
    Extreme Donator

    Join Date
    Apr 2015
    Posts
    369
    Thanks given
    215
    Thanks received
    79
    Rep Power
    74
    awesome, think you can add support to GFX ? that would be amazing. save us endless amounts of time looking for the gfx
    Reply With Quote  
     

  8. Thankful user:


  9. #7  
    Developer

    Holy Symbol's Avatar
    Join Date
    Dec 2011
    Age
    25
    Posts
    1,763
    Thanks given
    1,093
    Thanks received
    239
    Rep Power
    365
    Interesting, well done
    Spoiler for big sig:


    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. [OSRS] Virtue Introduces FrizBot - OSRS xTEA Dumper
    By Frosty Teh Snowman in forum Downloads
    Replies: 31
    Last Post: 10-23-2015, 12:43 PM
  2. osrs anim and gfx request
    By _Patrick_ in forum Requests
    Replies: 1
    Last Post: 07-31-2015, 04:24 AM
  3. OSRS animations/gfx
    By Opacity in forum Help
    Replies: 7
    Last Post: 07-06-2015, 12:31 AM
  4. OSRS Animations (Good pay)
    By Azuline in forum Selling
    Replies: 9
    Last Post: 05-16-2015, 01:47 PM
  5. [REQ] OSRS Cache Dumper / Data
    By Ash Ketchum in forum Requests
    Replies: 4
    Last Post: 03-04-2015, 07:20 PM
Tags for this Thread

View Tag Cloud

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