Results 1 to 7 of 7

Thread: warning gametab????

  1. #1
    Join Date
    Sep 2007
    Posts
    143
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default warning gametab????

    Creating the NickTPA.
    ** Warning in GameTab: Tab 1 is not a valid tab number.**
    ** Warning in GameTab: Tab 1 is not a valid tab number.**
    ** Warning in GameTab: Tab 2 is not a valid tab number.**
    ** Warning in GameTab: Tab 1 is not a valid tab number.**
    ** Warning in GameTab: Tab 4 is not a valid tab number.**
    ** Warning in GameTab: Tab 5 is not a valid tab number.**
    ** Warning in GameTab: Tab 4 is not a valid tab number.**

    its an autofighter it also wont click on monster it just hovers over the npc and wont click help plz

  2. #2
    Join Date
    Aug 2009
    Location
    Inside the Matrix...yes it has me, and it has you too.
    Posts
    1,896
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Numbers are not valid anymore.
    For example:
    GameTab(Tab_Inv);
    GameTab(Tap_Equipt);
    GameTab(Tab_Magic);
    etc.
    Look in GameTab.SCAR for further details
    Any other problems, just post the script in [SCAR.][/SCAR.] tags (without the '.')
    NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN NYAN

  3. #3
    Join Date
    Oct 2007
    Location
    #srl
    Posts
    6,102
    Mentioned
    39 Post(s)
    Quoted
    62 Post(s)

    Default

    Quote Originally Posted by bionicle1800 View Post
    Numbers are not valid anymore.
    For example:
    GameTab(Tab_Inv);
    GameTab(Tap_Equipt);
    GameTab(Tab_Magic);
    etc.
    Look in GameTab.SCAR for further details
    Any other problems, just post the script in [SCAR.][/SCAR.] tags (without the '.')
    tab_Inv, tab_Equip, etc all still stand for their normal integer value, they are just constants for that value to make things easier.

    @weby:
    Is your SRL up to date?

  4. #4
    Join Date
    Sep 2007
    Posts
    143
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

  5. #5
    Join Date
    Oct 2006
    Posts
    500
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Its the script that is out of date. Calling GameTab(1), which is invalid, since GameTab now uses integers higher than that. (Cbb to check).

    Weby, find a more up to date script

  6. #6
    Join Date
    Jan 2007
    Posts
    834
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Code:
      tab_Combat = 21;
      tab_Stats = 22;
      tab_Quest = 23;
      tab_Diary = 24;
      tab_Inv = 25;
      tab_Equip = 26;
      tab_Prayer = 27;
      tab_Magic = 28;
      tab_Objectives = 29;
      tab_Friends = 30;
      tab_Ignore = 31;
      tab_Clan = 32;
      tab_Options = 33;
      tab_Emotes = 34;
      tab_Music = 35;
      tab_Notes = 36;
      tab_LogOut = 37;
    You can either use the number or word.
    Anyways, the script is most likely outdated. As stated above.

  7. #7
    Join Date
    Sep 2007
    Posts
    143
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

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
  •