Jump to content
shadowrecon

[RS07] Additions (NPC, Chat, Finder, OCR, Map)

Recommended Posts

[scar]{~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~

GMRL - Game Macro Resource Lib.

RS07 - Core

NPC Routines

--------------------------------------------------------------------------------

* function RS07_FindAllNPCMM: TPointArray;

* function RS07_FindAllNPCMS: TPointArray;

* function RS07_GetNearestNPC: TPoint;

* function RS07_InteractNPCEx(NPCs, Options: TStringArray; XOffset, YOffset: Integer): Boolean;

* function RS07_InteractNPC(NPC, Option: String): Boolean;

* function RS07_FindNPCChatText(Text: String; Actions: ClickActions): Boolean;

* function RS07_FindNpcTalkingTextEx(var P: TPoint; Text: String; Xs, Ys, Xe, Ye: Integer): boolean;

* function RS07_FindNpcTalkingMS(var P: TPoint; Text: String): boolean;

 

*+ Credits: ShadowRecon

 

~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~}[/scar]

 

[scar]

{=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

Official SCAR Include

Runescape 07

Chat Routines

--------------------------------------------------------------------------------

* function ClickContinueEx(Click, Wait: Boolean): Boolean;

* function ClickContinue(DoWait: Boolean): Boolean;

* function DoConversation(resultText: string; clickResult: boolean): boolean;

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=}

[/scar]

 

[scar]

{~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~

GMRL - Game Macro Resource Lib.

RS07

Finding Routines

--------------------------------------------------------------------------------

* function RS07_FindMSObjectEx(Var P: TPoint; MinDist, MaxDist: Integer;

Color: TIntArray; UpText, Options: TStrArray; UseOption: Boolean): Boolean;

By: ShadowRecon.

* function RS07_FindMSObject(Color: Integer; UpText, Option: String;): boolean;

By: ShadowRecon.

 

~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~}

[/scar]

 

[scar]

{=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

Official GMRL Include

Runescape 07

OCR Routines

--------------------------------------------------------------------------------

* function FindTextEx(var cx, cy: Integer; txt: TStringArray; fonts: TIntArray; xs, ys, xe, ye: Integer): Boolean;

By: ShadowRecon.

* function FindTextP(var P: TPoint; txt: String; fonts: TIntArray; SB: TBox): Boolean;

By: ShadowRecon.

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=}

[/scar]

 

[scar]

{=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

Official GMRL Include

Runescape 07

Map Routines

--------------------------------------------------------------------------------

* function PercentColorMMEx(Color, Tol, StartRadial, EndRadial, StartRadius, EndRadius: Integer): integer;

By: Richard, Nava2.

* function PercentColorMM(Color, Tol: Integer): Integer;

By: Richard.

* function GMRL_GetBlackBackground: Integer;

By: ZephyrsFury.

* function PercentBlackMM: Integer;

By: NaumanAkhlaQ.

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=}

[/scar]

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...