Log in

View Full Version : How can I read this text



lilcmp1
03-02-2012, 01:41 AM
http://img15.imageshack.us/img15/5189/screenshot20110405at544.png

Is there a function in srl that can read this chat text and click a line?

Nebula
03-02-2012, 01:41 AM
function FindNPCChatText(txt: string; Action: fnct_ActionOptions): Boolean;

or

function FindNPCChatTextMulti(txt: TStringArray; action: fnct_ActionOptions): boolean;

LordJashin
03-02-2012, 01:53 AM
function FindNPCChatText(txt: string; Action: fnct_ActionOptions): Boolean;

or

function FindNPCChatTextMulti(txt: TStringArray; action: fnct_ActionOptions): boolean;

If you don't know how to use these. Go to your Simba folder. C:\Simba\ then go to Includes then go here. C:\Simba\Includes\SRL\srl\core\ then open text.simba then search for FindNPC and you'll find these with descriptions. Also their full functions.

VillaVuFTW
03-02-2012, 01:54 AM
If you can use perfect bitmaps ;3.. or...

Use Static Mouse Clicks xD

MMouse(X, Y, 5, 5) ;D

Sin
03-02-2012, 02:05 AM
FindNPCChatText as Nebula said.
And don't tell me you're making a Livid Farm script pl0x.
Mine's almost complete :3