Results 1 to 4 of 4

Thread: Opening Inventory but opening questlog?

  1. #1
    Join Date
    Feb 2013
    Posts
    89
    Mentioned
    0 Post(s)
    Quoted
    48 Post(s)

    Default Opening Inventory but opening questlog?

    Hi everyone,

    It seems that after yesterdays update there went something wrong. In this piece of code:
    Code:
      if (Reflect.Gametab.Current <> Gametab_Inventory) then
        Reflect.Gametab.Open(Gametab_Inventory);
    I try to open the inventory, but the questlog keeps popping open? i've been trying to mess with the functions but I can't get it to work :s

    Any ideas?

  2. #2
    Join Date
    Nov 2011
    Location
    Norway
    Posts
    203
    Mentioned
    4 Post(s)
    Quoted
    100 Post(s)

    Default

    Try opening Globals.simba and up all the numbers by one.

    Simba Code:
    {Gametab}

      Gametab_ClanChat = 28;
      Gametab_FriendsList = 29;
      Gametab_IgnoreList = 30;
      Gametab_Logout = 31;
      Gametab_Options = 32;
      Gametab_Emotes = 33;
      Gametab_MusicPlayer = 34;
      Gametab_CombatOptions = 52;
      Gametab_Stats = 53;
      Gametab_QuestList = 54;
      Gametab_Inventory = 55;
      Gametab_WornEquipment = 56;
      Gametab_Prayer = 57;
      Gametab_Magic = 51;

  3. #3
    Join Date
    Oct 2006
    Posts
    6,752
    Mentioned
    95 Post(s)
    Quoted
    532 Post(s)

    Default

    Figures that jagex would change something like that.. I'll push the fix in a bit when I'm at my pc.

    EDIT: Done
    Last edited by Kyle; 01-08-2016 at 01:00 PM.
    “The long-lived and those who will die soonest lose the same thing. The present is all that they can give up, since that is all you have, and what you do not have, you cannot lose.” - Marcus Aurelius

  4. #4
    Join Date
    Feb 2013
    Posts
    89
    Mentioned
    0 Post(s)
    Quoted
    48 Post(s)

    Default

    Quote Originally Posted by Kyle View Post
    Figures that jagex would change something like that.. I'll push the fix in a bit when I'm at my pc.

    EDIT: Done
    Thank you very much. Sorry for giving you so much work

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
  •