Results 1 to 10 of 10

Thread: GameTab

  1. #1
    Join Date
    Mar 2012
    Posts
    690
    Mentioned
    2 Post(s)
    Quoted
    40 Post(s)

    Default GameTab

    GameTab aint working at the moment, it cant detect if a tab is open and will keep clicking it even if its open. Anyone else having similar problems or does anyone have a workaround/fix for this?

  2. #2
    Join Date
    Mar 2012
    Location
    Canada
    Posts
    870
    Mentioned
    1 Post(s)
    Quoted
    5 Post(s)

    Default

    Testing

    Edit: Nope, it finds it just fine.

    Code:
    Gametab(tab_inv);
    This finds my inventory tab and click on it just fine. If I'm already on it it doesn't do anything as it is supposed to.
    Using smart 8.0 and simba 0.991.
    My scripts:
    Advanced Barb Agility Course(outdated), MonkeyThieverV0.11, MahoganyTableV0.4(outdated)
    Questions? I bet that for 98% of those, you'll find answer HERE

  3. #3
    Join Date
    Jun 2012
    Posts
    2,182
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Are you using the constants or the numbers? Anyways, Im using constants, and there are no issues for me.
    Thx Euphemism and Vinyl for the awesome siggy and avatar!

  4. #4
    Join Date
    Apr 2012
    Location
    Australia
    Posts
    1,252
    Mentioned
    1 Post(s)
    Quoted
    22 Post(s)

    Default

    Currently using constants and there are no issues on my end.

  5. #5
    Join Date
    Jun 2012
    Posts
    2,182
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Are all your RS settings set properly? Fixed, all stuff minimum, brightness maximum?
    Thx Euphemism and Vinyl for the awesome siggy and avatar!

  6. #6
    Join Date
    Mar 2012
    Posts
    690
    Mentioned
    2 Post(s)
    Quoted
    40 Post(s)

    Default

    Quote Originally Posted by Footy View Post
    Are all your RS settings set properly? Fixed, all stuff minimum, brightness maximum?
    Yes ofc, but all function that relies on GameTab is broken atm, other things like color finding and stuff works just fine

  7. #7
    Join Date
    Mar 2012
    Posts
    690
    Mentioned
    2 Post(s)
    Quoted
    40 Post(s)

    Default

    Simba Code:
    procedure Test;
    begin
      if InvFull then
        WriteLn('yes') else
        WriteLn('no');
    end;

    ^Aint returning anything since it cant see if the inv is open

  8. #8
    Join Date
    Jan 2012
    Posts
    2,568
    Mentioned
    35 Post(s)
    Quoted
    356 Post(s)

    Default

    Hmm works fine for me. Try writeln(GetCurrentTab) and see what it returns?

  9. #9
    Join Date
    Mar 2012
    Posts
    690
    Mentioned
    2 Post(s)
    Quoted
    40 Post(s)

    Default

    Just started my laptop and it seems to work on that computer, will get a fresh install of simba on my stationary later :/

  10. #10
    Join Date
    Jul 2010
    Location
    Western US
    Posts
    387
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Any word on if you got it working on both computers. I have found that some computers have this issue, and others do not. On the computers that have this issue, if you run the following, you get 37 ( tab_LogOut = 37; )

    Simba Code:
    program new;
    {$i SRL/srl.simba}
    begin
     setupsrl;
     writeln(GetCurrentTab);
    end.

    I have tried starting in safe mode (hold down "S" as the client loads), going in and setting everything to min and brightness to brightest, and uninstalling/re installing the client.
    Of all the things I have lost, I miss my mind the most.
    Current Projects:
    Addy bar miner and superheater

Thread Information

Users Browsing this Thread

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

Posting Permissions

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