Results 1 to 2 of 2

Thread: How do I bank in Simba

  1. #1
    Join Date
    Jan 2017
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default How do I bank in Simba

    I'm trying to access the bank in Canifis and it just won't open. I'm new to simba so any help would be appreciated. Here's what my code is. I even set it up so the player is zoomed all the way in and is facing the bank booth head on.

    minimap.clickCompass;
    minimap.setAngle(MM_DIRECTION_WEST);
    MainScreen.SetAngle(MS_ANGLE_LOW);
    mainScreen.setZoom(false);

    repeat
    mouseSpeed := gaussRangeInt(40, 50);
    minimap.waitPlayerMoving();
    bankScreen.open(BANK_BOOTH);
    smallRandomMouse(5 + random(50));
    until bankScreen.isOpen(randomRange(3000, 3500));

  2. #2
    Join Date
    Jan 2017
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    I figured it out for anyone curious. The problem was that it's not technically a BANK_BOOTH in Canifis it's actually a BANK_NPC_GREY.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •