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

Bug Shop.sell stuck in loop (spams sells without breaking)

Discussion in 'Developer Support' started by DarkSydePhill, Nov 26, 2019.

  1. DarkSydePhill

    Joined:
    Dec 4, 2018
    Messages:
    1
    Likes Received:
    0
    1. RuneMate Version: 2.105.0
    2. Affected Games: OSRS
    3. Code Used:
    Code (Text):
    1. if(Shop.sell(ID, AMOUNT))
    2. {
    3.      return;
    4. }
    Currently building a task bot, and when using that code in a seperate task (the Taskbot has a total of 4 tasks) for selling stuff to the shop, it'll spam the sell button and stick there. When breakpointing and stepping in, it gets stuck right away into these two methods.

    [​IMG]

    [​IMG]

    Again I am playing on OSRS so not sure why RS3 things are brought up.
     
  2. an0nimo

    Joined:
    Mar 29, 2021
    Messages:
    3
    Likes Received:
    0
    Bump, getting the same problem.
     
  3. Cloud

    Cloud Engineer

    Joined:
    Jul 28, 2013
    Messages:
    2,777
    Likes Received:
    1,124
    All isRS3() is doing is checking if you're on osrs or rs3 and delegating to a different method depending on the case. Could you please record a video of the behavior?
     

Share This Page

Loading...