Thread: [317] Keeping Certain of items!!!

Results 1 to 4 of 4
  1. #1 [317] Keeping Certain of items!!! 
    Registered Member
    Join Date
    Jul 2013
    Posts
    150
    Thanks given
    3
    Thanks received
    4
    Rep Power
    13
    Hello, I've been trying to make some items not loseable/tradeable
    But i've no idea what to do..
    Could anyone help me out? Thanks.

    Myrchivvon.
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    May 2014
    Posts
    27
    Thanks given
    2
    Thanks received
    1
    Rep Power
    11
    Quote Originally Posted by MyrChivvon View Post
    Hello, I've been trying to make some items not loseable/tradeable
    But i've no idea what to do..
    Could anyone help me out? Thanks.

    Myrchivvon.
    add me skype: obby.xx
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Jan 2014
    Posts
    813
    Thanks given
    69
    Thanks received
    47
    Rep Power
    9
    Could be in your config.java class
    Reply With Quote  
     

  4. #4  
    Extreme Donator

    Assist's Avatar
    Join Date
    Feb 2012
    Posts
    592
    Thanks given
    46
    Thanks received
    46
    Rep Power
    102
    Config.java

    Find
    Code:
    public static final int[] UNDROPPABLE_ITEMS
    Add item id's like such:
    Code:
    public static final int[] UNDROPPABLE_ITEMS 	= 	{1,2,3,4,5,6,7,8,9,10}; // what items can't be dropped
    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: 9
    Last Post: 08-01-2012, 07:57 AM
  2. Replies: 2
    Last Post: 05-06-2012, 10:40 AM
  3. Keep certain Items on death.
    By Bluntarific in forum Help
    Replies: 1
    Last Post: 07-18-2011, 03:02 AM
  4. Replies: 17
    Last Post: 12-09-2010, 06:03 PM
  5. Keeping certain items on death[DELTA]
    By L E G A C Y in forum Help
    Replies: 4
    Last Post: 06-19-2009, 09:17 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
  •