Thread: RSPS 718 with 742 cache ironMan help

Results 1 to 3 of 3
  1. #1 RSPS 718 with 742 cache ironMan help 
    Registered Member
    Join Date
    Jan 2016
    Posts
    40
    Thanks given
    1
    Thanks received
    7
    Rep Power
    11
    Hey, so my ironmen accounts work completely fine but i have 1 mayor problem, and that is. They can pick up player dropped items. i want them to be able to pick up npc drops ofc. but not player dropped items.

    Im kinda new into coding so please no hate xD.

    im using rune evo v3 source any help is appreciated.
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    May 2012
    Posts
    286
    Thanks given
    7
    Thanks received
    49
    Rep Power
    25
    Post on the help section next time.

    Code:
    if (player.isIronman())
                if ((floorItem.getOwner() == null)
                        || !floorItem.getOwner().getUsername().equalsIgnoreCase(player.getUsername())) {
                    player.sendMessage("You can't pick that up in ironman mode.");
                    return false;
                }
    Thats at the start of
    Code:
    public static final boolean removeGroundItem(Player player, FloorItem floorItem, boolean add) {
    In World.java

    Obviously the variables depend on how youve built your system, but thats the principle
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Jan 2016
    Posts
    40
    Thanks given
    1
    Thanks received
    7
    Rep Power
    11
    ah okey im new on here. and thank you!
    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. InrestructX 718 with 742 cache
    By mrbrimhall in forum Advertise
    Replies: 5
    Last Post: 12-04-2014, 11:27 PM
  2. New RSPS 718 Running 742 Cache!! Join today!!!!!!
    By Pkbobby_ in forum Advertise
    Replies: 6
    Last Post: 04-15-2014, 01:26 PM
  3. Replies: 5
    Last Post: 04-14-2014, 06:29 AM
  4. Matrix 718 with 742 cache need anim help
    By xItsDanielx in forum Help
    Replies: 8
    Last Post: 08-26-2013, 11:59 PM
  5. Help with 718 with 742 cache
    By Stealman357 in forum Help
    Replies: 0
    Last Post: 03-11-2013, 05:12 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
  •