this script can barely do any of the randoms what is going on ?
it is also so perfect and gets most exp but randoms it sucks , you have to like babysit it almost ll the time ?
Printable View
this script can barely do any of the randoms what is going on ?
it is also so perfect and gets most exp but randoms it sucks , you have to like babysit it almost ll the time ?
Shantay Bank Chest Bonfire
################################################## #####
Logs / Hour : 792
Logs Done : 3612
Fire Spirit : 38
EXP Gained : 652198
EXP / Hour : -118650
Running for : 4 Hours, 33 Minutes and 29 Second
can some one please help me im new and when i start i start this script it says compiling failed and this is highlighted in orange : SPS_FilterMinimap(Minimap); at line 299
thanks Kevin
Very nice script. I hope I don't get randoms!
Add Kotako90 to your list.., iv been using it and have gotten a full flawless 5-6 hr proggy.
################################################## #####
Shantay Bank Chest Bonfire
################################################## #####
Logs / Hour : 773
Logs Done : 868
Fire Spirit : 6
EXP Gained : 147873
EXP / Hour : 131833
Running for : 1 Hours, 7 Minutes and 17 Seconds
-------------------------------------------------------
maples. it's worked flawless for ~6k logs, got me tons of charms. thanks!
99 fm thanks so much awsome
I'm only getting 400 logs an hour max or is there something wrong with the paint?
RS updated, Now it can't click "add to bonfire" :c
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 :D
Enjoy your vacation :)
wow, that was a pretty fast fix on the new update :) ty very much! :D
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.Quote:
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?
Its working
....................................http://villavu.com/forum/picture.php...&pictureid=246
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;
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
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"