Thread: Make the item drop on the place where you tele after jad... Read on...

Results 1 to 5 of 5
  1. #1 Make the item drop on the place where you tele after jad... Read on... 
    Registered Member Mikey's Avatar
    Join Date
    Apr 2011
    Posts
    751
    Thanks given
    570
    Thanks received
    32
    Rep Power
    40
    Ok so say if I have a full inven and I kill jad it says I dont have enough space and I dont get the cape.
    So is there anyway to make the item drop on the floor where i tele after killing jad?

    If you don't understand what I mean then I can try and decribe a little more

    I'll rep and thank for this


    Reply With Quote  
     

  2. #2  
    Registered Member Mikey's Avatar
    Join Date
    Apr 2011
    Posts
    751
    Thanks given
    570
    Thanks received
    32
    Rep Power
    40
    Bump?


    Reply With Quote  
     

  3. #3  
    q.q


    Join Date
    Dec 2010
    Posts
    6,519
    Thanks given
    1,072
    Thanks received
    3,535
    Rep Power
    4752
    Code:
    if(c.getItems().freeSlots() <= 0)
    Server.itemHandler.createGroundItem(c, firecapeid, c.getX(), c.getY(), 1, c.getId());
    else 
    c.getItems().addItem(firecape, 1);
    Reply With Quote  
     

  4. Thankful user:


  5. #4  
    Registered Member
    Join Date
    Jun 2010
    Age
    29
    Posts
    891
    Thanks given
    22
    Thanks received
    47
    Rep Power
    0
    Code:
    Server.itemHandler.createGroundItem(c, itemIdHere, c.getX(), c.getY(), 1, c.getId());
    i guess
    hi
    Reply With Quote  
     

  6. #5  
    Registered Member Mikey's Avatar
    Join Date
    Apr 2011
    Posts
    751
    Thanks given
    570
    Thanks received
    32
    Rep Power
    40
    I'll try both of these, thanks for the replys


    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: 4
    Last Post: 10-20-2010, 01:27 AM
  2. [NON]Make An Item Go In The Right Place.
    By -SP- in forum Configuration
    Replies: 19
    Last Post: 10-05-2010, 10:23 PM
  3. 525 drop item, equip item streams
    By †blood_eye† in forum Requests
    Replies: 0
    Last Post: 08-11-2009, 11:27 PM
  4. Replies: 2
    Last Post: 06-01-2009, 08:10 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
  •