Thread: npc dropping

Results 1 to 2 of 2
  1. #1 npc dropping 
    Registered Member
    Join Date
    Jan 2015
    Posts
    58
    Thanks given
    1
    Thanks received
    2
    Rep Power
    11
    how would I make it so a certain drop is never dropped instead of going through the drop editor and manually removing it for every npc?
    Reply With Quote  
     

  2. #2  
    Registered Member
    hc747's Avatar
    Join Date
    Dec 2013
    Age
    26
    Posts
    1,474
    Thanks given
    3,312
    Thanks received
    691
    Rep Power
    1098
    UnpackedDrops.txt in /data/npcs or in the senddrop method of NPC.java,
    Code:
    if (itemId == itemIdThatYouDon'tWantToDrop)
    continue;
    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. Adding NPC Drop's
    By newservermaker in forum Tutorials
    Replies: 4
    Last Post: 03-26-2008, 07:02 PM
  2. FULLY understand Npc drops
    By Kurt in forum Tutorials
    Replies: 11
    Last Post: 03-26-2008, 06:53 PM
  3. NPC Drops (not cfg)
    By Shamon King in forum Tutorials
    Replies: 20
    Last Post: 03-26-2008, 06:23 PM
  4. adding npc drops (the real noob way)
    By fabjan in forum Tutorials
    Replies: 9
    Last Post: 10-26-2007, 01:41 PM
  5. Npc drops change when...
    By Frozen in forum Tutorials
    Replies: 7
    Last Post: 09-30-2007, 04:05 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
  •