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

Bug Interacting with an unreachable banker

Discussion in 'Client & Site Support' started by Aidden, Jun 17, 2016.

  1. Aidden

    Aidden Author of MaxiBots

    Joined:
    Dec 3, 2013
    Messages:
    6,482
    Likes Received:
    990
    Varrock west bank. Tries to interact with that banker which you can never get to because the door is locked.

    Tried both of these. @Cloud
    Code (Text):
    1.  
    2. Banks.newQuery().surroundingsReachableFrom(player).results().nearest()
    3. Banks.getLoaded().nearest()
    4.  

    Screenshot 2016-06-18 13.02.17.png
     
  2. Cloud

    Cloud Engineer

    Joined:
    Jul 28, 2013
    Messages:
    2,777
    Likes Received:
    1,124
    Does she move about that small area at all or is it a single coordinate? Perhaps check to see if bankers are next to a bank booth in the client? Thoughts?
     
  3. Aidden

    Aidden Author of MaxiBots

    Joined:
    Dec 3, 2013
    Messages:
    6,482
    Likes Received:
    990
    I don't think they move around. And yeah that might be good assuming there are no instances where usable bankers aren't near a booth.
     
  4. SlashnHax

    Joined:
    Dec 10, 2014
    Messages:
    3,198
    Likes Received:
    1,041
    It's a single coordinate, I think I used to have her coordinate in a blacklist when searching for banks.
     
  5. Cloud

    Cloud Engineer

    Joined:
    Jul 28, 2013
    Messages:
    2,777
    Likes Received:
    1,124
    A blacklist is a pretty cruddy way to handle it though, there should be a universal solution in place. Are there "free range" bankers that aren't next to a bank booth? If so, are they always reachable?
     
  6. SlashnHax

    Joined:
    Dec 10, 2014
    Messages:
    3,198
    Likes Received:
    1,041
    Yeah, it definitely was a bandaid fix xD

    The moving bankers that I can think of are always reachable...
     
  7. Aidden

    Aidden Author of MaxiBots

    Joined:
    Dec 3, 2013
    Messages:
    6,482
    Likes Received:
    990
    @Cloud There's also one in the osrs draynor bank (probably rs3 as well) that is standing at the back of the bank behind the other bankers and isn't moving or near a booth. This one is an issue because it's the closest banker to the trees so it tries to interact with him which causes the player to run to a tile outside the bank that's in line with that banker and it just gets stuck there (only occurs with the banker that can't be interacted with).
     
  8. Cloud

    Cloud Engineer

    Joined:
    Jul 28, 2013
    Messages:
    2,777
    Likes Received:
    1,124
    So what do you think we should use as a condition for a valid banker? Be next to a game object with the action Bank or be reachable? Or does that "Banker" not have the option "Bank"?
     
  9. Aidden

    Aidden Author of MaxiBots

    Joined:
    Dec 3, 2013
    Messages:
    6,482
    Likes Received:
    990
    The banker has the bank option. I think the best option would be for it to be a valid banker it needs to either be next to a booth or be reachable
     
  10. Cloud

    Cloud Engineer

    Joined:
    Jul 28, 2013
    Messages:
    2,777
    Likes Received:
    1,124
    @SlashnHax want to write the code for this?
     
  11. Aidden

    Aidden Author of MaxiBots

    Joined:
    Dec 3, 2013
    Messages:
    6,482
    Likes Received:
    990
    @SlashnHax @Cloud Would be great if this could be implemented soon. Looking like im going to have to write my own workaround because it kind of breaks banking in certain locations...
     
    Sillyman likes this.
  12. Sillyman

    Joined:
    Sep 20, 2015
    Messages:
    24
    Likes Received:
    4
    Why not use the bank booth? and do reachable?
    If you stuck with the bankers for normal banks it would have to be next to a bank booth, but would that make bankers that are not near a booth stop working? Tzhaar for example.

    I found this after my Sudofisher became stuck in Draynor with the same problem Aidden had, and MaxiWC tried to bank at the cooking guild. -.-
     

Share This Page

Loading...