Jump to content
Wanted

Gametabs.scar Testing - New skill level functions

Recommended Posts

There has not been a thread yet, but with the addition of the skill info functions gametabs is nearly complete

 

Here is a complete list of current gametab functions

 

{=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
                             Official SCAR Include
                                  Runescape 2
                               Game Tab Routines
--------------------------------------------------------------------------------
* function CurrentLobbyTab: Integer;
    By: Wanted
* function LobbyTab(Tab: Integer): Boolean;
    By: Wanted
* function GetCurrentTab: Integer;
    By: Dynamite & Wanted.
* function GetTabBounds(Tab: Integer): TBox;
    By: Wanted
* function TabExists(Tab: Integer): Boolean;
    By: Wanted
* function SetGameTab(Tab: Integer): Boolean;
    By: Wanted
* function EquipmentToCoords(Slot: Integer): TPoint;
    By: Wanted & Home.
* function GetEquipmentBounds(Slot: Integer): TBox;
    By: Home
* function IsSlotEquipped(Slot: Integer): Boolean;
    By: Home & Wanted.
* function ClickEquipedItem(Slot: Integer; TypeC: ClickActions): Boolean;
    By: Wanted & Home.
* function GetCurrentMusic: string;
    By: Zyt3x
* function IsRunning: Boolean;
    By: Wanted
* function SetRun(Run: Boolean): Boolean;
    By: Zyt3x
* function IsResting: Boolean;
    By: Wanted
* function SetRest(Rest: Boolean): Boolean;
    By: Wanted
* function IsXPBarOpen: Boolean;
    By: Wanted
* function ToggleXPBar(Open: Boolean): Boolean;
    By: Wanted
* function GetXPBarTotal: LongInt;
    By: Wanted
* function ResetXPBar: Boolean;
    By: Wanted
* function ConvertXPToLevel(xp: Integer): Integer;
    By: Anonymous
* function GetSkillBounds(Skill: Integer): TBox;
    By: Wanted
* function GetSkillLevelEx(Skill: Integer; BottomNumber: Boolean): Integer;
    By: Wanted
* function GetSkillLevel(Skill: Integer): Integer;
    By: Wanted
* function GetMMLevelEx(Skill: Integer; var ColorState: string): Integer;
    By: Wanted
* function GetMMLevel(Skill: Integer): Integer;
    By: Wanted
* function HoverSkill(Skill: Integer): Boolean;
    By: Wanted
* function GetSkillInfo(Skill: Integer; CurrentCheck, NextCheck, RemainderCheck: Boolean): TIntegerArray;
    By: Wanted
* function GetXP(Skill: Integer): Integer;
    By: Wanted
* procedure GetAllLevels;
    By: Wanted
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=}

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
  • Create New...