This script did not pick fire spirit ?
This script did not pick fire spirit ?
it will miss the occasional fire spirit but 9/10 times it will get it![]()
the script doesn't add logs, it only tries to make it's own fire on the back square, which you cannot make a fire on.. >_>?
"fixed now working"
When I run the script it does everything right, but after it clicks on the log is does nothing, and doesn't hit "Add To Bonfire"
How many charms do i get 1-99 fm?
it works good for me but the only thing wrong with it is it always fails randoms. Any suggestions??
ISSA Certified Personal Trainer.
Learning to script a second time around.
"Come for the scripts, stay for the community."|(• ◡ •)| (❍ᴥ❍ʋ)
77/99RC
Script doesn;t work, always goes to "Add to bonfire" option
Doesn't work for me either, it just keeps clicking on log and never on the "add to bonfire" option
thanks so much now works!
What the script does fine:
1. Finds the chest.
2. Withdraws logs
3. Selects the "craft" function for the log
What the scrips doesn't do.
1. CLICKS ADD TO BONFIRE!
Find this function "AddingScreen" in the v1.2 and replace it with this.
Simba Code:function AddingScreen :Boolean;
var x, y: integer;
begin
// Result := CountColorTolerance(4543066, 17, 355, 484, 456, 2) > 2000;
Result := FindTextTPAEx(2070783, 0, MCX1, MCY1, MCX2, MCY2, X, Y, 'onfire', StatChars, Nothing);
if result then writeln('Found add logs');
end;
Last known as Jonno.
Okay thanks.
Last edited by Brandon02852; 07-01-2012 at 12:32 AM.
when i start the script i get an error saying "error starting smart, ensure the target page has an applet declaration"
That is because Runescape servers are down: http://villavu.com/forum/showthread.php?t=85490
RS Forums: http://services.runescape.com/m=foru...6,367,63841580
Last known as Jonno.
It's me or when I use your script ( or Simba ), my FPS is only 5 FPSIn other bots, I'm at 35+FPS >< ( Fixed screen & low graphic )
It won't find the chest, the cursor will be all over the place and randomly clicking assuming it's the chest![]()
Oh, looks great!
EDIT: The script needs an update, the adding logs window changed.
I solved the problem with a simple DTM.
Simba Code:function AddingScreen :Boolean;
var
DTM, X, Y : Integer;
begin
DTM := DTMFromString('mggAAAHicY2NgYHBgZGBoBuJWIHYE4glAbALEU4B4MhAfBeLDQLwCiFcBMbeBAwTr24OxkIQUGPMDzcKGGXFgCAAAOPkJMQ==');
Result := FindDTM(DTM,X,Y,MCX1,MCY1,MCX2,MCY2);
FreeDTM(DTM);
end;
Last edited by Shatterhand; 07-02-2012 at 06:02 PM.
There are currently 1 users browsing this thread. (0 members and 1 guests)