Thread: drop an item and it dissapears?

Results 1 to 3 of 3
  1. #1 drop an item and it dissapears? 
    Registered Member
    Join Date
    Dec 2010
    Age
    32
    Posts
    603
    Thanks given
    96
    Thanks received
    43
    Rep Power
    59
    hi i have a pi source and recently did a eco reset
    now that that is done i feel i can enable dropping items for players
    however i cant figure out how to do it

    in config.java admin_drop_item is true

    so what else could it be?
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Mar 2010
    Posts
    121
    Thanks given
    12
    Thanks received
    9
    Rep Power
    24
    Quote Originally Posted by Ta1nt3d View Post
    hi i have a pi source and recently did a eco reset
    now that that is done i feel i can enable dropping items for players
    however i cant figure out how to do it

    in config.java admin_drop_item is true

    so what else could it be?
    Did you recompile?
    Reply With Quote  
     

  3. #3  
    Registered Member

    Join Date
    Mar 2011
    Posts
    1,226
    Thanks given
    245
    Thanks received
    475
    Rep Power
    294
    go to dropItem.java
    search for this:
    //Server.itemHandler.createGroundItem(c, itemId, c.getX(), c.getY(), c.playerItemsN[slot], c.getId());

    Remove the //

    And under that you should see:
    c.getItems().deleteItem(itemId, slot, c.playerItemsN[slot]);
    make it like this
    //c.getItems().deleteItem(itemId, slot, c.playerItemsN[slot]);

    save and compile
    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: 0
    Last Post: 01-18-2011, 03:42 AM
  2. Pvp drop using item.cfg
    By PrataKosong in forum Help
    Replies: 2
    Last Post: 08-09-2010, 04:54 PM
  3. [PI] Item drop help
    By PaNiiC Joe in forum Help
    Replies: 12
    Last Post: 06-02-2010, 02:52 PM
  4. Drop Item 554
    By PrataKosong in forum Help
    Replies: 8
    Last Post: 08-30-2009, 11:33 AM
  5. 525 drop item, equip item streams
    By †blood_eye† in forum Requests
    Replies: 0
    Last Post: 08-11-2009, 11:27 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
  •