me and rostarymes are working on a fix to the middle thingy...
me and rostarymes are working on a fix to the middle thingy...
[SIZE="4"][CENTER][URL="http://www.youtube.com/watch?v=5YsGJz3j4os"]LOL u mad bro?[/URL][/CENTER][/SIZE]
wow thank you verry much its the first time i used this and it works perfect thanks![]()
nice script i tried it and it works great, couple lags like on the fourth run it doesnt click to mine and one time it didnt teleport to the mine place, but thanks for making it ill post proggy later didnt show up for some reason
(\_/)
(O.o) This is Bunny. Copy Bunny into your signature
(> <) to help him on his way to world domination.
Edited by justsh00t : Sorry for this spam I found the error.
Im gonna test this now with 1 player in P2P, i hope i can get nice 8 hour proggys ^^
Reserved for proggy.
EDIT: Oh my, it doesn't even find the ess >.<
EDIT2: Ran it 10 times now, and 6/10 it didn't even find the ess. It also messes up the different mines, i.e when im at top left it says bottom right etc. My first impression of this wasn't very good :/
o_O
Line 1104: [Error] (13371:42): Invalid number of parameters in script
how i fix this
I'm running it right now... I'll post proggy after it finishes![]()
this script lags too much and it says that where i am at in the mine but it doesn't decide or get around to clicking the ess
YAKKY
LEGEND....WAIT FOR IT..........DARY!!!
srry guys this script is broken....
il update it when i get the chance.![]()
[SIZE="4"][CENTER][URL="http://www.youtube.com/watch?v=5YsGJz3j4os"]LOL u mad bro?[/URL][/CENTER][/SIZE]
You should make this script for smart that would be awesome
Nice script it works for me for once all the other scripts dont work or they become out of date in 2 days.
well ive tryed everything now to make this work, it fucking wont :P ill make a video and upload it 2 show u!
This script is working perfectly...
I only have one problem with it, and the same thing happens with your Draynor Baiter. The anti-ban and when it get the levels, it believes that the inventory is full and walks to bank because the level tabs are like the inventory spots because they are in sections...(works fine when it does not open the level tab)
or at least thats my theory
thanks
noidea
Awesome script buddy... There is a bug after you get to the ess area, my character will be standing right next to the essence and the script will say its in the middle and walk away and just stand there. But other than that it's awesome.
nice script i installed smart in it now its perfect
Timo... You know the random were there is a problem with the telportation matrix, Blah Blah Blah. You should ask Wizzup? if you can use his solver for that random event. His is way better than yours but overall I like your ess miner more than his. It doesnt lagg so much and it is faster. Here is, see if you can incorperate it into your script.
SCAR Code:This is by Wizzup?
Function InAbyss: Boolean;
Var
A : Integer;
Begin
A := ScanMiniMap(0, 359, 50);
Status('In Abyss gave '+IntToStr(A)+'.');
If A = 360 Then
Begin
WriteLn('We are in the Abyss random.');
Result := True;
End
End;
Function GuessAbyssRandom: Boolean;
Var
AbyssalMark, iX, iY, I, ChosenColor, Tol, Tries: Integer;
WeirdColors: Array [0..3] Of Integer;
Operate: TPoint;
Begin
WeirdColors[0] := 13751777;
WeirdColors[1] := 4953873;
WeirdColors[2] := 2509833;
Repeat
Case Random(4) Of
0: Begin Operate.X := 252; Operate.Y := 150; End;
1: Begin Operate.X := 278; Operate.Y := 170; End;
2: Begin Operate.X := 238; Operate.Y := 200; End;
3: Begin Operate.X := 215; Operate.Y := 166; End;
End;
For I := 0 To 2 Do
Begin
Tol := 0;
Repeat
Tol := Tol + 1;
iX := MSCX;
iY := MSCY;
If FindColorSpiralTolerance(iX, iY, WeirdColors[I], MSX1, MSY1, MSX2, MSY2, Tol) Then
Begin
ChosenColor := WeirdColors[I];
If (Distance (iX, iY, MSCX, MSCY) < 120) Then Break;
End;
If ChosenColor <> 0 Then Break;
Until Tol > 9;
End;
If ChosenColor <> 0 Then
Begin
MMouse(iX, iY, 0, 0);
Wait(100);
If IsUpText('perate') Then
Begin
GetMousePos(iX, iY);
Mouse(iX, iY, 0, 0, True);
End;
End;
Wait(5000+Random(500));
If Not InAbyss Then
Begin
Abyss := Abyss + 1;
ReportVars[8] := ReportVars[8] + 1;
Result := True;
Wait(1000);
ClickToContinue;
SRLRandomsReport;
Exit;
End;
Tries := Tries + 1;
If TimeFromMark(AbyssalMark) > 60000 * 5 Then Break;
Until Tries > 30;
Tries := 0;
If InAbyss Then
Begin
Repeat
Case Random(4) Of
0: Begin Operate.X := 252; Operate.Y := 150; End;
1: Begin Operate.X := 278; Operate.Y := 170; End;
2: Begin Operate.X := 238; Operate.Y := 200; End;
3: Begin Operate.X := 215; Operate.Y := 166; End;
End;
iX := Operate.X;
iY := Operate.Y;
If FindColorSpiralTolerance(iX, iY, 3393, MSX1, MSY1, MSX2, MSY2, Tol)
Or FindColorSpiralTolerance(iX, iY, 2040150, MSX1, MSY1, MSX2, MSY2, Tol) Then
Begin
If (Distance (iX, iY, MSCX, MSCY) < 80) Then
Begin
MMouse(iX, iY, 0, 0);
Wait(100);
If IsUpText('perate') Then
Begin
GetMousePos(iX, iY);
Mouse(iX, iY, 0, 0, True);
Wait(5000+ Random(500));
If Not InAbyss Then
Begin
Abyss := Abyss + 1;
ReportVars[8] := ReportVars[8] + 1;
Result := True;
ClickToContinue;
SRLRandomsReport;
Exit;
End;
End;
End;
End;
Tries := Tries + 1;
Tol := Tol + 2;
If Tol > 20 Then Tol := 2;
Until Tries > 50;
End;
LogOut;
NOAbyss := NOAbyss + 1;
ReportVars[9] := ReportVars[9] + 1;
Players[CurrentPlayer].Loc := 'Abyss';
SRLRandomsReport;
WriteLn('Abyss Random Event.');
End;
thanks
noidea
The telportation matrix was the only problem i got with it.
Thank You For Using Magnificient Ess
version 1.1 by Timothegreat
--------------------------------------
Ran for: 3 Minutes and 26 Seconds
Total Ess mined: 28
--------------------------------------
~ Players Report ~
--------------------------------------
0: Mined 28 ess
Mining Levels Gained: 0
--------------------------------------
Good work timo, it is a long time ago that i have used wizzup?'s ess miner but that was the best and neat one around, i won't test this one sorry![]()
~Hermen
By the way sorry, I forgot to post a proggie...
Here is it... Also I dont know why it says ) ess mined for player 2.. it mined like 100.
========================================
Thank You For Using Magnificient Ess
version 1.1 by Timothegreat
--------------------------------------
Ran for: 55 Minutes and 36 Seconds
Total Ess mined: 336
--------------------------------------
~ Players Report ~
--------------------------------------
0: Mined 84 ess
Mining Levels Gained: 0
--------------------------------------
1: Mined 252 ess
Mining Levels Gained: 2
--------------------------------------
2: Mined 0 ess
Mining Levels Gained: 0
--------------------------------------
thanks
noidea
thanks for testing![]()
[SIZE="4"][CENTER][URL="http://www.youtube.com/watch?v=5YsGJz3j4os"]LOL u mad bro?[/URL][/CENTER][/SIZE]
timo i will be useings this HEAPS if you fix it it always gets stuck in middile and doesnt have the rocks very fast at all.========================================
Thank You For Using Magnificient Ess
All Players False
========================================
Thank You For Using Magnificient Ess
version 1.1 by Timothegreat
--------------------------------------
Ran for: 3 Minutes and 40 Seconds
Total Ess mined: 0
--------------------------------------
~ Players Report ~
--------------------------------------
0: Mined 0 ess
Mining Levels Gained: 0
--------------------------------------
1: Mined 0 ess
Mining Levels Gained: 0
--------------------------------------
Successfully executed
hey, great script, im just trying to figure out how your auto-responder works, i was trying to customize it a lil and couldnt quite figure it out. i was watching the script run and first sum guy said hi, and it responded with hello, which is awesome but then he was asking me about the pick im using and y i dont buy a better one etc... and then the next run sum guy said hi and it responded with hey, but then the guy asked if i want to join his clan chat...
I added more players so it would last longer... 3 of the players got lost walking out of the bank because it lagged so badly... The other two that got less then 100 ess got lost on the side of the mine and then logged out.
Other then that, good. Here's another Proggie...
========================================
Thank You For Using Magnificient Ess
version 1.1 by Timothegreat
--------------------------------------
Ran for: 2 Hours, 21 Minutes and 37 Seconds
Total Ess mined: 705
--------------------------------------
~ Players Report ~
--------------------------------------
0: Mined 366 ess
Mining Levels Gained: 0
--------------------------------------
1: Mined 0 ess
Mining Levels Gained: 0
--------------------------------------
2: Mined 28 ess
Mining Levels Gained: 0
--------------------------------------
3: Mined 84 ess
Mining Levels Gained: 2
--------------------------------------
4: Mined 227 ess
Mining Levels Gained: 1
--------------------------------------
5: Mined 0 ess
Mining Levels Gained: 0
--------------------------------------
im really trying to fix walking but i have a lot going on lately.
[SIZE="4"][CENTER][URL="http://www.youtube.com/watch?v=5YsGJz3j4os"]LOL u mad bro?[/URL][/CENTER][/SIZE]
There are currently 1 users browsing this thread. (0 members and 1 guests)