PDA

View Full Version : Opening Inventory but opening questlog?



Sh4d0wf0x
01-08-2016, 10:10 AM
Hi everyone,

It seems that after yesterdays update there went something wrong. In this piece of 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?

Aufi
01-08-2016, 10:38 AM
Try opening Globals.simba and up all the numbers by one.

{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;

Kyle
01-08-2016, 12:47 PM
Figures that jagex would change something like that.. I'll push the fix in a bit when I'm at my pc.

EDIT: Done

Sh4d0wf0x
01-08-2016, 01:36 PM
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 :p