Thread: How do I change NPC drops on 718?

Results 1 to 7 of 7
  1. #1 How do I change NPC drops on 718? 
    Registered Member
    Join Date
    Apr 2016
    Posts
    8
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    Hello, how do I change what items are dropped on a 718 rsps?

    Note: I don't have a drop editor, and I dont have NPCDrops.tsm. Although for example a regular man drops only bones. Where is the file for NPC drops? and How would I change or add drops?


    Your help is very much appreciated.
    Reply With Quote  
     

  2. #2  
    Ask me how I'm doing

    .NF.'s Avatar
    Join Date
    Aug 2015
    Age
    30
    Posts
    2,174
    Thanks given
    293
    Thanks received
    619
    Rep Power
    567
    Source folder>Data>Json>Drops? That's where mine is.. just look in your source it's in there somewhere.
    Attached image
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    May 2012
    Posts
    286
    Thanks given
    7
    Thanks received
    49
    Rep Power
    25
    Most (of which i've seen but that's not many) 718s have them in a data -> npcs -> packedDrops.d

    You'll need a drop editor to edit that though. You can use mine. Or just use any of the ones released (there are quite a few (obviously mine is the best (jk))).
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Apr 2016
    Posts
    8
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    Quote Originally Posted by juuuuu View Post
    Most (of which i've seen but that's not many) 718s have them in a data -> npcs -> packedDrops.d

    You'll need a drop editor to edit that though. You can use mine. Or just use any of the ones released (there are quite a few (obviously mine is the best (jk))).
    Your drop editor looks good, but I got an error and can't run it


    here is my error.......

    "Could Not Find or Load Main Class"


    I followed your steps in your post #8 of your thread found here



    Here is the steps I did.

    1. I downloaded your file

    2. I extracted the dropEditor zip to src.com.rs.tools.dropEditor.dropEditor

    3. I made a batch file called Run dropEditor (with code below)

    Code:
     @echo off
    title NPC Drops editor
    echo Launching npc drops editor
    "java.exe" -cp bin;lib/FileStore.jar src.com.rs.tools.dropEditor.dropEditor.NPCDropsEditor
    pause
    exit
    4. I ran the batch file and got the error.


    Note: I added src infront of com in the code above, since it is located in the "src" folder
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    May 2012
    Posts
    286
    Thanks given
    7
    Thanks received
    49
    Rep Power
    25
    Code:
    dropEditor.dropEditor
    why twice? Doesn't affect the result tho
    Edit ofc it does i'm an idiot tho. Move it one dropEditor folder back cuz else it wont compile as the package is wrong

    You can't add the src to it because the path you are specifying is the package path from your classpath root, which is specified with -cp bin; -> the root is bin folder,
    so just leave the src. out. What you need to do is compile the NPCDRopsEditor, basically just compile your source as it should have the tools folder included. You can check that it's been compiled by going to (from your server folder) bin/com/rs/tools/dropEditor/dropEditor/ and you should see the class files
    Reply With Quote  
     

  6. #6  
    Registered Member
    Join Date
    Apr 2016
    Posts
    8
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    Quote Originally Posted by juuuuu View Post
    Code:
    dropEditor.dropEditor
    why twice? Doesn't affect the result tho
    Edit ofc it does i'm an idiot tho. Move it one dropEditor folder back cuz else it wont compile as the package is wrong

    You can't add the src to it because the path you are specifying is the package path from your classpath root, which is specified with -cp bin; -> the root is bin folder,
    so just leave the src. out. What you need to do is compile the NPCDRopsEditor, basically just compile your source as it should have the tools folder included. You can check that it's been compiled by going to (from your server folder) bin/com/rs/tools/dropEditor/dropEditor/ and you should see the class files
    Ok, I removed the other directory and just left it in src/com/rs/tools/dropEditor but here is my question for you......

    Should I....

    A) Put the the unzipped "dropEditor" folder in bin.com.rs.tools

    B) Leave the unzipped "dropEditor" folder in src.com.rs.tools
    Reply With Quote  
     

  7. #7  
    Registered Member
    Join Date
    May 2012
    Posts
    286
    Thanks given
    7
    Thanks received
    49
    Rep Power
    25
    Quote Originally Posted by carlm7 View Post
    Ok, I removed the other directory and just left it in src/com/rs/tools/dropEditor but here is my question for you......

    Should I....

    A) Put the the unzipped "dropEditor" folder in bin.com.rs.tools

    B) Leave the unzipped "dropEditor" folder in src.com.rs.tools
    leave it in src and compile your source. As the files in the zip are source files (.java) so they go to source
    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. Replies: 4
    Last Post: 10-24-2015, 06:46 AM
  2. How do I change NPC names in 718?
    By chewy099 in forum Help
    Replies: 6
    Last Post: 04-09-2014, 01:21 AM
  3. Replies: 3
    Last Post: 02-12-2014, 11:40 PM
  4. How to change npc area on 718?
    By Genetic in forum Help
    Replies: 10
    Last Post: 11-26-2012, 04:45 AM
  5. How Do I Change The Coords On A Npc
    By hell zone 1 in forum Tutorials
    Replies: 4
    Last Post: 08-08-2007, 08:14 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
  •