1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Resolved Interacting with GroundItems bugged on DarkScape?

Discussion in 'Developer Support' started by Hakuna Matata, Sep 21, 2015.

  1. Hakuna Matata

    Joined:
    Oct 12, 2014
    Messages:
    181
    Likes Received:
    38
    Code (Text):
    1. if(Hide.interact("Take"))
    2. Execution.delayUntil(() -> !Hide.isValid() || !Hide.isVisible(), 2000, 3000);
    If the GroundItem is below another item in the stack, it will just click on the stack, resulting in the wrong item getting picked up. It doesn't right click, to pick up the correct item.
    --- Double Post Merged, Sep 21, 2015, Original Post Date: Sep 21, 2015 ---
    I turned on one-button gameplay, and it still picks up the first item in the stack, even though it's only supposed to loot item 2.
    • Item 1 in stack: Raw beef, will pick-up
    • Item 2 in stack: Cowhide, will pick-up
    • Item 3 in stack: Bones, will not pick-up
     
  2. Best Answer:
    Post #2 by Hoodz, Oct 5, 2015
  3. Hoodz

    Hoodz Alpaca master

    Joined:
    Sep 23, 2015
    Messages:
    13
    Likes Received:
    4
    not sure if you still need help, but you should use Hide.interact("Take", Hide.getName())
     

Share This Page

Loading...