Simba Code:if FindNPCChatText('The knights noticed your lack of zeal',True) then
Does not work with this specific message for some reason...
Simba Code:if FindNPCChatText('The knights noticed your lack of zeal',True) then
Does not work with this specific message for some reason...
For things like that, I just use WaitColor.
X,Y would be coordinate of any of the black text (preferably a period or something near the end/beginning), Color for text is always 0 I believe, tol would be 0 (it never changes), and maxtime can be anything, 5 seconds is fine since it waits for color OR time to expire.
Much faster, and it work great, use it in many of my scripts.
If u can upload a better image with quality, I'll write a function that MIGHT detect it.
I am Ggzz..
Hackintosher
I would suggest using a shorter string, something like 'knights', because every time I use it, it works perfectly. Also try putting it in a loop.
Try this mate:
Simba Code:Procedure Test;
var
X,Y: Integer;
begin
if FindText(x, y, 'attle', UpChars, MCX1, MCY1, MCX2, MCY2) then
Writeln('Found!');
end;
Current projects:
[ AeroGuardians (GotR minigame), Motherlode Miner, Blast furnace ]
"I won't fall in your gravity. Open your eyes,
you're the Earth and I'm the sky..."
The font might be off, zoom on it and analize it
GLH Tutorial ~ OpenGL Scripting
http://villavu.com/forum/showthread.php?p=1292150
GLH Scripts ~ Abyssal Scripts
http://villavu.com/forum/showthread.php?p=1293187
Current Projects:
A) DemiseSlayer Pro (Released/100%).
B) Demise Power Miner(Released/100%).
C) Demise Pyramid Plunder(Planning Stage/0%).
There are currently 1 users browsing this thread. (0 members and 1 guests)