How people make cash from this? I heard people saying they made 6M+ with getting 95 range with this script?
How long does it take to get 300K tokkuls? And how many tokkuls I will gain between 60-99?
Used this script, ran flawlessly for 2 hours! Great jobIt's simple but fantastic.
had +160hour proggy but my computer froze and could not save it![]()
Have you ever thought about adding prayer support Sean?
Damn, after the update in fight cave you have to click the text which says click here to continue so the little birds will spawn.. can you make it do that on the script please? Does anyone know how to make it click it?
Last edited by maikka; 05-09-2013 at 02:12 PM.
Hey! Since todays update (fightcave logout/pause update) it doesn't work anymore :s
It goes in, but the monsters don't automatically come if you are just in/dc'd/relogged. You will have to click anywhere on map or on ''click here to continue''
would it be possible to add this feature? This script is AMAZING but since fat mod mark updated fight caves it needs a little fix :d
thanks <3
Same problem over here guys. Doesn't work good anymore.
SHIT.. Update today, script doesn't work, monsters dont auto attack at some points.
The problem has been identified and reported on this thread.
No need to keep posting the same information.
Due to the Fight Cave update on May 9th, 2013 this script no longer works.
add "clicktocontinue;" inside the fightcaveloop procedure. This will fix the script.
He-he Fight caves so empty now ;DDD
thx bro! XD was trying to fix it my self without any sucess... got angry when i saw it was so simple =D![]()
how do you add it?? can you give step by step help
Put it at line 126. Works for me
End;
FightCaveLoop; clicktocontinue;
Last edited by maikka; 05-09-2013 at 09:37 PM.
I don't know much about scripting but if "click to continue works, then try to add it here :
Procedure FightCaveLoop;
Var
x, y : Integer;
Begin
If FindObjCustom(x, y, ['nter'], caveEntranceWhite, caveTol) Then
Begin
WriteLn('Found correct cave!');
ClickMouse2(True);
While FindObjCustom(x, y, ['nter'], caveEntranceWhite, caveTol) Do
Begin
ClickMouse2(true);
Wait(RandomRange(500, 1000));
End;
If RandomRange(1, 10) > 8 Then
clicktocontinue;
Begin
SetRun(true);
GameTab(tab_Stats);
End;
And here :
While(True) Do
Begin
If not LoggedIn Then
Begin
LogInPlayer;
SetRun(True);
GameTab(tab_Stats);
MakeCompass(185);
SetAngle(0);
clicktocontinue;
End;
FightCaveLoop;
End;
End.
Last edited by skautas; 05-09-2013 at 09:39 PM.
"clicktocontinue;" works, good![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)