Thread: NPCdrops.tsm?

Results 1 to 8 of 8
  1. #1 NPCdrops.tsm? 
    RandomFTW

    Join Date
    Jul 2013
    Posts
    127
    Thanks given
    14
    Thanks received
    7
    Rep Power
    9
    I don't have that folder. Screenshot by Lightshot

    Where else can you edit the drop logs on monsters?
    Reply With Quote  
     

  2. #2  
    Registered Member
    hacker's Avatar
    Join Date
    Jun 2013
    Posts
    1,409
    Thanks given
    576
    Thanks received
    580
    Rep Power
    5000
    you should? go inside Data>cfg
    if not look for NPCDrops.java or w/e and open it then look for
    Code:
    	public void loadDrops() {
    and in there you should see
    Code:
    		File f = new File("./Data/cfg/NPCDrops.TSM");
    which tells u what file it reads drops from
    Attached image
    Reply With Quote  
     

  3. #3  
    RandomFTW

    Join Date
    Jul 2013
    Posts
    127
    Thanks given
    14
    Thanks received
    7
    Rep Power
    9
    Quote Originally Posted by Hacker View Post
    you should? go inside Data>cfg
    Already went there.
    Reply With Quote  
     

  4. #4  
    Registered Member
    hacker's Avatar
    Join Date
    Jun 2013
    Posts
    1,409
    Thanks given
    576
    Thanks received
    580
    Rep Power
    5000
    Quote Originally Posted by RandomFTW View Post
    Already went there.
    Edited my post
    Attached image
    Reply With Quote  
     

  5. #5  
    RandomFTW

    Join Date
    Jul 2013
    Posts
    127
    Thanks given
    14
    Thanks received
    7
    Rep Power
    9
    Quote Originally Posted by Hacker View Post
    you should? go inside Data>cfg
    if not look for NPCDrops.java or w/e and open it then look for
    Code:
    	public void loadDrops() {
    and in there you should see
    Code:
    		File f = new File("./Data/cfg/NPCDrops.TSM");
    which tells u what file it reads drops from
    There is no NPCDrops.java folder :O

    Here's what's in data > cfg tho: Screenshot by Lightshot
    Reply With Quote  
     

  6. #6  
    RandomFTW

    Join Date
    Jul 2013
    Posts
    127
    Thanks given
    14
    Thanks received
    7
    Rep Power
    9
    Quote Originally Posted by Giovanni View Post
    post how your drops are being loaded
    Uh what?
    Reply With Quote  
     

  7. #7  
    RandomFTW

    Join Date
    Jul 2013
    Posts
    127
    Thanks given
    14
    Thanks received
    7
    Rep Power
    9
    Quote Originally Posted by Giovanni View Post
    the source you leeched has probably a different handling for drops
    There are only 2 people with the source I own lol.
    Reply With Quote  
     

  8. #8  
    Registered Member
    hacker's Avatar
    Join Date
    Jun 2013
    Posts
    1,409
    Thanks given
    576
    Thanks received
    580
    Rep Power
    5000
    Search for
    Code:
    			Scanner s = new Scanner(f);
    or
    Code:
    	
    	public static HashMap<Integer, int[][]> normalDrops = new HashMap<Integer, int[][]>();
    the file that loads npc drops should be in ur npc folder..? same fodler as npchandler
    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. NPCDrops.TSM
    By notorious525 in forum Help
    Replies: 4
    Last Post: 04-25-2011, 05:39 PM
  2. [PI] NpcDrops.TSM
    By 0 v b0w v 0 in forum Help
    Replies: 4
    Last Post: 09-12-2010, 03:47 AM
  3. [£7] NPCDrops.TSM help.
    By S H O R T in forum Help
    Replies: 7
    Last Post: 08-30-2010, 05:40 PM
  4. Npcdrops.tsm error
    By Insane in forum Help
    Replies: 2
    Last Post: 08-15-2010, 11:14 PM
  5. [PI]Npcdrops.TSM
    By Fant in forum Help
    Replies: 4
    Last Post: 06-07-2010, 08:45 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
  •