Thread: Need Help!!!!

Results 1 to 6 of 6
  1. #1 Need Help!!!! 
    Registered Member
    Join Date
    Oct 2011
    Posts
    27
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    Okay so i cant drop items...

    before you say this source dowsnt have a 'dropitem.java' its in 'client.java'!

    Code:
    Code:
    }
    	public void dropItem(int droppedItem, int slot) {
    		// misc.printlnTag("droppeditem ["+playerItems[slot]+"] which is
    		// ["+(droppedItem+1)+"]");
    		boolean a = true;
    deleteitem(droppedItem, slot, playerItemsN[slot]);
    sM("Your item disappears into the ground...");

    anyone know what to do?
    Reply With Quote  
     

  2. #2  
    Gunner4Life Need Help!!!! Market Banned



    Join Date
    Jun 2011
    Posts
    2,357
    Thanks given
    132
    Thanks received
    667
    Rep Power
    648
    In my server in config.java there's a boolean saying " enable items dropping = true" or w/e but There are tutorials all around the forums feel free to use the "SEARCH" bar
    Reply With Quote  
     

  3. #3  
    Austin_
    Guest
    Moved to the correct section.
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Oct 2011
    Posts
    27
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    i need help on this what do i do if it is in 'client.java'????
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    Jun 2010
    Age
    29
    Posts
    891
    Thanks given
    22
    Thanks received
    47
    Rep Power
    0
    What are you even trying to do?
    hi
    Reply With Quote  
     

  6. #6  
    Registered Member
    Join Date
    Jun 2011
    Posts
    476
    Thanks given
    57
    Thanks received
    43
    Rep Power
    17
    You need to add something like this:

    Code:
    Server.itemHandler.createGroundItem(c, itemId, c.getX(), c.getY(), c.playerItemsN[slot], c.getId());
    Basicly what this does, is just simple create a ground item when players drop's an item
    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

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •