Thread: Project Insanity ( When dropping item make it disappear )

Results 1 to 9 of 9
  1. #1 Project Insanity ( When dropping item make it disappear ) 
    Banned

    Join Date
    Jul 2009
    Posts
    3,999
    Thanks given
    1,003
    Thanks received
    1,028
    Rep Power
    0
    Hey how do u make an item disappear when someone drops it? I forgot how im an idiot...
    Reply With Quote  
     

  2. #2  
    Registered Member Akeid's Avatar
    Join Date
    May 2009
    Posts
    911
    Thanks given
    22
    Thanks received
    15
    Rep Power
    37
    check ur drop method , lol rep pl0x +++
    Reply With Quote  
     

  3. #3  
    Registered Member
    Trock's Avatar
    Join Date
    Jul 2009
    Age
    28
    Posts
    1,915
    Thanks given
    14
    Thanks received
    66
    Rep Power
    532
    dropitem packet
    Server.itemHandler.createGroundItem(c, itemId, c.getX(), c.getY(), c.playerItemsN[slot], c.getId());
    delete that line

    send moneys to [email protected]

    :]
    i can fix ur shopdpe to add my msn [email protected]
    Quote Originally Posted by Psyduck View Post
    Vouch

    Quote Originally Posted by VelSion View Post
    Huge Vouch, made so many deals with him, went smoothly!
    Reply With Quote  
     

  4. #4  
    Donator


    Join Date
    Feb 2009
    Age
    30
    Posts
    2,128
    Thanks given
    261
    Thanks received
    280
    Rep Power
    563
    Noob^ I told u that
    btw this is just common sence...
    Reply With Quote  
     

  5. #5  
    Registered Member
    Division's Avatar
    Join Date
    Dec 2009
    Age
    29
    Posts
    2,208
    Thanks given
    41
    Thanks received
    78
    Rep Power
    97
    Just fix the dupes properly...
    Just put this in DropItem.java
    if(c.inTrade) {
    c.sendMessage("You can't drop items while trading!");
    return;
    }
    Reply With Quote  
     

  6. #6  
    Officially Retired


    Join Date
    Oct 2007
    Age
    30
    Posts
    5,454
    Thanks given
    558
    Thanks received
    122
    Rep Power
    1364
    shop dupe is really easy to fix.
    Reply With Quote  
     

  7. #7  
    Registered Member
    Trock's Avatar
    Join Date
    Jul 2009
    Age
    28
    Posts
    1,915
    Thanks given
    14
    Thanks received
    66
    Rep Power
    532
    Quote Originally Posted by Division View Post
    Just fix the dupes properly...
    Just put this in DropItem.java
    ur slow lol
    Quote Originally Posted by Psyduck View Post
    Vouch

    Quote Originally Posted by VelSion View Post
    Huge Vouch, made so many deals with him, went smoothly!
    Reply With Quote  
     

  8. #8  
    Banned

    Join Date
    Jan 2009
    Age
    31
    Posts
    2,661
    Thanks given
    66
    Thanks received
    207
    Rep Power
    0
    Why are you deleting ground items? i never understood the idea behind this if its to prevent duping its not that hard.
    Reply With Quote  
     

  9. #9  
    Donator

    Nintendo's Avatar
    Join Date
    Oct 2008
    Posts
    1,680
    Thanks given
    195
    Thanks received
    184
    Rep Power
    231
    Quote Originally Posted by digistr View Post
    Why are you deleting ground items? i never understood the idea behind this if its to prevent duping its not that hard.
    theres like 4 dupes that includes dropping and probably another 2-3 that havent been discovered yet...
    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
  •