yeah they changed look needs update
Replace the function AddingScreen with the following code. I am leaving for my flight in a few hours, and this quickfix is made up in literally 5 minutes, so help each other if there are more updates/problems in the next 2 weeks or so.
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;
In case you're wondering why I won't be around, read this
Good luck and help yourselves![]()
Thanks worked
Enjoy your vacation![]()
wow, that was a pretty fast fix on the new updatety very much!
enjoy the vacation
Why does it just sit there ? :[
ugh thank you for the code lol. I was getting so frustrated trying to figure out what was going on.
Whenever I run this script, it just clicks my logs over and over and fails to click add to bonfire? It just repeats 'current action is burn' constantly. what do I do?
Read the above post by Er1k. He is currently away but has posted a simple fix for his script to remain compatible with the new chat screen update.Originally Posted by CEO
Scroll through the script and find the function 'AddingScreen' select all of it and remove it. Then replace it with this code below provided by Er1k and it will work as it used to.
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;
How do i disable the firespirits?
Been using this script for a few hours and overall it's a nice script, but I noticed a small issue with the spirits that could appear very bot-like.
Here's my fix:
Simba Code:for a := 0 to High(ATPA) do
begin
MP := MiddleTPA(ATPA[a]);
{$IFDEF SMART}
SMART_DrawDotsEx(false, ATPA[a], clYellow);
{$ENDIF}
if not FindBlackChatMessage('ppear') then //added
Mouse(MP.X, MP.Y, 2, 2, mouse_move);
if WaitUpText('spiri', 500) then //using Uptext detection instead of just right-click
begin
ClickMouse2(mouse_right);
// Mouse(MP.X, MP.Y, 2, 2, mouse_Right);
if WaitOption('ollect', 3000) then
begin
WaitFunc(@RewardsCollected, 10, 3000);
writeln('Collect rewards');
writeln('Back to BonBon');
Result := True;
{$IFDEF SMART}
SMART_ClearCanvas;
{$ENDIF}
Break;
end;
end;
{$IFDEF SMART}
SMART_ClearCanvas;
{$ENDIF}
end;
Previously the script would move the mouse to many familiars even after the rewards were collected.
I'll keep you posted on my progress towards 25M experience![]()
tehq, I added that and am going to test it.
great script and thanks for taking it over erik. 99 because of you!!
not working anymore?
Find this in the script " function AddingScreen "
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.
Absolutely wonderful script! Thanks for the fix for the updated AddingScreen.
the script wont seem to run for me, i log in manually to get to w100 and then nothing happens, it just sits there.
yeah i fixed all of that
hey im havin a problem. It logs me in all good and everything, banks, gets logs out clicks on them but wont burn them. Anyone else having this problem?
Replace function AddingScreen 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;
Thanks to the above posters for fixing this.
I know this is not a problem with the script, but as I just found out its very easy to have people suspicious of you. Some guy just lit a bunch of fires here at the chest and they all seem to be reporting the random people spread out alone at a single fire, including myself.
Logs / Hour : 839
Logs Done : 588
Fire Spirit : 8
EXP Gained : 109530
EXP / Hour : 156285
Running for : 42 Minutes and 2 Seconds
-------------------------------------------------------
Maples,
EPIC
There are currently 1 users browsing this thread. (0 members and 1 guests)