PDA

View Full Version : Gametab globals



MariusK
08-07-2015, 03:06 AM
Hello,

I believe that gametab globals have changed. I dont have time at the moment to fix them all, however the logout gametab (the most crucial) is:
Gametab_Logout = 29;
Cheers.

MariusK
08-07-2015, 10:19 PM
Fixed all.

{Gametab}

Gametab_ClanChat = 26;
Gametab_FriendsList = 27;
Gametab_IgnoreList = 28;
Gametab_Logout = 29;
Gametab_Options = 30;
Gametab_Emotes = 31;
Gametab_MusicPlayer = 32;
Gametab_CombatOptions = 50;
Gametab_Stats = 51;
Gametab_QuestList = 52;
Gametab_Inventory = 53;
Gametab_WornEquipment = 54;
Gametab_Prayer = 55;
Gametab_Magic = 49;

IMayoboeiI
08-09-2015, 08:56 PM
Thanks for this.

Sitamaja
08-10-2015, 07:16 AM
Thanks a lot! This fixed the issues I was having. I did struggle initially to find where the fix goes,
but found it eventually. For everyone that's wondering, you're supposed to copy the lines over the existing gametab ones in the file C:\Simba\Includes\reflection\lib\internal\Globals. simba
Thanks again!

Fitta
08-14-2015, 10:56 AM
Fixed all.

{Gametab}

Gametab_ClanChat = 26;
Gametab_FriendsList = 27;
Gametab_IgnoreList = 28;
Gametab_Logout = 29;
Gametab_Options = 30;
Gametab_Emotes = 31;
Gametab_MusicPlayer = 32;
Gametab_CombatOptions = 50;
Gametab_Stats = 51;
Gametab_QuestList = 52;
Gametab_Inventory = 53;
Gametab_WornEquipment = 54;
Gametab_Prayer = 55;
Gametab_Magic = 49;

Thank you for helping out with these, all updated now :)

Cheers!