Log in

View Full Version : Wizzup's [SRL] Essence Miner.



Pages : 1 2 3 4 5 6 7 8 9 [10] 11 12 13 14 15 16 17

mamoth95
06-24-2007, 02:50 AM
Lol Ya I Was Just Telling The Guy He Was Complaing Bout It Takein So Many Tries Ya And I Agree U Are The Best Scripter Ever U Have Earned A Lot Of Respect In My Book And I Dont Respect Hardly Anyone So U Know U Must Have Done Sometin Good U THE MAN

ianternet
06-24-2007, 10:44 AM
7 hours 2 get 2k ess OMG

Essence Miner by Wizzup?.
Version: 1.15

Rune Essence Mined and Banked : 2106.
Worked for 7 Hours, 13 Minutes and 35 Seconds

EDIT would this run with more than 8 chars

stationer 88
06-24-2007, 12:15 PM
this is great!!! only one problem... when the autominer reaches the bank, it won't bank the rune essence and instead goes off for another load, even though the inventory is already full of ess

ianternet
06-24-2007, 12:25 PM
this is great!!! only one problem... when the autominer reaches the bank, it won't bank the rune essence and instead goes off for another load, even though the inventory is already full of ess
use the bank fix in page one

takeout
06-24-2007, 04:13 PM
i love you wizzup?! shame i cant get in to SRL members because i am rubbish at scripting randomsso i cant get in to SRL members :(

ishownofear
06-24-2007, 05:06 PM
i dont see the bank update on page one

Popeye
06-24-2007, 06:12 PM
Thanks Wissup. Only problem I have is when banking the mouse goes mental and moves all over the screen. Then I dont really understand what im meant to be doing with the BankScreen update...

Any help would be appreciated

Thanks.


Progress Report

----------------------------------------------

Essence Miner by Wizzup?.
Version: 1.15

Worked for 12 Minutes and 18 Seconds

----------------------------------------------

0 : nub = T; Loc = Bank; Banked: 0 Ess; M lvl:22
----------------------------------------------
Mined 0 Essence.
Mining level is 22
Location is Bank.
----------------------------------------------
Our position is MiddleNE.
89
No Portal
Through The portal

Look Me
06-24-2007, 08:32 PM
Thanck you , i mine 5500 rune ess with this program ! Ty alot !

bizmixer
06-24-2007, 08:44 PM
Everything seems to work good up until it gets into my bank and does not deposit the rune ess from my inventory.. The mouse goes a little nuts and keeps closing my bank then re opening it and then finally it goes back for another load but still hasn't deposited the ess. I looked at the bank update page but it doesn't really help because I don't know where in your script to update it..

Help me please?

pjbowlby
06-24-2007, 09:25 PM
i get this error when i try to run the script.
[Runtime Error] : Out Of Range in line 50 in script C:\Documents and Settings\Owner\Local Settings\Temporary Internet Files\Content.IE5\9KYF6XD1\SRL%20Essence%20Miner%2 01.15[1].scar

3Garrett3
06-24-2007, 09:39 PM
i get this error when i try to run the script.
[Runtime Error] : Out Of Range in line 50 in script C:\Documents and Settings\Owner\Local Settings\Temporary Internet Files\Content.IE5\9KYF6XD1\SRL%20Essence%20Miner%2 01.15[1].scar

Set up your players right.

bloody_goblin
06-25-2007, 05:12 PM
yo i was wonder how i get mine to rune for more then around 22 minites because then it logs out and cliks around the log in page thanks for the auto that works thow

Blackhawk
06-25-2007, 05:44 PM
what srl version and what scar version you need? \

bloody_goblin
06-25-2007, 05:58 PM
oh hey i was also wonder how you mine with more then 1 person on this also
an as i said in my other question why it logs me out after about 22 minites

3Garrett3
06-25-2007, 07:18 PM
oh hey i was also wonder how you mine with more then 1 person on this also
an as i said in my other question why it logs me out after about 22 minites


You auto with more than one person by filling in more than one player in declare players.

bubba lou
06-25-2007, 07:36 PM
this worked great at first, but after i got out of the rune essence area and into the shop the mouse just went crazy and flung all around the place in random movements, no clicking. i tried putting the script back in, same thing.

any suggestions.

nice work btw =)

TigerX
06-25-2007, 11:49 PM
hmmm...

wont run anymore error:

Failed when compiling
Line 72: [Error] (16409:1): Unknown identifier 'Xmax' in script C:\Documents and Settings\*******\Desktop\SRL Essence Miner 1[1].15.scar ( it is line 72 if you telete all players and leave player 0! )

i use SCAR 3.06 with SRL 3.8.... maybe its because i use SRL 3.8? if so how do i get it back to 3.6

Wizzup?
06-26-2007, 07:32 AM
Try redownloading the script.

deathader
06-26-2007, 11:56 AM
Ok, it works great :)

One problem. When I watched it the first time, It gained a mining level. That caused it to stop mining. Maby you should make it click the Essence again if it get's a level?

Thanks,
Deathader

penguins
06-26-2007, 01:15 PM
Ok, it works great :)

One problem. When I watched it the first time, It gained a mining level. That caused it to stop mining. Maby you should make it click the Essence again if it get's a level?

Thanks,
Deathader

Someone on this thread explained how do fix this... I'll find it in a second.

Edit:

Alright, open up the script & go to line 173... it should be the function FindFastRandoms, it should look like:

{--------------------------------------------------------

Function FindFastRandoms: Boolean; // By WT-Fakawi.

FindFastRandoms is a quicker version of FindNormalRandoms.
It does not include ALL the Anti-Randoms though.

--------------------------------------------------------}

Function FindFastRandoms: Boolean; // By WT-Fakawi.
var
i: Integer;
begin
for i:=1 to 11 do
begin
case I of
1: If FindDead then
Result := True;
2: If FindMod then
Result := True;
3: If FindMime then
Result := True;
4: If FindMaze then
Result := True;
5: If FindQuiz then
Result := True;
6: If FindDemon then
Result := True;
7: if NoGameTab then
begin
Result := True;
Players[CurrentPlayer].loc := 'No GameTab';
Logout;
Exit;
end;
8 : If RC Then Result := True;

9: If FindTalk Then Result := True;

10: If HandleTrade Then Result := True;
11: ClickToContinue;
End;
Wait(1);
end;
end;

You want to add the:
11: ClickToContinue;

deathader
06-26-2007, 02:06 PM
ok, tyvm :D

bubba lou
06-26-2007, 03:23 PM
Everything seems to work good up until it gets into my bank and does not deposit the rune ess from my inventory.. The mouse goes a little nuts and keeps closing my bank then re opening it and then finally it goes back for another load but still hasn't deposited the ess. I looked at the bank update page but it doesn't really help because I don't know where in your script to update it..

Help me please?

alrite biz this is what u have to do. with the banking problem i had that to. click on the link at the top on the first page that says click here if ur having banking problems yadayada. ok now go to this file
C:\Program Files\SCAR 2.03\includes\SRL\SRL\core\Bank.scar

ok now change the number 185 to 184 and save it. now ur banking problem is solved.

now setting up more players. for the first thing where it says set up players type in your username where it says 'username', and password where it says 'password' i know thats confusing but i think u can do it. now for the second one just put up a different accounts username and password, that simple. after however many loads you have set per accont it will log out and log into the other one. make sure u have ur second one at varrock bank though with a pik. u can use 5 different accounts or have accounts repaet, or look at wizzups guide on how to add even more. oh and for the nickname if ur name is bubba lou then you can put lou,bub,bubb,ubb, etcetera. just put down 3-4 letters of your name no caps no spaces. if u dont you'll get caught by a random. have fun =)

bmnevil1
06-26-2007, 04:14 PM
It used to run smoothly for me but now my char's just sitting in the bank when i run it.

TigerX
06-26-2007, 04:26 PM
mhhmm logs in then sits in bank and does nothing -_-

me_own_me
06-26-2007, 04:27 PM
It used to run smoothly for me but now my char's just sitting in the bank when i run it.

I think the update today messed with it. Mine did the same thing this morning, but I didnt have time to check it out. I had to leave.

bubba lou
06-26-2007, 04:32 PM
same thing happend to me, go into the srl qu estions forum wehre i posted bout the same problem and theres a link to the fix

wcmastery
06-26-2007, 04:43 PM
iv been using ur miner for like 1-2weeks now and all of a sudden it dosent work... I click play and nothing happens.

This si the forum I fill out:
Begin
HowManyPlayers:= NumberOfUsers;
NumberOfPlayers( HowManyPlayers );
CurrentPlayer := StartPlayer;
Players[0].Name :='str b o s s';
Players[0].Pass :='***************';
Players[0].Nick :='tr';
Players[0].Loc :='Bank';
Players[0].Active:=True;
Players[0].Boolean1 := True; // Is The Pick Equipped?
Players[0].Boolean2 := False; // False for brightness Check Once.
Players[0].String1 := '****'; // Bank PIN, If any.

And this:
Const
StartPlayer = 0;
NumberOfUsers = 1;
MinutesPerLoad = 5;
Loads = 10;

Also at the begining of player 1 i put { and end of player 7 put }

Also I add the "click to continue" thing that you will find on page 111.

If anyone knows why it wont work please tell me

bubba lou
06-26-2007, 04:52 PM
http://www.srl-forums.com/forum/show...603#post144603

go to that link it will tell you how to fix ur problem if wen ur scripts load the program does nothing

me_own_me
06-26-2007, 05:39 PM
Here is a copy of the solution:


This is a temp fix:


Go to your Scar map
Open the includes-map.
Open the SRL map.
Again open the SRL map.
Open the Core-map.
Open Login.Scar
Go to line 28.
You should see this line:
Result := (GetColor(422, 480) = 16777215);
Change 422 to 421.
Now it should look like this Result := (GetColor(421, 480) = 16777215);
Save the file.
Test and it should work.


Edit: So If your character stands in bank and does nothing, this will fix it!
And it does work.

Tiim_Xx
06-26-2007, 05:55 PM
Oke here's my problem,

The script logges in, but than it stops..
Scar says the script is still running, but my character is just standing in the bank doing nothing..

Somebody help me?

Ty ;)

Kalitko
06-26-2007, 06:31 PM
Hi i know i'm a noob. Failed when compiling
Line 572: [Warning] (15849:7): "and True" is not needed in script E:\Wizzup Essence Miner 1.09 Pub FIX .scar
Line 968: [Error] (16245:1): Semicolon (';') expected in script E:\Wizzup Essence Miner 1.09 Pub FIX .scar

Ilm1
06-26-2007, 07:26 PM
:( i did that map thing

This is a temp fix:


Go to your Scar map
Open the includes-map.
Open the SRL map.
Again open the SRL map.
Open the Core-map.
Open Login.Scar
Go to line 28.
You should see this line:
Result := (GetColor(422, 480) = 16777215);
Change 422 to 421.
Now it should look like this Result := (GetColor(421, 480) = 16777215);
Save the file.
Test and it should work.


and started ess miner but after it banked one full inv of ess there was a error: [Runtime Error] : divide by Zero in line 1241 in script C:\...
line 1241:
Begin

:confused: :confused: :confused:

theonlynoob1
06-26-2007, 08:23 PM
I keep getting the [Runtime Error] : Out Of Range in line 59 in script C:\DOCUME~1\shawn\LOCALS~1\Temp\SRL Essence Miner 1.15.scar message

Zodia
06-26-2007, 09:55 PM
Yoru script doesn't work, all it does is log in and do nothing else. I am on divi and srl 3.8. Please help me. I will never be able to get a santa without it.

wcmastery
06-26-2007, 09:55 PM
http://www.srl-forums.com/forum/show...603#post144603

go to that link it will tell you how to fix ur problem if wen ur scripts load the program does nothing

Link dosent work...


Me_own_me how what u mean by temp solution. Will it work for ever or only for version 1.15?

dratman333
06-27-2007, 02:12 AM
HELP ME MY SCRIPT IS GOING SCREWY!!!!!!!!!!!:mad: Either it terminateds unsuspectedly, sits in the bank and does nothing OR it doesnt even sign me in!!!!!HELP!!!Plus it opens globals.scar?????AND NOW IT WONT LET ME EXIT SCAR WTF "ACCESS VIOLATION..." WTFH?????????????????????????????????????????????? ?????????????????????????????????????????????????? ?????????????????????????????????????????????????? ?????????????????????????BLEEP!!!!!!!!!!!

TigerX
06-27-2007, 02:58 AM
HELP ME MY SCRIPT IS GOING SCREWY!!!!!!!!!!!:mad: Either it terminateds unsuspectedly, sits in the bank and does nothing OR it doesnt even sign me in!!!!!HELP!!!Plus it opens globals.scar?????AND NOW IT WONT LET ME EXIT SCAR WTF "ACCESS VIOLATION..." WTFH?????????????????????????????????????????????? ?????????????????????????????????????????????????? ?????????????????????????????????????????????????? ?????????????????????????BLEEP!!!!!!!!!!!

WOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOT?:f: :f: :f:

calm down lil kid tell us some more detailed

hbryan1991
06-27-2007, 03:49 AM
mine logs in goes down to ess but then leaves with out mining anything but then go's to bank and repeats some one please help me out

maglor
06-27-2007, 05:59 AM
... Stupid Runescape Update ...

Godlike007
06-27-2007, 08:13 AM
:duh: That scripts seems veery good, but it stopped me at 30min why? I use only 1 account. and if i change nubmerofplayers to 1 and put my pass and user name it says: Out of range line 50? why plz i need help!!

Ilm1
06-27-2007, 09:51 AM
:duh: That scripts seems veery good, but it stopped me at 30min why? I use only 1 account. and if i change nubmerofplayers to 1 and put my pass and user name it says: Out of range line 50? why plz i need help!! what is there in line 50?

Godlike007
06-27-2007, 10:12 AM
my acc password

Ilm1
06-27-2007, 10:39 AM
i got that sometime too but forgot how i fixed it

Godlike007
06-27-2007, 11:01 AM
=( ok thx anyway dude. do u have msn messenger? if u can send it to me. REMEMBER take ur password away =)

Ilm1
06-27-2007, 12:31 PM
-.- lataa uuestaan se ja muokkaa se uuestaan...

Ilm1
06-27-2007, 12:33 PM
:( i did that map thing


and started ess miner but after it banked one full inv of ess there was a error: [Runtime Error] : divide by Zero in line 1241 in script C:\...
line 1241:
Begin

:confused: :confused: :confused:
anyone help? :(

Godlike007
06-27-2007, 12:45 PM
!

Godlike007
06-27-2007, 12:47 PM
moi Voitko selittää mulle SELVÄLLÄ suomen kielellä miten saan sen toimiin. ite teen näin: Kun käytän yhtä ukkoo nii laitan numberofplayers 1 sit etin ne jossa on ukkojen passut ja salikset jätän vaan yhden niistä eli sen nollan. sit kun laitan nimen ja saliksen (jätän nikin tyhjäks kun en tiedä mitä laittaa) nii sit se sekoo. selitä mulle plz =D

Hugolord
06-27-2007, 12:50 PM
moi Voitko selittää mulle SELVÄLLÄ suomen kielellä miten saan sen toimiin. ite teen näin: Kun käytän yhtä ukkoo nii laitan numberofplayers 1 sit etin ne jossa on ukkojen passut ja salikset jätän vaan yhden niistä eli sen nollan. sit kun laitan nimen ja saliksen (jätän nikin tyhjäks kun en tiedä mitä laittaa) nii sit se sekoo. selitä mulle plz =D

English please or i can't help you :S

Godlike007
06-27-2007, 12:53 PM
Ok, i tell. i use only 1 acc. i put numberofusers to 1 and find password and user name things.. u know. i delete all 1-7 but i dont delete 0. i but my pass there and user name (i dont fill nick cause i dunno what i suppose to fill xD)
when i start it it says: out of range line 50

Ip1k1e1r1
06-27-2007, 01:25 PM
STATS ID and STATS PASS

what are these?? im new to scar.. what do these mean?

me_own_me
06-27-2007, 01:31 PM
anyone help? :(

Try re-downloading script.

Ilm1
06-27-2007, 02:57 PM
douh :duh: :duh: i said same to godlike


why i have 10 reputation points? :confused:

Ilm1
06-27-2007, 03:00 PM
STATS ID and STATS PASS

what are these?? im new to scar.. what do these mean?
http://www.stats.srl-forums.com/

Godlike007
06-27-2007, 03:47 PM
Test only =)

Godlike007
06-27-2007, 04:04 PM
Test sorry
im testing singature

Godlike007
06-27-2007, 04:32 PM
:duh: :duh: :duh: i have 20-30 lvls accounts to use this script mining 20-30. but they lvl to fast and script doesnt click click here to continue. i need help with this give me like thread URL

katana
06-27-2007, 05:05 PM
need a new essence miner update!!! plz

supersayian2224
06-27-2007, 06:11 PM
Horray kinda... It worked yesterday for me but now it can't even start running. All it says is player starting etc and then found compass but then it doesn't do anything,.

Granti
06-27-2007, 08:00 PM
Horray kinda... It worked yesterday for me but now it can't even start running. All it says is player starting etc and then found compass but then it doesn't do anything,.

Same ere. Wots going on?!

rotflmfwao
06-28-2007, 01:07 AM
I have the SRL stuff installed to my SCAR 2.03 base file and the latest version (1.15) of Wizzup's Essence Miner. I am wondering what to put in

Players[0].Name :='';
Players[0].Pass :='';
Players[0].Nick :='';

spots and I think I'm supposed to put my stats ID and stats PASSWORD in the

YourSRLSTATSID = ''; // Stats ID.
YourSRLSTATSPASS = ''; // Stats Pass.

spots, but I dunno. Could someone please clarify?:duh:



EDIT: Also, I tried entering my stat stuff into the stat places, and my RS username in the Name and Nick places, and my RS password into the Pass spot, and I got


1 Player...
Compass Found

and then I waited for like 5 minutes and it stayed the same...
What might I be doing wrong?

randy marsh
06-28-2007, 01:45 AM
you sould really use 7 players!

rotflmfwao
06-28-2007, 02:48 AM
Ok, but I only have one account that has the quest done.. one that doesn't... ='(
What should I do then?
:eek:

RAM
06-28-2007, 03:17 AM
Ok, but I only have one account that has the quest done.. one that doesn't... ='(
What should I do then?
:eek:

Create 6 more accounts and do the quest 7 more times.....

~RAM

wcmastery
06-28-2007, 05:08 AM
:duh: :duh: :duh: i have 20-30 lvls accounts to use this script mining 20-30. but they lvl to fast and script doesnt click click here to continue. i need help with this give me like thread URL

Godlike go to page 111. The prob u have with lvling is fixed there. Its a small prob.

bmoz
06-28-2007, 06:06 AM
Horray kinda... It worked yesterday for me but now it can't even start running. All it says is player starting etc and then found compass but then it doesn't do anything,.

yer same problem here it happend to skys east fally smelter too it locates compas and thats it i think it could be the new jagex update fucked up all the scripts ?? time for a update mabee ?:confused:

Runescape Pro
06-28-2007, 08:37 AM
yes, i believe that the new game engine update messed up all the scripts =(.
i hope someone posts up a fixed version because before the new game engine, i mined 10k ess with my character with this kickass script. plz someone fix it:)

O M G owns
06-28-2007, 10:46 AM
Line 185: [Error] (13981:1): Unknown identifier 'Result' in script C:\Documents and Settings\Muut\Omat tiedostot\Vastaanotetut tiedostot\Uusi kansio\Kopio SCAR 3.06\includes\srl\srl\core\Bank.scar
plz help!!!:(:(:(

Koukero
06-28-2007, 11:05 AM
Is this updated after jagex game engine update ?

takeout
06-28-2007, 12:41 PM
I HATE THESE FUCKING LEACHES ! MOST POSTS ARE JUST THEM COMPLAING! PS: GREAT SCRIPT WAZZUP?:google:

dratman333
06-28-2007, 12:57 PM
i dont no wat is up now. everything works, but i dont no how to use the 'rc master' thing.

i havent said this yet, kudos to wizzup?
all i can say improvement wise is to add more anti-randoms

faster789
06-28-2007, 03:13 PM
there is a problem with my scar...in all scripts it keeps saying something like this; Line 303: [Error] (4999:11): Unknown identifier 'ScanExactMinimapD' in script C:\Documents and Settings\Owner\My Documents\lyrics\SCAR 3.06\includes\srl\srl\core\Color.scar

rotflmfwao
06-28-2007, 04:33 PM
Ok, I understand that I have to have 7 or 8 characters with the quest done to run this script, but still, what do I put in each of these three spaces? :duh:
Players[0].Name :='';
Players[0].Pass :='';
Players[0].Nick :='';

Also, what is the minimum number of players that could use this script to make it relatively safe?

and btw,


I HATE THESE FUCKING LEACHES ! MOST POSTS ARE JUST THEM COMPLAING! PS: GREAT SCRIPT WAZZUP?:google:

You're still rated as a leaching noob (chicken), and well, so am I, but It isn't going to help anyone by screaming at leachers. There is already a sticky on the subject... Also, his(her?) name is Wizzup...

katana
06-28-2007, 04:48 PM
30k ess here

brent mtx12
06-28-2007, 05:16 PM
Nice script Wizzup and I ran it for a 5 hour segment then the next day for about 7 hours,but two days later i tryed to run it and i enter the settings right its just when i hit play the mouse wont move so idk? and im new to this so any advice would help alot.

wicked destiny
06-28-2007, 06:37 PM
Line 571: [Warning] (16252:7): "and True" is not needed in script C:\Documents and Settings\sjoerd\Bureaublad\Wizzup Essence Miner 1[1].09 Pub FIX .scar
Line 967: [Error] (16648:1): Semicolon (';') expected in script C:\Documents and Settings\sjoerd\Bureaublad\Wizzup Essence Miner 1[1].09 Pub FIX .scar

getting this errorcan u help me with that?

me_own_me
06-28-2007, 07:28 PM
It is still working great.(over 100k ess)
I am even sometimes getting over 600 ess an hour.
But after the abyss random it is expecting to be in shop.(i think) But most of the time it is in the mine, so it sets player false, and goes on to next player.

Thats about the only problem I have. It misses the drill demon, and the evil bob fishing randoms, but it logs out on them so that still works ok.
I got 8 players from 1 to 50 mining with this script.
Thanks Wizzup? great script!!!

RudeBoiAlex
06-28-2007, 07:41 PM
rolf aint seen a answer from wizzup in days must be tired of all the leeching , double posting ect...

Harry
06-28-2007, 08:29 PM
Dam leechers here..

Wizzup?
06-28-2007, 08:41 PM
I reply daily actually, just busy today..

takeout
06-28-2007, 09:12 PM
You're still rated as a leaching noob (chicken), and well, so am I, but It isn't going to help anyone by screaming at leachers. There is already a sticky on the subject... Also, his(her?) name is Wizzup...
------------------------------------------------------------------

im not a leach, i do most of my posting in the scar-script forums because i find there smaller and better :google:

swordfist
06-28-2007, 09:20 PM
Essence Miner by Wizzup?.
Version: 1.15

Rune Essence Mined and Banked : 4206.
Solved 6 Abyssal Random Events.
Worked for 7 Hours, 38 Minutes and 25 Seconds

Thanks, great script. Does anyone know how to change it so when for instance you dont bank any ess in 10 minutes, it changes player because it can stand in one spot for hours.

kryptonite
06-28-2007, 10:04 PM
when i run the script it just it logs in and then just sits there until it auto logs out. if i run the scripts while i am logged in it just says found compass and sits, i am using scar 3.06 w/ newest srl from the updater. any help would be great

edit: used another script and have same problem

dratman333
06-28-2007, 10:50 PM
w00t longest proggy ever... but there was a computer error:duh:

TigerX
06-29-2007, 01:13 AM
argh...

that robber in front of auburys house killed my 3 times now...

it klicks in the area left next to auburys house and then it just sits there and looks for aubury cant find it tho.
my RS is on low detail and as bright as it could be :D

afcartman
06-29-2007, 04:28 AM
haven't played runescape for awhile but i still have my ess miners from before and i decided to get them mining again.

i've been using wizzup's essminer since scar was still 2.03 and it worked fine.

However, now when i go to mine ess, the mouse is right on the ess but it doesn't click and then character walks to portal and goes to aubury. Then it goes back to ess and repeats over and over. Any ideas?

Wizzup?
06-29-2007, 06:49 AM
Use the Latest SRL, thats most important.

darkfire23
06-29-2007, 08:52 AM
we need an update since the game engine is changed.. all scripts need a change

skyflier0
06-29-2007, 09:07 AM
new Srl version

install it and it should run like its supposed to

Koukero
06-29-2007, 10:15 AM
Use the Latest SRL, thats most important.
Should this script work now ? After jagex game engine update.

Nvm ill try it out :P

Hugolord
06-29-2007, 10:16 AM
Should this script work now ? After jagex game engine update.

why wouldn't it?

newb cheater
06-29-2007, 10:29 AM
Wizzup, after the engine update, I realised that the teleportation matrix stops the script. It solves the random event, but then it logs out at the mines. I got the exact problem with 2 of my characters. They stopped at the mine with their inventory filled with 11 noted ess only.

I wonder what is the problem but I am just bringing it to your attention.

Thanks

P/s: But no matter what, this script owns...lol...best script I have ever used

Koukero
06-29-2007, 11:25 AM
why wouldn't it?
Bcause jagex updated their game engine, thats why...

i tried script now, and it doesnt do anything after it logs in:spongebob:

Hugolord
06-29-2007, 11:32 AM
Bcause jagex updated their game engine, thats why...

i tried script now, and it doesnt do anything after it logs in:spongebob:

Jagex merely update a few pixels of the interface get SRL 3.81 :D

Runescape Pro
06-29-2007, 12:07 PM
dont change your srl, i've found the answer just by googling it =)... all you have to do to get this script up and running again is simply change 1 pixel, kinda like how the bankscreen was. if you have a pc running windows go to START-->MY COMPUTER-->HARD DRIVE(c: or d: or whatever)-->PROGRAM FILES-->SCAR 2.03-->INCLUDES-->SRL-->SRL-->CORE-->and open up login with scar, and on line 27 put this "Result := (GetColor(421, 480) = 16777215;"
instead of "Result := (GetColor(422, 480) = 16777215;" of course without quotations. and thats it =) all your scripts should work again

faster789
06-29-2007, 03:07 PM
Essence Miner by Wizzup?.
Version: 1.15

Rune Essence Mined and Banked : 17560.
Solved 1 Abyssal Random Events.
Worked for 26 Hours, 46 Minutes and 14 Seconds

...this report was b4 the jagex stupid update! now it doesnt work..dont u guys have anything to say about ur script and wat u guys are gona do?

TravisV10
06-29-2007, 06:14 PM
Amazing script.

Runs forever, get a lot of ess, and is amazing. :D

10/10.

da100bomb
06-29-2007, 07:24 PM
Hey Wizzup This is the BEST SCRIPT EVER. 2 thumbs up(h) !
but have you ever thought of making an air runecrafting script? it would go well with this ess miner.

skyflier0
06-29-2007, 07:52 PM
Essence Miner by Wizzup?.
Version: 1.15

Rune Essence Mined and Banked : 17560.
Solved 1 Abyssal Random Events.
Worked for 26 Hours, 46 Minutes and 14 Seconds

...this report was b4 the jagex stupid update! now it doesnt work..dont u guys have anything to say about ur script and wat u guys are gona do?

what's the matter with you?

READ THE POSTS , if you did you would know to get Srl 3.81 THEN the script will work

kryptonite
06-29-2007, 08:31 PM
script is great. the only trouble i have is when i get a mining lvl it sits for a couple minutes, otherise it is great

Notions63
06-29-2007, 09:50 PM
Hey wizzy
it get in like it enter user + pass but after nothing happened.. im i doing something wrong?

yanix
06-29-2007, 10:01 PM
im getting an kind of error when my noob chars lvl up in mining the script dosent re-click on ess to mine plz help


and i do have srl and all stuff it works fine with a better acc like 45 in mining it never stops until i hit Ctrl+Alt+S

afcartman
06-29-2007, 10:58 PM
i just reinstalled scar divi 3.06, installed srl 3.81 and i still have the same problem.

everytime i run the script everything is fine until i get to the ess. then the script HAS THE MOUSE ON THE ESS but doesn't click and proceeds to reenter the portal saying no ess was found. then it teleports BACK to ess and repeats the process.

YES i havescar 3.06
YES i have srl 3.81
YES everything is up to date.

Any ideas?

Biskit
06-30-2007, 03:55 AM
reading the progress reports it looks like an awesome script but i can't get it to work for me, in the thing it says

SRL Compiled in 31msec.
1 Players
Found Compass

and then it doesnt do anything afetr that?? what do i need to do or do i just wait?

laxjl
06-30-2007, 05:31 AM
When I run it, it logs me in and then just stops. in the box it says

SRL Compiled in 16msec.
1 Players
my username

but thats it. It won't work after that it just keeps on running the script but nothing happens. If i could get any help i would appreciate it. I'm kind of new to scar so idk if this is a noob problem or not.

Runescape Pro
06-30-2007, 07:23 AM
read my post noobs for this script and others to work again,
dont change your srl, i've found the answer just by googling it =)... all you have to do to get this script up and running again is simply change 1 pixel, kinda like how the bankscreen was. if you have a pc running windows go to START-->MY COMPUTER-->HARD DRIVE(c: or d: or whatever)-->PROGRAM FILES-->SCAR 2.03-->INCLUDES-->SRL-->SRL-->CORE-->and open up login with scar, and on line 27 put this "Result := (GetColor(421, 480) = 16777215;"
instead of "Result := (GetColor(422, 480) = 16777215;" of course without quotations. and thats it =) all your scripts should work again

RudeBoiAlex
06-30-2007, 07:29 AM
I reply daily actually, just busy today..

really??? kl i thought u posted like every 2-3 days meh MIGHT use sometime this week when i got my new macro army

Biskit
06-30-2007, 08:08 AM
ok, thanks rs2pro. ill test and see if it works this time :)

WonderBread
06-30-2007, 11:13 AM
----------------------------------------------

Essence Miner by Wizzup?.
Version: 1.15

Pure Essence Mined and Banked : 1287.
Solved 1 Abyssal Random Events.
Worked for 1 Hours, 55 Minutes and 44 Seconds


nice script:spot:

skillpoint
06-30-2007, 03:38 PM
When it mines inventory essence and go bank. In bank it opens bank and it doesnt put essences to bank. What i need to do?

Markeh1
06-30-2007, 04:28 PM
It gets stuck at the log in screen \=

afcartman
06-30-2007, 05:18 PM
haven't played runescape for awhile but i still have my ess miners from before and i decided to get them mining again.

i've been using wizzup's essminer since scar was still 2.03 and it worked fine.

However, now when i go to mine ess, the mouse is right on the ess but it doesn't click and then character walks to portal and goes to aubury. Then it goes back to ess and repeats over and over.

legendaryhero90
06-30-2007, 05:37 PM
----------------------------------------------

Essence Miner by Wizzup?.
Version: 1.15

Rune Essence Mined and Banked : 3183.
Solved 3 Abyssal Random Events.
Worked for 8 Hours, 18 Minutes and 6 Seconds

----------------------------------------------

/~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
| SRL Randoms Report |
| www.villu-reborn.com |
|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
| Logged in : 12 |
| New Box[es] Solved : 2 |
\~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/

Markeh1
06-30-2007, 07:31 PM
I have Scar 3.06 and SRL 3.81 and It doesn't get passed the log in screen. Just gets stuck. Any ideas what to do =[?

WonderBread
06-30-2007, 10:13 PM
start the script logged in?

ExecutionerOz
07-01-2007, 01:05 PM
A small problem
http://img262.imageshack.us/img262/3848/pk225021eg6.png

This does not happen all the time but it happens alot. The script miss clicks on the minimap and makes the person not go outside the rune shop. Then it just sits there and logs out after a while. . I don't know how to fix this... I just wanted to report it to you wizzup. Maybe you've even fixed this and if you have i've looked around but maybe not enough and i'm sorry.

3Garrett3
07-01-2007, 01:29 PM
A small problem
http://img262.imageshack.us/img262/3848/pk225021eg6.png

This does not happen all the time but it happens alot. The script miss clicks on the minimap and makes the person not go outside the rune shop. Then it just sits there and logs out after a while. . I don't know how to fix this... I just wanted to report it to you wizzup. Maybe you've even fixed this and if you have i've looked around but maybe not enough and i'm sorry.

Use low detail, duh. :p

bell1313
07-01-2007, 01:38 PM
Hmmmm, it logs in for me then Just doesnt do anything? I have Latest srl etc. Is it something to do with the update to varrock?

Mjordan
07-01-2007, 02:29 PM
Hmmmm, it logs in for me then Just doesnt do anything? I have Latest srl etc. Is it something to do with the update to varrock?
Patch your SRL. Search for the post that nielsie95 made about it, and it will tell you what to do.

faster789
07-01-2007, 03:17 PM
Originally Posted by faster789
Essence Miner by Wizzup?.
Version: 1.15

Rune Essence Mined and Banked : 32560.
Solved 29 Abyssal Random Events.
Worked for 48 Hours, 12 Minutes and 11 Seconds

Wizzup?
07-01-2007, 04:26 PM
Nice! haha, I'll add that one.

slovakia21
07-01-2007, 05:19 PM
Essence Miner by Wizzup?.
Version: 1.15

Rune Essence Mined and Banked : 1348.
Solved 2 Abyssal Random Events.
Worked for 2 Hours, 5 Minutes and 47 Seconds

sick script wizzp? .. u rock

legendaryhero90
07-01-2007, 07:14 PM
----------------------------------------------

Essence Miner by Wizzup?.
Version: 1.15

Rune Essence Mined and Banked : 6069.
Solved 8 Abyssal Random Events.
Missed 1 Abyssal Random Events.
Worked for 11 Hours, 21 Minutes and 27 Seconds

----------------------------------------------

/~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
| SRL Randoms Report |
| www.villu-reborn.com |
|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
| Logged in : 26 |
\~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/

Reapers Urge
07-02-2007, 05:14 AM
Line 572: [Warning] (15901:7): "and True" is not needed in script C:\Documents and Settings\Joiner\Local Settings\Temporary Internet Files\Content.IE5\AKYWHGG8\Wizzup%20Essence%20Mine r%201[1].09%20Pub%20FIX%20.scar
Line 968: [Error] (16297:1): Semicolon (';') expected in script C:\Documents and Settings\\Local Settings\Temporary Internet Files\Content.IE5\AKYWHGG8\Wizzup%20Essence%20Mine r%201[1].09%20Pub%20FIX%20.scar

How to fix?

gamesngeeks
07-02-2007, 05:53 AM
im haveing troble it logs in but than just sits there please help

Runescape Pro
07-02-2007, 06:51 AM
THIS IS THE LAST TIME IM GUNNA HELP OUT ANY OF YOU NOOBS!
If your script logs in and just sits there til you log out,

dont change your srl, i've found the answer just by googling it =)... all you have to do to get this script up and running again is simply change 1 pixel, kinda like how the bankscreen was. if you have a pc running windows go to START-->MY COMPUTER-->HARD DRIVE(c: or d: or whatever)-->PROGRAM FILES-->SCAR 2.03-->INCLUDES-->SRL-->SRL-->CORE-->and open up login with scar, and on line 27 put this "Result := (GetColor(421, 480) = 16777215;"
instead of "Result := (GetColor(422, 480) = 16777215;" of course without quotations. and thats it =) all your scripts should work again
and if you dont understand that, your an ubernoob. i posted that on page 118. and i googled it, so next time you have a problem, :google:

99percent
07-02-2007, 08:25 AM
ill post a proggie report after i learn how to use scar, im using this cose the tut im foloing is using it as an example

C4rl1t0
07-02-2007, 01:07 PM
Pure Essence Mined and Banked : 28.
Worked for 7 Minutes and 5 Seconds

----------------------------------------------

0 : ---- = T; Loc = ToBank; Banked: 28 Ess; M lvl:57
----------------------------------------------
-------
Mined 28 Essence.
Mining level is 57
Location is ToBank.
----------------------------------------------
NextPlayer

i dont have a next player... how can i stop it from switching chars cuz my guy is perfect spot where it should be running -.-

Scarf4ce
07-02-2007, 05:18 PM
Nice script but after running it like 10 times, the script only manages to mine 150 essence in an hour after running it about 10 hours each time, but sometimes I got lucky and managed to get to 250-300 an hour. Each time atleast one or two characters ends up in lumbridge with their pickaxe noted and it keeps clicking south until it ends up in the lumbridge swap mine, and takes quite a while to notice it's nowhere near aubury and varrock.

bjhfds
07-02-2007, 09:28 PM
im new to scar and i keep getting this error

Line 44: [Error] (44:1) : Unknown Identifier 'HowManyPlayers' in script

TigerX
07-03-2007, 02:48 AM
----------------------------------------------

Essence Miner by Wizzup?.
Version: 1.15

Rune Essence Mined and Banked : 727.
Solved 2 Abyssal Random Events.
Worked for 2 Hours, 0 Minutes and 55 Seconds

----------------------------------------------
----------------------------------------------

Essence Miner by Wizzup?.
Version: 1.15

Rune Essence Mined and Banked : 727.
Solved 1 Abyssal Random Events.
Worked for 1 Hours, 58 Minutes and 35 Seconds

----------------------------------------------

/~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
| SRL Randoms Report |
| www.villu-reborn.com |
|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
| Fight Random[s] : 3 |
| Mod[s] encountered : 4 |
\~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/

For some reason The ess miner always stops at 727 ess

EDIT ok found the problem it doesnt klick "klick here to continue" when it levels... i know there is a fix here but i dont know where >.<

Biskit
07-03-2007, 05:38 AM
Yay awesome script after I got it to work :) I was getting about 400 - 500 ess per hour:) :) :) :) :) :) :)

hampus008
07-03-2007, 03:14 PM
Hi.
This is a grat script i got like 18k ess from it
But i got 2 questions
1:Does it work for pure ess?
2:But it stoped working :/
When i use the crosshair on the screen its ok.
But when i press play nothing happends the mouse dosent move?
Whats the problem??

ckeboss
07-03-2007, 05:10 PM
It works great. if i cant find the ess It finds portal and then tellys out finds arbby again and then telllys back to ess. Theres only one bug and that is when it is mineing, and you level up, it doesnot click on the ess again. If you could put a true/false random clicks on the ess rock each time you mine it, that would fix it. Its the best though!:D

Lalaji
07-03-2007, 10:25 PM
The mouse moves very slow in 1.15

Even after i changed the mouse speed is still runs at about 5-8.
Is there anywhere else i can change the speed?

xaviarrob
07-03-2007, 11:20 PM
hey nice bot dude going to try now

bmoz
07-04-2007, 01:01 AM
hey wizzup i been runnin your script for weeks now its still great little info on the new jagex update as youve all probly seen theres a gaurd near aubrys tent that when you talk to it says "looking for suspisious charecters" lol and theres a rather discusting mining action update seems to take a bit longer to mine the ess. dont know if the gaurd has anything to do with it but i got alot more randoms last nite. -USE MULTI PLAYER-:D anyways script still seems to be working fine top effort :D

Lalaji
07-04-2007, 01:18 AM
Yeah the new mining thing SUCKS!! i only for like 600 ess after 2 hrs. On rune pick that too...

renwick
07-04-2007, 03:18 AM
----------------------------------------------

Essence Miner by Wizzup?.
Version: 1.15

Rune Essence Mined and Banked : 812.
Missed 1 Abyssal Random Events.
Worked for 1 Hours, 33 Minutes and 10 Seconds

----------------------------------------------

farhan1
07-04-2007, 03:26 AM
hey how do i get it to stop depositing rune pic axe into bank? my attk lvl is only 13 so i cant wiled it, buh everytime i use scripti it deposits the picaxe

paul 412
07-04-2007, 04:25 AM
hey
so it logs me in.
and while im in the bank i just stand there.
i dotn move or anything.

andi t says
file access error.


plz help me.

brendon
07-04-2007, 04:45 AM
my testSRL Compiled in 16msec.
8 Players
Our position is North-East.
97
No Portal
Through The portal
----------------------------------------------

Essence Miner by Wizzup?.
Version: 1.15

Rune Essence Mined and Banked : 28.
Worked for 2 Minutes and 34 Seconds

----------------------------------------------

0 : moe = T; Loc = Bank; Banked: 28 Ess; M lvl:65
1 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
2 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
3 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
4 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
5 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
6 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
7 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
----------------------------------------------
moebuis.
Mined 28 Essence.
Mining level is 65
Location is Bank.
----------------------------------------------
Our position is South-West.
0
0
0
0
0
0
0
0
19
18
247
No Portal
No Portal
63
53
44
275
No Portal
Through The portal
----------------------------------------------

Essence Miner by Wizzup?.
Version: 1.15

Rune Essence Mined and Banked : 56.
Worked for 4 Minutes and 52 Seconds

----------------------------------------------

0 : moe = T; Loc = Bank; Banked: 56 Ess; M lvl:65
1 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
2 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
3 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
4 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
5 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
6 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
7 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
----------------------------------------------
moebuis.
Mined 56 Essence.
Mining level is 65
Location is Bank.
----------------------------------------------
Our position is North-West.
2
29
42
80
26
60
45
104
No Portal
Through The portal
----------------------------------------------

Essence Miner by Wizzup?.
Version: 1.15

Rune Essence Mined and Banked : 84.
Worked for 7 Minutes and 10 Seconds

----------------------------------------------

0 : moe = T; Loc = Bank; Banked: 84 Ess; M lvl:65
1 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
2 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
3 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
4 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
5 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
6 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
7 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
----------------------------------------------
moebuis.
Mined 84 Essence.
Mining level is 65
Location is Bank.
----------------------------------------------
Our position is North-West.
4
0
2
17
37
46
63
41
50
89
No Portal
Through The portal
----------------------------------------------

Essence Miner by Wizzup?.
Version: 1.15

Rune Essence Mined and Banked : 112.
Worked for 9 Minutes and 52 Seconds

----------------------------------------------

0 : moe = T; Loc = Bank; Banked: 112 Ess; M lvl:65
1 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
2 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
3 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
4 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
5 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
6 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
7 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
----------------------------------------------
moebuis.
Mined 112 Essence.
Mining level is 65
Location is Bank.
----------------------------------------------
Our position is South-West.
15
22
81
No Portal
Through The portal
----------------------------------------------

Essence Miner by Wizzup?.
Version: 1.15

Rune Essence Mined and Banked : 140.
Worked for 12 Minutes and 10 Seconds

----------------------------------------------

0 : moe = T; Loc = Bank; Banked: 140 Ess; M lvl:65
1 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
2 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
3 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
4 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
5 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
6 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
7 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
----------------------------------------------
moebuis.
Mined 140 Essence.
Mining level is 65
Location is Bank.
----------------------------------------------
Our position is MiddleNE.
413
No Portal
Through The portal
----------------------------------------------

Essence Miner by Wizzup?.
Version: 1.15

Rune Essence Mined and Banked : 168.
Worked for 14 Minutes and 35 Seconds

----------------------------------------------

0 : moe = T; Loc = Bank; Banked: 168 Ess; M lvl:65
1 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
2 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
3 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
4 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
5 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
6 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
7 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
----------------------------------------------
moebuis.
Mined 168 Essence.
Mining level is 65
Location is Bank.
----------------------------------------------
Our position is South-West.
21
25
6
18
37
44
32
14
49
184
No Portal
Through The portal
----------------------------------------------

Essence Miner by Wizzup?.
Version: 1.15

Rune Essence Mined and Banked : 196.
Worked for 17 Minutes and 3 Seconds

----------------------------------------------

0 : moe = T; Loc = Bank; Banked: 196 Ess; M lvl:65
1 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
2 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
3 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
4 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
5 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
6 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
7 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
----------------------------------------------
moebuis.
Mined 196 Essence.
Mining level is 65
Location is Bank.
----------------------------------------------
Our position is MiddleNE.
13
6
8
63
89
No Portal
Through The portal
----------------------------------------------

Essence Miner by Wizzup?.
Version: 1.15

Rune Essence Mined and Banked : 224.
Worked for 19 Minutes and 37 Seconds

----------------------------------------------

0 : moe = T; Loc = Bank; Banked: 224 Ess; M lvl:65
1 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
2 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
3 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
4 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
5 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
6 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
7 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
----------------------------------------------
moebuis.
Mined 224 Essence.
Mining level is 65
Location is Bank.
----------------------------------------------
Our position is MiddleSW.
Did not find any essence..
7
6
22
57
68
56
15
18
50
304
No Portal
Through The portal
----------------------------------------------

Essence Miner by Wizzup?.
Version: 1.15

Rune Essence Mined and Banked : 224.
Worked for 20 Minutes and 48 Seconds

----------------------------------------------

0 : moe = T; Loc = Aubury; Banked: 224 Ess; M lvl:65
1 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
2 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
3 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
4 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
5 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
6 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
7 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
----------------------------------------------
moebuis.
Mined 224 Essence.
Mining level is 65
Location is Aubury.
----------------------------------------------
Our position is MiddleNE.
92
No Portal
Through The portal
----------------------------------------------

Essence Miner by Wizzup?.
Version: 1.15

Rune Essence Mined and Banked : 252.
Worked for 22 Minutes and 40 Seconds

----------------------------------------------

0 : moe = T; Loc = Bank; Banked: 252 Ess; M lvl:65
1 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
2 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
3 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
4 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
5 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
6 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
7 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
----------------------------------------------
moebuis.
Mined 252 Essence.
Mining level is 65
Location is Bank.
----------------------------------------------
Our position is South-East.
1
0
0
3
11
22
15
20
12
28
70
26
31
21
12
14
11
0
2
3
6
9
14
29
14
33
73
36
31
23
19
10
11
0
0
3
18
8
22
10
12
30
29
26
10
10
19
22
15
2
4
0
13
5
14
10
14
33
31
36
10
12
19
18
11
0
0
0
18
9
22
33
12
30
70
26
10
10
22
22
21
2
2
0
13
5
15
12
14
31
29
78
10
16
21
14
8
1
0
3
9
No Portal
Through The portal
----------------------------------------------

Essence Miner by Wizzup?.
Version: 1.15

Rune Essence Mined and Banked : 280.
Worked for 25 Minutes and 41 Seconds

----------------------------------------------

0 : moe = T; Loc = Bank; Banked: 280 Ess; M lvl:65
1 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
2 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
3 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
4 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
5 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
6 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
7 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
----------------------------------------------
moebuis.
Mined 280 Essence.
Mining level is 65
Location is Bank.
----------------------------------------------
Our position is North-East.
5
59
102
No Portal
Through The portal
----------------------------------------------

Essence Miner by Wizzup?.
Version: 1.15

Rune Essence Mined and Banked : 308.
Worked for 27 Minutes and 59 Seconds

----------------------------------------------

0 : moe = T; Loc = Bank; Banked: 308 Ess; M lvl:65
1 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
2 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
3 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
4 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
5 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
6 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
7 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
----------------------------------------------
moebuis.
Mined 308 Essence.
Mining level is 65
Location is Bank.
----------------------------------------------
Our position is South-East.
69
120
No Portal
Through The portal
----------------------------------------------

Essence Miner by Wizzup?.
Version: 1.15

Rune Essence Mined and Banked : 336.
Worked for 30 Minutes and 15 Seconds

----------------------------------------------

0 : moe = T; Loc = Bank; Banked: 336 Ess; M lvl:65
1 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
2 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
3 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
4 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
5 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
6 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
7 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
----------------------------------------------
moebuis.
Mined 336 Essence.
Mining level is 65
Location is Bank.
----------------------------------------------
Our position is South-East.
26
41
49
52
38
29
77
90
No Portal
Through The portal
----------------------------------------------

Essence Miner by Wizzup?.
Version: 1.15

Rune Essence Mined and Banked : 364.
Worked for 32 Minutes and 43 Seconds

----------------------------------------------

0 : moe = T; Loc = Bank; Banked: 364 Ess; M lvl:65
1 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
2 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
3 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
4 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
5 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
6 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
7 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
----------------------------------------------
moebuis.
Mined 364 Essence.
Mining level is 65
Location is Bank.
----------------------------------------------
Our position is South-East.
66
67
654
No Portal
Through The portal
----------------------------------------------

Essence Miner by Wizzup?.
Version: 1.15

Rune Essence Mined and Banked : 392.
Worked for 35 Minutes and 2 Seconds

----------------------------------------------

0 : moe = T; Loc = Bank; Banked: 392 Ess; M lvl:65
1 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
2 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
3 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
4 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
5 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
6 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
7 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
----------------------------------------------
moebuis.
Mined 392 Essence.
Mining level is 65
Location is Bank.
----------------------------------------------
Our position is MiddleSW.
27
46
52
44
33
24
60
343
No Portal
Through The portal
----------------------------------------------

Essence Miner by Wizzup?.
Version: 1.15

Rune Essence Mined and Banked : 420.
Worked for 37 Minutes and 32 Seconds

----------------------------------------------

0 : moe = T; Loc = Bank; Banked: 420 Ess; M lvl:65
1 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
2 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
3 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
4 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
5 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
6 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
7 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
----------------------------------------------
moebuis.
Mined 420 Essence.
Mining level is 65
Location is Bank.
----------------------------------------------
Our position is South-East.
50
20
5
4
9
20
46
54
63
72
65
96
No Portal
Through The portal
----------------------------------------------

Essence Miner by Wizzup?.
Version: 1.15

Rune Essence Mined and Banked : 448.
Worked for 40 Minutes and 8 Seconds

----------------------------------------------

0 : moe = T; Loc = Bank; Banked: 448 Ess; M lvl:65
1 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
2 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
3 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
4 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
5 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
6 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
7 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
----------------------------------------------
moebuis.
Mined 448 Essence.
Mining level is 65
Location is Bank.
----------------------------------------------
Our position is North-West.
17
11
11
31
97
No Portal
Through The portal
----------------------------------------------

Essence Miner by Wizzup?.
Version: 1.15

Rune Essence Mined and Banked : 476.
Worked for 42 Minutes and 31 Seconds

----------------------------------------------

0 : moe = T; Loc = Bank; Banked: 476 Ess; M lvl:65
1 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
2 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
3 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
4 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
5 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
6 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
7 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
----------------------------------------------
moebuis.
Mined 476 Essence.
Mining level is 65
Location is Bank.
----------------------------------------------
Our position is South-West.
243
No Portal
50
279
No Portal
Through The portal
----------------------------------------------

Essence Miner by Wizzup?.
Version: 1.15

Rune Essence Mined and Banked : 504.
Worked for 45 Minutes and 0 Seconds

----------------------------------------------

0 : moe = T; Loc = Bank; Banked: 504 Ess; M lvl:65
1 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
2 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
3 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
4 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
5 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
6 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
7 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
----------------------------------------------
moebuis.
Mined 504 Essence.
Mining level is 65
Location is Bank.
----------------------------------------------
Our position is South-East.
39
7
5
3
14
26
48
62
59
66
87
No Portal
Through The portal
----------------------------------------------

Essence Miner by Wizzup?.
Version: 1.15

Rune Essence Mined and Banked : 532.
Worked for 47 Minutes and 29 Seconds

----------------------------------------------

0 : moe = T; Loc = Bank; Banked: 532 Ess; M lvl:65
1 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
2 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
3 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
4 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
5 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
6 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
7 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
----------------------------------------------
moebuis.
Mined 532 Essence.
Mining level is 65
Location is Bank.
----------------------------------------------
Our position is North-West.
57
45
43
50
84
No Portal
Through The portal
----------------------------------------------

Essence Miner by Wizzup?.
Version: 1.15

Rune Essence Mined and Banked : 560.
Worked for 49 Minutes and 40 Seconds

----------------------------------------------

0 : moe = T; Loc = Bank; Banked: 560 Ess; M lvl:65
1 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
2 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
3 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
4 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
5 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
6 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
7 : = T; Loc = Bank; Banked: 0 Ess; M lvl:0
----------------------------------------------
moebuis.
Mined 560 Essence.
Mining level is 65
Location is Bank.
----------------------------------------------

bryn2
07-04-2007, 06:05 AM
hello wizzup!

i need help with using scar, i was wondering if you could explain to me how to set up your auto rune essence miner. i know the basics of scar as i have read many tutorials. you can reach me at little_midget_dude@hotmail.com


thank you:D

slovakia21
07-04-2007, 07:37 AM
hey how do i get it to stop depositing rune pic axe into bank? my attk lvl is only 13 so i cant wiled it, buh everytime i use scripti it deposits the picaxe

say false on the thing where it says "//is pickaxe eqiped":spongebob:

================================================== ====================
lol i dont know if this is happening to anyone else but once in a while thie script stop lags a lot everything stops moving its same kind of thing when new varrock was released and u ran 1.09. If u have the same problem and know a way to fix it plz tell me thanks. btw i run this script on 6 chars with 3 of em above 4 mining so i got around 10k ess running it thanks wizzup for a great script.

bubbleboy13
07-04-2007, 07:39 AM
im really new to this whole scripting thing, so can someone tell me how to use this script? im only running 1 character, but whenever i try to run it it says cant find includes: SRL.scar, Mining.scar, and trade.scar

help? please. i really want to use this thing.

slovakia21
07-04-2007, 07:47 AM
im really new to this whole scripting thing, so can someone tell me how to use this script? im only running 1 character, but whenever i try to run it it says cant find includes: SRL.scar, Mining.scar, and trade.scar

help? please. i really want to use this thing.

get srl. when on scar click file and then download srl.

renwick
07-04-2007, 11:46 AM
Another Proggie :)

----------------------------------------------

Essence Miner by Wizzup?.
Version: 1.15

Rune Essence Mined and Banked : 2154.
Solved 2 Abyssal Random Events.
Worked for 3 Hours, 52 Minutes and 26 Seconds

----------------------------------------------

Pixelate
07-04-2007, 01:06 PM
heres my proggie:

----------------------------------------------
----------------------------------------------

Essence Miner by Wizzup?.
Version: 1.15

Pure Essence Mined and Banked : 1510.
Solved 2 Abyssal Random Events.
Worked for 2 Hours, 43 Minutes and 56 Seconds

----------------------------------------------

0 : utle = T; Loc = Bank; Banked: 1510 Ess; M lvl:57

i LOVE your script man this is my best yes running for 2 hours i love it easily my favorite most reliable script

Sir R. M8gic1an
07-04-2007, 03:38 PM
nearly flawless, so far i've only spotted two things:
it isn't reading the level right, i've lvled 4 times and it still says im at the same lvl, and when you lvl and you're mining rune essence you have to click again on the essense to start mining again, for me the bot just stood there looking awkward :p

but exelent work man, you deserve an award i'd say :p

bubbleboy13
07-04-2007, 04:27 PM
get srl. when on scar click file and then download srl.


Ok, I did that and it took care of that problem. Now im getting an error that says something about Line 303.

dirtjumper01
07-05-2007, 04:19 AM
Is it possible for me to keep this auto on all night? Or do I run a huge chance of being banned? I would really like to be able to do this? is it possible, what about malfunctions and stuff? Can someone help me make this work through the night?

PS+ This is only for one user, so one guy running alllllll night.

knassyl
07-05-2007, 04:47 AM
Rune Essence Mined and Banked : 1347.
Solved 3 Abyssal Random Events.
Worked for 2 Hours, 40 Minutes and 56 Seconds

----------------------------------------------

0 : death = T; Loc = Bank; Banked: 1347 Ess; M lvl:48
----------------------------------------------

Pixelate
07-05-2007, 04:53 AM
yes it is safe to run all night but it will not go all night it will stop there is alwasys problem my longest run when i did all night was almost 3 hours so yes just run over night

renwick
07-05-2007, 06:49 AM
If you have enough accounts, then you can easily run it overnight.

swordfist
07-05-2007, 03:41 PM
Anyone know how to change it so you don't stand in al kharid or lumbridge swamp for hours on end. Good script though.

Essence Miner by Wizzup?.
Version: 1.15

Rune Essence Mined and Banked : 2022.
Solved 2 Abyssal Random Events.
Worked for 4 Hours, 27 Minutes and 9 Seconds

Essence Miner by Wizzup?.
Version: 1.15

Rune Essence Mined and Banked : 2022.
Solved 2 Abyssal Random Events.
Worked for 8 Hours, 16 Minutes and 41 Seconds

Still had another 6 characters true.

dirtjumper01
07-05-2007, 04:30 PM
Why can I only mine for around 20-30 minutes before it logs out?????I am using only one character though. But I changed loads to 30.

It's pissing me off because I am having to constantly watch it. it's been running for 2 hours and I only have around 500 ess! plz help

thx.

SSpac
07-05-2007, 05:33 PM
Dude sweet! that scripts owns! I forgot to change the ammount of loads...But it mined all 10, and left me in the bank! W000t nice! You are my friend for ever!!

aka1represent
07-05-2007, 08:49 PM
I'm trying to use scar to but im keep getting error's
it would be great if some1 can help me solve these errors.
it will be really kind to add me on messenger my msn is :

aka_mc_ginoo@hotmail.com


Otherwise u can just help me with these error's via this forum
here they come


Failed when compiling
Line 303: [Error] (5002:11): Unknown identifier 'ScanExactMinimapD' in script C:\Program Files\SCAR 3.06\includes\srl\srl\core\Color.scar
Failed when compiling
Line 218: [Error] (218:4): Unknown identifier 'InAbstractBox' in script C:\Program Files\SCAR 3.06\includes\srl\srl\core\Color.scar

Please help me will be great

aka1represent
07-05-2007, 09:00 PM
I'm trying to use scar to but im keep getting error's
it would be great if some1 can help me solve these errors.
it will be really kind to add me on messenger my msn is :

aka_mc_ginoo@hotmail.com


Otherwise u can just help me with these error's via this forum
here they come


Failed when compiling
Line 303: [Error] (5002:11): Unknown identifier 'ScanExactMinimapD' in script C:\Program Files\SCAR 3.06\includes\srl\srl\core\Color.scar
Failed when compiling
Line 218: [Error] (218:4): Unknown identifier 'InAbstractBox' in script C:\Program Files\SCAR 3.06\includes\srl\srl\core\Color.scar

Please help me will be great

aka1represent
07-05-2007, 09:01 PM
sorry for the post 2 times acident

aka1represent
07-05-2007, 09:11 PM
I'm trying to use this script too but im keep getting error's
it would be great if some1 can help me solve these errors.
it will be really kind to add me on messenger my msn is :

aka_mc_ginoo@hotmail.com


Otherwise u can just help me with these error's via this forum
here they come


Failed when compiling
Line 303: [Error] (5002:11): Unknown identifier 'ScanExactMinimapD' in script C:\Program Files\SCAR 3.06\includes\srl\srl\core\Color.scar
Failed when compiling
Line 218: [Error] (218:4): Unknown identifier 'InAbstractBox' in script C:\Program Files\SCAR 3.06\includes\srl\srl\core\Color.scar

Please help me will be great there a screenshot of the errors to

1of42
07-06-2007, 02:25 AM
I know this is my first post, but I'm new to autoing (and fully intend to start contributing once I learn more), and I'm getting the following error when I run the script:

"[Runtime Error] : Exception: Filepaths can not contain any of these characters: / : * ? " < > | in line 138 in script C:\Program Files\SCAR 3.10\includes\SRL/SRL.scar"

The same error occurs in SCAR 2.03, which I tried after realizing that the new version, having just come out today, might not be compatible.

When I looked at line 138 of SRL.scar, it was a blank line.

Anyone have any ideas?

Twisted
07-06-2007, 02:42 AM
I had the same exact error.. Someone know how to fix?

supersurtr
07-06-2007, 03:45 AM
is there a way to make it click continue when you lvl up. also mine isnt workin so well; he can do 1 trip on average but after that he starts makin mistakes and i dont know what to do

goldwolf 2
07-06-2007, 04:49 AM
can some on help do fill this thing out and show me what is meant 2 be done plzzz thx

program EssMiner;
{.include SRL/SRL.scar}
{.include SRL/SRL/Skill/Mining.scar}

{
"Stars, Hide your fires, Let not light see my black and deep desires.
The eye wink at the hand; Yet let that be, Which the eye fears when it
is done to see"
Macbeth - Shakespeare
}


Const
StartPlayer = 0;
NumberOfUsers = 1;
MinutesPerLoad = 5;
Loads = 1000;
VersionNumber = '1.09';
YourSRLSTATSID = ''; // Stats ID.
YourSRLSTATSPASS = ''; // Stats Pass.
YourRCMASTER = ' '; // Remote Control Master.
WizzyDebug = True;

Var
Position : String;
EssencePoint : Array [0..4] Of TPoint;
MiningMark, Abyss, NOAbyss, AuburyText, RuneShopColor,
RuneEssenceMined, PureEssenceMined, iMark, IdleMark, IdleMark2, Doors: Integer;
PortalBool, PouchBool, PouchBool2 : Boolean;

Procedure DeclarePlayers;

Begin
HowManyPlayers:= NumberOfUsers;
NumberOfPlayers( HowManyPlayers );
CurrentPlayer := StartPlayer;

Players[0].Name :='';
Players[0].Pass :='';
Players[0].Nick :='';
Players[0].Loc :='Bank';
Players[0].Active:=True;
Players[0].Boolean1 := True; // Is The Pick Equipped?
Players[0].Boolean2 := False; // False for brightness Check Once.
Players[0].String1 := ''; // Bank PIN, If any.

Players[1].Name :='';
Players[1].Pass :='';
Players[1].Nick :='';
Players[1].Loc :='Bank';
Players[1].Active:=True;
Players[1].Boolean1 := True; // Is The Pick Equipped?
Players[1].Boolean2 := False; // False for brightness Check Once.
Players[1].String1 := ''; // Bank PIN, If any.

Players[2].Name :='';
Players[2].Pass :='';
Players[2].Nick :='';
Players[2].Loc :='Bank';
Players[2].Active:=True;
Players[2].Boolean1 := True; // Is The Pick Equipped?
Players[2].Boolean2 := False; // False for brightness Check Once.
Players[2].String1 := ''; // Bank PIN, If any.

Players[3].Name :='';
Players[3].Pass :='';
Players[3].Nick :='';
Players[3].Loc :='Bank';
Players[3].Active:=True;
Players[3].Boolean1 := True; // Is The Pick Equipped?
Players[3].Boolean2 := False; // False for brightness Check Once.
Players[3].String1 := ''; // Bank PIN, If any.

Players[4].Name :='';
Players[4].Pass :='';
Players[4].Nick :='';
Players[4].Loc :='Bank';
Players[4].Active:=True;
Players[4].Boolean1 := True; // Is The Pick Equipped?
Players[4].Boolean2 := False; // False for brightness Check Once.
Players[4].String1 := ''; // Bank PIN, If any.

Players[5].Name :='';
Players[5].Pass :='';
Players[5].Nick :='';
Players[5].Loc :='Bank';
Players[5].Active:=True;
Players[5].Boolean1 := True; // Is The Pick Equipped?
Players[5].Boolean2 := False; // False for brightness Check Once.
Players[5].String1 := ''; // Bank PIN, If any.

Writeln( IntToStr ( NumberOfUsers ) + ' Players' );
End;

Function HighestBrightNess: Boolean;

Begin
GameTab(11);
Wait(400);
If GetColor(712, 226) <> 16777215 Then
Begin
Mouse(712, 226, 2, 2, True);
Result := True;
Wait(200);
End;
End;

Function GetUpTextBlue:String;

Begin
Result := Trim(GetTextAtEx(7, 7, 140, upchars, true,
true, 0, 2, 14277634, 50, True, tr_AllChars));
End;

Function IsUpTextBlue(Text: String): Boolean;

Begin
Result := (Pos(Text, GetUpTextBlue) <> 0)
End;

Function FindAuburyText: Boolean; // FindTalk by Renax, but adepted.
var
ExitCond, NoMoreYellow: Boolean;
Yint, Xmin, diff, difflast, Xmax, XmidRec, Xmid: Integer;
RawMenuText: string;
begin
x := 0;
y := 0;
Xmid := 0;
Xmin := 0;
Xmax := 0;
NoMoreYellow := False;
if (FindColor(x, y, 65535, 10, 25, 511, 334)) and (not (FindColor(x, y, 65280, 220, 130, 290, 165))) then
begin
Result := False;
if (not (FindBitmapMaskTolerance(AuburyText, x, y, 0, 0, 516, 338, 0, 40)))
then
Exit;
if (FindColorSpiral(x, y, 65535, x - 10, y - 10, x + 10, y + 10)) then
begin
Wait(10);
if (GetColor(x, y) = 65535) then
begin
If WizzyDebug Then WriteLn('Spotted aubury text');
Wait(10);
NoMoreYellow := False;
Yint := 0;
repeat
Yint := Yint + 1;
y := y + Yint;
x := 0;
repeat
ExitCond := False;
x := x + 1;
Xmin := x;
if (GetColor(x, y) = 65535) then
ExitCond := True;
if (x > 500) then
begin
x := 0;
ExitCond := True;
NoMoreYellow := True;
end;
until (ExitCond);
ExitCond := False;
x := 520;
while (NoMoreYellow = False) and (ExitCond = False) do
begin
x := x - 1;
Xmax := x;
if (GetColor(x, y) = 65535) then
ExitCond := True;
end;
diff := (Xmax - Xmin);
if (diff > difflast) and (diff > 25) then
begin
XmidRec := ((diff / 2) + Xmin);
end;
difflast := diff;
until (NoMoreYellow)
x := XmidRec;
MMouse(x, y + 6, 3, 0);
Wait(100);
if IsUpTextMulti('Talk', 'lk-to', 'to') Then
begin
GetMousePos(x, y);
Mouse(x, y + 6, 0, 0, False);
if (ChooseOptionGetMenuText(RawMenuText, x, y, 'Teleport')) then
begin
If WizzyDebug Then WriteLn('Found Aubury')
FFlag(1);
Wait(1000 + Random(500))
Result := True;
Exit;
end;
end;
end;
end;
end;
end;

Function AtMine: Boolean;

Var
iX, iY: Integer;

Begin
Result := FindColoredAreaTolerance(iX, iY, 0, MMX1, MMY1, MMX2, MMY2, 100, 0);
End;

Function ScanMiniMap(iFrom, iTo, Distance: Integer): Integer;

Var
I, iX,iY: Integer;
Begin
For I := iFrom To ITo Do
Begin
iX := Round(Distance * Sin(I * Pi / 180)) + 648;
iY := Round(-Distance * Cos(I * Pi / 180)) + 80;
If GetColor(iX, iY) = 0 Then
Begin
Result := Result + 1;
End;
End;
End;

Function InAbyss: Boolean;

Var
A : Integer;

Begin
A := ScanMiniMap(0, 359, 50);
If WizzyDebug Then WriteLn('In Abyss gave '+IntToStr(A)+'.');
If A = 360 Then
Begin
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(10);
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(10);
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;

Function GetPositionInMine: String;

Begin
MakeCompass('N');
If Not LoggedIn Then Exit;
If Not FindSymbol(x, y, 'transportation') Then
Begin
Result := 'Middle';
Exit;
End;

If ScanMiniMap(220, 240, 60) < 15 Then
Begin
Result := 'North-East';
ReportVars[5] := ReportVars[5] + 1;
EssencePoint[0].X := 340;
EssencePoint[0].Y := 61;
EssencePoint[1].X := 295;
EssencePoint[1].Y := 50;
EssencePoint[2].X := 395;
EssencePoint[2].Y := 120;
Exit;
End;

If ScanMiniMap(125,155, 60) < 20 Then
Begin
Result := 'North-West';
ReportVars[6] := ReportVars[6] + 1;
EssencePoint[0].X := 140;
EssencePoint[0].Y := 115;
EssencePoint[1].X := 18;
EssencePoint[1].Y := 70;
EssencePoint[2].X := 120;
EssencePoint[2].Y := 150;
Exit;
End;

If ScanMiniMap(290,330, 55) < 20 Then
Begin
Result := 'South-East';
ReportVars[7] := ReportVars[7] + 1;
EssencePoint[0].X := 350;
EssencePoint[0].Y := 160;
EssencePoint[1].X := 337;
EssencePoint[1].Y := 210;
EssencePoint[2].X := 362;
EssencePoint[2].Y := 125;
If (ScanMiniMap(140, 170, 55) <> 31) Then
Exit;
End;

Result := 'South-West';
ReportVars[2] := ReportVars[2] + 1;
EssencePoint[0].X := 190;
EssencePoint[0].Y := 60;
EssencePoint[1].X := 146;
EssencePoint[1].Y := 94;
EssencePoint[2].X := 285;
EssencePoint[2].Y := 54;

End;

Function GetMiddle:String;

Var
Ex, Ey: Integer;
Begin
If Not LoggedIn Then Exit;

If ScanMiniMap(330, 380, 55) < 35 Then
Begin
Result := 'MiddleSW';
ReportVars[4] := ReportVars[4] + 1;
Ex := 605;
Ey := 116;
EssencePoint[0].X := 170;
EssencePoint[0].Y := 240;
EssencePoint[1].X := 190;
EssencePoint[1].Y := 290;
EssencePoint[2].X := 254;
EssencePoint[2].Y := 274;
End
Else
Begin
Result := 'MiddleNE';
ReportVars[3] := ReportVars[3] + 1;
Ex := 690;
Ey := 30;
EssencePoint[0].X := 360;
EssencePoint[0].Y := 40;
EssencePoint[1].X := 450;
EssencePoint[1].Y := 100;
EssencePoint[2].X := 390;
EssencePoint[2].Y := 30;
End;
Mouse(Ex, Ey, 2, 2, True);
Wait(10);
FFlag(0);
Wait(100);
End;

Function FindEssence(Var iX, iY: Integer): Boolean;

Var
I, Tolerance : Integer;
Begin
If Not LoggedIn Then Exit;
For I := 0 To 2 Do
Begin
Tolerance := - 1;
While Tolerance < 10 Do
Begin
Tolerance := Tolerance + 1;
iX := EssencePoint[I].X;
iY := EssencePoint[I].Y;
If FindColorSpiralTolerance(iX, iY, 9539996, MSX1, MSY1, MSX2, MSY2, Tolerance) Then
Begin
If Distance(iX, iY, EssencePoint[I].X, EssencePoint[I].Y) < 80 Then
Begin
MMouse(iX, iY, 0, 0);
Wait(10);
If IsUpTextBlue('ssen') Then
// If IsUpTextMulti('Esse', 'une Es', 'ine') Then
Begin
GetMousePos(iX, iY);
Result := True;
If WizzyDebug Then WriteLn('Found Essence');
Exit;
End;
End;
End;
End;
End;
End;

Function ToPortal: Boolean;

Var
iX, iY, C : Integer;
Boolie : Boolean;
Begin
If Not LoggedIn Then Exit;
If FindSymbol(iX, iY, 'transportation') Then
Begin
Mouse(iX, iY, 2, 2, True);
Wait(10);
FFlag(0);
FindNormalRandoms;
iX := MSCX;
iY := MSCY;
Repeat
If Random(4) = 3 Then
Boolie := True;
If Boolie Then
Begin
Case Random(3) Of
0: MakeCompass('E');
1: MakeCompass('S');
2: MakeCompass('W');
End;
End;
Wait(50);
C := C + 1;
If FindObj(iX, iY, 'rtal', 12051688, 9) Then
Begin
Mouse(iX, iY, 0, 0, True);
Wait(10);
Result := True;
FFlag(0);
If Boolie Then MakeCompass('N');
Exit;
End;
Wait(1000);
Until C > 2;
If Boolie Then MakeCompass('N');
End;
End;

Function RunToPortal: Boolean;

Begin
MarkTime(iMark);
Repeat
If Not LoggedIn Then Break;
If (TimeFromMark(iMark) > 120000) Then
Begin
If WizzyDebug Then WriteLn('Portal Took too long..logging');
LogOut;
Players[CurrentPlayer].Loc := 'Portal';
End;
If ToPortal Then
Begin
FFlag(0);
Wait(6000);
End
Else Wait(100);
Until Not AtMine;
Result := True;
PortalBool := True;
End;

Function OpenDoor : Boolean;

Var iX, iY,DoorClosed : Integer;

Begin
DoorClosed := DTMFromString('78DA63FCCDC0C0309F01053426CB3370016 94' +
'620FE0F048C6F808C7E5435E97E520CFC503520C0C80E644D 4055' +
'13E7218EAAE617A639E86A0097700CBE');
If Not LoggedIn Then Exit;

If FindDTM(DoorClosed, iX, iY, 140, 90, 425, 325) Then
Begin
MMouse(iX, iY, 2, 2);
GetMousePos(iX, iY);
If isUpText('pen') Then
Mouse(iX, iY, 0,0, True);
Result := True;
If Result Then Doors := Doors + 1;
End;
FreeDTM(DoorClosed);
If (((Result) And (WizzyDebug))) Then writeln('The door was closed, but now opened.')
Else If WizzyDebug Then WriteLn('The door is open');
End;

Function ToBank: Boolean;

Var
iX, iY, BankDTM, D, WalkMark, aMark : Integer;
AngleVar : Extended;
Begin
If Not LoggedIn Then Exit;
SetRun(True);
OpenDoor;
Mouse(687, 30, 4, 4, True);
Wait(100);
MarkTime(aMark);
Repeat
If Not FlagPresent Then
Begin
OpenDoor;
Mouse(687, 30, 4, 4, True);
MarkTime(WalkMark)
Repeat
FindColorSpiral(iX, iY, RuneShopColor, MMX1, MMY1, MMX2, MMY2)
D := Distance(iX, iY, MMCX, MMCY);
Wait(100);
Until ((D > 15) Or (TimeFromMark(WalkMark) > 8000));
End
Else Break;
If TimeFromMark(aMark) > 120000 Then
Begin
WriteLn('ToBank took too long.. logging.');
LogOut;
Players[CurrentPlayer].Loc := 'ToBank2';
Exit;
End;
Until D > 15;
Wait(6000);
FFlag(10);
BankDTM:= DTMFromString('78DA636C666260486140016FDEBC61F80FA 41' +
'981F83F1030B603D5E4A0AA79FB96814103AA060418EB816A B251' +
'D57CFD8AAA0600B6210EA4');

If FindDTMRotated(BankDTM, iX, iY, MMX1, MMY1, MMX2, MMY2, -1.0, 2.0, 1, AngleVar) Then
Begin
Result := True;
Mouse(iX, iY + 1, 0, 0, True);
Wait(3000);
FFlag(0);
End
Else
Begin
LogOut;
Players[CurrentPlayer].Loc := 'ToBank2';
WriteLn('Bank not found');
Exit;
End;
FreeDTM(BankDTM);
SetRun(False);
End;

Function FindAuburyFloorColor(Var iX, iY: Integer): Boolean;

Var
Tol, Floor3 : Integer;
Begin
If Not LoggedIn Then Exit;
Floor3 := BitmapFromString(3, 3, 'z78DA3377333735B1302791' +
'04004AD80BFE');

If FindColoredAreaTolerance(iX, iY, RuneShopColor, MMX1, MMY1, MMX2, MMY2, 16, 9) Then
Begin
RuneShopColor := GetColor(iX , iY);
If WizzyDebug Then WriteLn('RuneShopColor = '+IntToStr(RuneShopColor));
If WIzzyDebug Then WriteLn('Found with FindColoredAreaTolerance.');
Result := True;
End;
Tol := 0;
Repeat
Wait(10);
If Result Then Break;
Tol := Tol + 2;
iX := 618;
iY := 127;
If FindBitMapSpiralTolerance(Floor3, iX, iY, MMX1, MMY1, 650, 150, Tol) Then
Begin
RuneShopColor := GetColor(iX , iY);
If WizzyDebug Then WriteLn('RuneShopColor = '+IntToStr(RuneShopColor));
If WizzyDebug Then WriteLn('Found with Floor3 bmp.');
Result := True;
Break;
End;
Until Tol > 39;
FreeBitMap(Floor3);
End;

Function ToDoor: Boolean;

Var
iX, iY: Integer;

Begin
If FindColorRightTol(iX, iY, RuneShopColor, MMX1, MMY1, MMX2, MMY2, 0) Then
Begin
If WizzyDebug Then WriteLn('Door found');
Result := True;
Mouse(iX - 8, iY + 20, 0, 0, True);
FFlag(0);
End;
End;

Function SpotAubury: Boolean;
// 10855856, 3005947, 2998011
Var
iX, iY, C: Integer;

Begin
Repeat
CloseWindow;
Wait(50);
If FindAuburyText Then
Begin
Result := True;
Break;
End;
iX := MSCX;
iY := MSCY;
If AtMine Then
Begin
Result := True;
Exit;
End;
If FindColorSpiralTolerance(iX, iY, 2998011, MSX1, MSY1, MSX2, MSY2, 4)
Or FindColorSpiralTolerance(iX, iY, 1888494, MSX1, MSY1, MSX2, MSY2, 4) Then
Begin
MMouse(iX, iY, 0, 0);
Wait(10);
If IsupTextMulti('Talk','bury','alk-to') Then
Begin
Mouse(iX, iY, 0, 0, False);
Result := ChooseOption(iX, iY, 'eleport');
If Result Then Exit;
End;
End;
C := C + 1;
Until C > 5;
Wait(500);

If Not LoggedIn Then Exit;
End;

Function PreciseFlag(Var iX, iY: Integer):Boolean;

Begin
Result := FindColor(iX, iY, 255, 570, 5, 735, 166);
If Result Then iX := iX + 1;
If Result Then iY := iY + 14;
End;

Function ColorAroundFlag(iX, iY: Integer) : Boolean;

Begin
Result := FindColorSpiral(iX, iY, RuneShopColor, iX - 2, iY - 2, iX + 2, iY + 2)
End;

Function ToMine: Boolean;

Var
iX, iY, D, zMark : Integer;
Begin

If Not Players[CurrentPlayer].Boolean2 Then
Begin
HighestBrightness;
Players[CurrentPlayer].Boolean2 := True;
End;
If Not LoggedIn Then Exit;
FindPickHeadColor;
Mouse(663, 142, 6, 6, True);
Wait(15000+Random(4000));
FFlag(5);

If FindAuburyFloorColor(iX, iY) Then
Begin
If WizzyDebug Then WriteLn('Exact Color Found');
End
Else
Begin
LogOut;
WriteLn('Could not get the exact color.'+ Chr(13)+
'Wizzup, you should tweak your functions!');
Players[CurrentPlayer].Loc := 'NoColor';
End;

FindColorSpiral(iX, iY, RuneShopColor, MMX1, MMY1, MMX2, MMY2);
D := Distance(iX, iY, MMCX, MMCY);
If WizzyDebug Then WriteLn('Distance = '+IntToStr(D));

If D > 15 Then
Begin
iX := MMCX;
iY := MMCY;
If FindColorSpiral2(iX, iY, RuneShopColor, MMX1, MMY1, MMX2, MMY2) Then
Begin
Mouse(iX, iY, 0, 0, True);
If PreciseFlag(iX, iY) Then
Begin
If ColorAroundFlag(iX, iY) Then
Begin
If WizzyDebug Then WriteLn('Walking INTO the shop now...');
End;
End;
FFlag(0);
End;
End;

iX := MMCX;
iY := MMCY;
FindColorSpiral(iX, iY, RuneShopColor, MMX1, MMY1, MMX2, MMY2)

If Distance(iX, iY, MMCX, MMCY) > 10 Then
Begin
ToDoor;
OpenDoor;
If FindColorSpiral2(iX, iY, RuneShopColor, MMX1, MMY1, MMX2, MMY2) Then
Begin
Mouse(iX, iY, 0, 0, True);
If PreciseFlag(iX, iY) Then
Begin
If ColorAroundFlag(iX, iY) Then
Begin
If WizzyDebug Then WriteLn('Walking INTO the shop now...');
End;
End;
FFlag(0);
End;
End;

If Random(10) = 9 Then BoredHuman;

MarkTime(zMark);
Repeat
FindNormalRandoms;
If (TimeFromMark(zMark) > 240000) Then
Begin
WriteLn('Aubury Took too long..logging');
LogOut;
Players[CurrentPlayer].Loc := 'Aubury';
End;

If SpotAubury Then
Begin
FFlag(0);
Wait(4000);
End
Else
Begin
Wait(100);
ChooseOption(iX, iY, 'ancel');
End;

If Not LoggedIn Then Break;
Until AtMine;

Result := True;
If LoggedIn Then Players[CurrentPlayer].Loc := 'Mine';
End;

Function MyOpenBank: Boolean;

Begin
OpenBankGlass('veb',False,False);
FFlag(0);
Wait(2000);
If BankScreen Or PinScreen Then
Begin
Result := True;
If PinScreen Then InPin(Players[CurrentPlayer].String1);
Exit;
End;
If OpenBankQuiet('veb') Then Result := True;
If PinScreen Then InPin(Players[CurrentPlayer].String1);
End;

Function BankStuff: Boolean;

Var
RuneEss, PureEss: Integer;
Begin
If Not BankScreen Then Exit;
RuneEss := BitmapFromString(8, 12, 'z78DA8DCD3112C3200C44D1' +
'2BE1B02B9B1288B9FF91222315149107EFCCAFF4B08037BB5 84F0' +
'E0E6F9143D724EBAC5F79BE0F1BABF7DDCEB25374B3925858 BCC1' +
'3BBC78E82AA1DBB07EBFAAC8DA3D3130BC1B8A191DFD8F8A6 C424' +
'57515D945E1C685D35564973FA23DD4D48ED5ABACDB560092 CED4' +
'BB9DF73F7ACE7D1F');
PureEss := BitmapFromString(11, 10, 'z78DAA5CF490E03211003C' +
'02FB1B56D8E0CCBFF9F1492CC012962B2B5251F4B6E451616 192B' +
'ABC8CEA62CC771F6A120AFA638D39594B213841C342F27151 536A' +
'6994110F214A59DB9D1783032FCE39018E8CCF474BF693434 B48F' +
'9C555B1CBAF98A185050BED0963DE8B8DFA3DF689BEF90E16 70EA' +
'4994F9C65D5D38159B736596763AB5D3A362C5B46B46AF5D4 AE57' +
'BD3837C02891A6');
// FixBank;
RuneEssenceMined := RuneEssenceMined + CountItemBmpTol(RuneEss, 15);
PureEssenceMined := PureEssenceMined + CountItemBmpTol(PureEss, 15);
ReportVars[1] := ReportVars[1] + 1;
ReportVars[0] := CountItemBmpTol(RuneEss, 15) + CountItemBmpTol(PureEss, 15);
Players[CurrentPlayer].Integer1 := Players[CurrentPlayer].Integer1 + CountItemBmpTol(PureEss, 15) + CountItemBmpTol(RuneEss, 15);
ClickAllItemsBmpTolWait('All', RuneEss, 15, 1500);
ClickAllItemsBmpTolWait('All', PureEss, 15, 1500);
If EquipPick Then Deposit(1, 28, 2)
Else Deposit(2, 28, 2);
FreeBitMap(RuneEss);
FreeBitMap(PureEss);
If BankScreen Then CloseBank;
Players[CurrentPlayer].Banked := Players[CurrentPlayer].Banked + 1;
Banks := Banks + 1;
Result := True;
End;

Procedure PlayerReport;

Var
Active: String;
I:Integer;

Begin
For I := 0 to HowManyPlayers - 1 Do
Begin
If Players[i].Active=True Then Active := 'T' Else Active := 'F';
WriteLn( (IntToStr(I))+' : '+Players[I].nick+ ' = '+
Active+ +'; Loc = '+Players[I].Loc+'; Banked: '+IntToStr(Players[I].Integer1)
+' Ess; M lvl:'+IntToStr(Players[i].Level[15]));
End;
End;

Procedure CurrentPlayerReport;

Begin
WriteLn('----------------------------------------------')
WriteLn(Players[CurrentPlayer].Name+'.');
WriteLn('Mined ' + IntToStr(Players[CurrentPlayer].Integer1) + ' Essence.');
WriteLn('Mining level is ' + IntToStr(Players[CurrentPlayer].Level[15]));
WriteLn('Location is ' + Players[CurrentPlayer].Loc+ '.');
WriteLn('----------------------------------------------')
End;

Procedure ProgressReport;

Begin
WriteLn('----------------------------------------------')
WriteLn('')
WriteLn('Essence Miner by Wizzup?.')
WriteLn('Version: '+VersionNumber)
WriteLn('')
If RuneEssenceMined > 0 Then WriteLn('Rune Essence Mined and Banked : '+IntToStr(RuneEssenceMined)+'.');
If PureEssenceMined > 0 Then WriteLn('Pure Essence Mined and Banked : '+IntToStr(PureEssenceMined)+'.');
If Abyss > 0 Then WriteLn('Solved '+IntToStr(Abyss)+' Abyssal Random Events.');
If NOAbyss > 0 Then WriteLn('Missed '+IntToStr(NoAbyss)+' Abyssal Random Events.');
If Doors > 0 Then WriteLn('Door Opened : '+IntToStr(Doors)+'.');
Writeln('Worked for '+ TimeRunning);
WriteLn('')
WriteLn('----------------------------------------------')
WriteLn('')
PlayerReport;
CurrentPlayerReport;
SRLRandomsReport;
WriteLn('')
WriteLn('----------------------------------------------')
End;

Procedure ClearVars;

Var
I : Integer;
Begin
For I := 1 To 19 Do
ReportVars[I] := 0;
End;

Procedure DoChats;

Begin
SetChat('On', 1);
SetChat('On', 1);
SetChat('Friends', 2);
SetChat('Friends', 2);
SetChat('On', 3);
SetChat('On', 3);
End;

Procedure RandomGameTab;

Var
A: Integer
Begin
A := Random(10) + 1;
If A = 4 Then
Begin
GameTab(2);
HoverSkill('mining', False);
End
Else GameTab(a);
GameTab(4);
End;

Procedure SetupScript;

Begin
ClearDebug;
SetupSRL;
SetupSRLMining;
DeclarePlayers;
RuneShopColor := 4551800; // Temp.
Rcmaster := YourRCMASTER;
RcLoc := 'Bank';
ScriptID := '51';
ClearVars;
SRLID := YourSRLstatsID;
SRLPassword := YourSRLstatsPASS;
CurrentPlayer := StartPlayer;
LoginPlayer;
Wait(1000);
LogOut;
Wait(1000);
LoginPlayer;
Wait(1000);
DoChats;
EquipPick := Players[CurrentPlayer].Boolean1;
AuburyText := CreateBitmapMaskFromText('isthine', upchars);
BenMouse := True;
GetAllLevels;
End;

begin
ActivateClient;
SetupScript;
Repeat
MakeCompass('N');
If Players[CurrentPlayer].Loc = 'Bank' Then
Begin
ToMine;
End;

If Players[CurrentPlayer].Loc = 'Mine' Then
Begin
Wait(500);
If InAbyss Then
Begin
GuessAbyssRandom;
BoredHuman;
End;
Wait(1000);
FindNormalRandoms;
SymbolAccuracy := 0.4;
Position := GetPositionInMine;
If Position = 'Middle' Then Position := GetMiddle;
WriteLn('Our position is '+ Position+'.');

Wait(1000);
If FindEssence(X, Y) Then
Begin
Mouse(X, Y, 0, 0, True);
Wait(10);
FFlag(0);
End
Else
Begin
RunToPortal;
End;
Wait(1000);
MarkTime(IdleMark);
MarkTime(IdleMark2);
MarkTime(MiningMark);
Repeat
If Not LoggedIn Then Break;
If PortalBool Then Break;
If TimeFromMark(IdleMark) > (85000+Random(5000)) Then
Begin
BoredHuman;
WriteLn('Using BoredHuman and HoverSkill To avoid logging out.');
HoverSkill('mining', False);
MarkTime(IdleMark);
End;

If TimeFromMark(IdleMark2) > (40000+Random(5000)) Then
Begin
If WizzyDebug Then WriteLn('Gametabs to avoid logging out.');
RandomGametab;
BoredHuman;
GameTab(4);
MarkTime(IdleMark2);
End;

Wait(400);
If FindNormalRandoms Then
Begin
RunToPortal;
WriteLn('Going to Portal, FindNormalRandoms.');
End;
Wait(400);
RC;
Wait(400);
ClickToContinue;
If FindFight Then
Begin
RunToPortal;
WriteLn('Going to Portal, FindFight.');
Break;
End;
Wait(1);
Until ((InvFull) Or (TimeFromMark(MiningMark) > 1000 * 60 * MinutesPerLoad));
If Not PortalBool Then
Begin
MarkTime(iMark);
Repeat
If Not LoggedIn Then Break;
If (TimeFromMark(iMark) > 120000) Then
Begin
WriteLn('Portal Took too long..logging');
LogOut;
Players[CurrentPlayer].Loc := 'Portal';
End;
If ToPortal Then
Begin
FFlag(0);
Wait(3000);
End
Else Wait(100);
Until Not AtMine;
End
WriteLn('Through The portal');
SymbolAccuracy := 0.8;
PortalBool := False;
Wait(500);
ToBank;
MyOpenBank;
BankStuff;
If LoggedIn Then Players[CurrentPlayer].Loc := 'Bank';
End;
ProgressReport;
If ( LoggedIn And (Players[CurrentPlayer].Banked Mod Loads = 0 )) Then
Begin
DoChats;
LogOut;
Wait(1000);
NextPlayer(True);
EquipPick := Players[CurrentPlayer].Boolean1;
FindPickHeadColor;
GetAllLevels;
End;

If Not LoggedIn Then
Begin
DoChats;
NextPlayer(False);
EquipPick := Players[CurrentPlayer].Boolean1;
FindPickHeadColor;
GetAllLevels;
End;
Until False;
end.

wolfpack81
07-06-2007, 04:53 AM
Ok the only problem I have is that whenever I go up a level it just stays there.

tjbarrett
07-06-2007, 05:18 AM
I know this is my first post, but I'm new to autoing (and fully intend to start contributing once I learn more), and I'm getting the following error when I run the script:

"[Runtime Error] : Exception: Filepaths can not contain any of these characters: / : * ? " < > | in line 138 in script C:\Program Files\SCAR 3.10\includes\SRL/SRL.scar"

The same error occurs in SCAR 2.03, which I tried after realizing that the new version, having just come out today, might not be compatible.

When I looked at line 138 of SRL.scar, it was a blank line.

Anyone have any ideas?

yeah i quoted wrong one on my last post but anyone know anything

dashdingo
07-06-2007, 05:47 AM
Whenever I start it up, it just says "SRL Compiled in 380msec.
1 Players
Found Compass"

And stands there. It happened to me with Wizzup's other miner, too.

swordfist
07-06-2007, 06:49 AM
It always seems to get stuck in one place, for example
Essence Miner by Wizzup?.
Version: 1.15

Rune Essence Mined and Banked : 971.
Solved 1 Abyssal Random Events.
Worked for 1 Hours, 51 Minutes and 39 Seconds

to

Essence Miner by Wizzup?.
Version: 1.15

Rune Essence Mined and Banked : 971.
Solved 1 Abyssal Random Events.
Worked for 2 Hours, 37 Minutes and 52 Seconds

and

Essence Miner by Wizzup?.
Version: 1.15

Rune Essence Mined and Banked : 1187.
Solved 1 Abyssal Random Events.
Worked for 3 Hours, 31 Minutes and 43 Seconds

to

Essence Miner by Wizzup?.
Version: 1.15

Rune Essence Mined and Banked : 1187.
Solved 1 Abyssal Random Events.
Worked for 7 Hours, 54 Minutes and 22 Seconds

Anyone know how to fix it because It really annoys me how I can only get a few thousand if I leave it on all day with 8 true players.

badaa
07-06-2007, 08:05 AM
oooh thanks heaps :)

READ SIG PEEPS

slovakia21
07-06-2007, 11:36 AM
Ok, I did that and it took care of that problem. Now im getting an error that says something about Line 303.

did u go to ur srl folder click on srl and open script srl setup and run it. maybe not

slovakia21
07-06-2007, 11:39 AM
goldwolf dont post the entire script r u retarted ?

da100bomb
07-06-2007, 01:05 PM
Hey Wizzup im just wondering is there any way to change something in the script to make it have full anti randoms.

If there is, could you tell me how?

This is the best script ever Wizzup! :)

outbuster
07-06-2007, 01:21 PM
im having some priblems when starting this script

Line 303: [Error] (5002:11): Unknown identifier 'ScanExactMinimapD' in script C:\Program Files\SCAR 3.06\includes\srl\srl\core\Color.scar

and

Line 218: [Error] (218:4): Unknown identifier 'InAbstractBox' in script C:\Program Files\SCAR 3.06\includes\srl\srl\core\Color.scar

i dont know how to fix this would be great if any help

Tomaster
07-06-2007, 04:02 PM
when i start it, it just says found compass, and then nothing happens, i am in the east varrock bank, but i just sit there doing nothing

1of42
07-06-2007, 04:08 PM
Yeah, so I fixed the first problem I was having, but am now having the same issue as dashdingo and tomaster (it only gets to "Found Compass").

i puzzle i
07-06-2007, 04:39 PM
If you level it just sits there untill the load time is up, coundnt you like click the "Click here to continue" text?

prblmkid
07-07-2007, 01:40 AM
This script works perfectly for me, thanks Wizzup?. I'll post some proggies later. The only thing that doesn't work for me is the multiplayer, even when I change the number of players and fill in the player info, it still won't work. What am I doing wrong?

koodragon
07-07-2007, 02:47 AM
Hey Wizzup i have been looking at alot of your scrips but i seem to having problems with this one whatever i do i keep getting this same error " [Runtime Error] : Out Of Range in line 50 in script C:\Documents and Settings\Bob\Local Settings\Temporary Internet Files\Content.IE5\SHI1W3MH\SRL%20Essence%20Miner%2 01[1].15.scar " i dont know what im doing wrong.

Pixelate
07-07-2007, 03:10 AM
okay i love the script i posted a proggie a few pages back and so i ran the script and lately it just starts loggs in looks at the bag then just starts spining then is stops and keeps clicking on the skills tab i ran it with SCAR 3.06 and it goes to the shop right clicks on aubury then sits there then i right clicks on subury again plz help me with this

Twisted
07-07-2007, 03:28 AM
For the people who need help with the CLick here to continue


Function FindFastRandoms: Boolean; // By WT-Fakawi.
var
i: Integer;
begin
for i:=1 to 11 do
begin
case I of
1: If FindDead then
Result := True;
2: If FindMod then
Result := True;
3: If FindMime then
Result := True;
4: If FindMaze then
Result := True;
5: If FindQuiz then
Result := True;
6: If FindDemon then
Result := True;
7: if NoGameTab then
begin
Result := True;
Players[CurrentPlayer].loc := 'No GameTab';
Logout;
Exit;
end;
8 : If RC Then Result := True;

9: If FindTalk Then Result := True;

10: If HandleTrade Then Result := True;
11: ClickToContinue;
End;
Wait(1);
end;
end;


Swordfist, are you doing Low Detail?



Hey Wizzup i have been looking at alot of your scrips but i seem to having problems with this one whatever i do i keep getting this same error " [Runtime Error] : Out Of Range in line 50 in script C:\Documents and Settings\Bob\Local Settings\Temporary Internet Files\Content.IE5\SHI1W3MH\SRL%20Essence%20Miner%2 01[1].15.scar " i dont know what im doing wrong.


Make sure you have the right number of char. on there. If your only using 1 then make NumberOfUsers 1.

ineedautominers
07-07-2007, 03:29 AM
im gettin an error on line 47. im only using 1 acount at the moment. im using scar divi 3.06 by the way. it says identifier expected in line 47. this is wut i wrote in below. how do i fix it?


Begin
HowManyPlayers:= NumberOfUsers;1
NumberOfPlayers( HowManyPlayers );1
CurrentPlayer := StartPlayer;0

Pixelate
07-07-2007, 03:39 AM
omfg the ( ; ) means the end of a line so you have to put before it change it to this:

Begin
HowManyPlayers:= 1;
NumberOfPlayers( 1 );
CurrentPlayer := 0;

ineedautominers
07-07-2007, 03:49 AM
ohh thnx alot!!!...
ps. im still a major noob on scar.

dashdingo
07-07-2007, 05:25 AM
I got mine working, but for some reason whenever I gain a level (i have a lowbie alt to do mining), my guy stops mining and SCAR just sits there. Is there any fix for this, like clicking on the essence thing twice or something?

Any help would be appreciated.

ineedautominers
07-07-2007, 05:28 AM
umm...i got version 1.15 of the ess miner to work but it doesnt do anything when it gets to the clik here to play screen. plz help

crossback7
07-07-2007, 05:39 AM
Click Here to Play Screen? You need to have the game loaded before you start this dude. . .

C4rl1t0
07-07-2007, 05:41 AM
it works nicely but wont bank essence -.-

1of42
07-07-2007, 07:36 AM
So mine finally worked after reinstalling SCAR 3.10... no idea why, but anyways.

This script is unbelievably good. Many thanks Wizzups!

Twisted
07-07-2007, 01:30 PM
umm...i got version 1.15 of the ess miner to work but it doesnt do anything when it gets to the clik here to play screen. plz help

Click Here to Continue screen? Or what?

koodragon
07-07-2007, 04:17 PM
:fiery: Hey i think i fixed all the other bugs ive been having but now when i start it all it said is;

SRL Compiled in 235msec.
1 Players
Found Compass

Then it just sits there. Do i have to update scar or somehting or am i just a dumb scar noob?

ineedautominers
07-07-2007, 05:31 PM
the ess miner works but it doesnt do anything after it clik on aubury, it doesnt move down to teleport aubury. does it take time to do that? and i dont know how to input the bank fix can some1 tell me how plz im using scar divi3.06 btw.

Pixelate
07-07-2007, 05:37 PM
that is what happens to me when i run it on SCAR 3.06 DiVi

K so we have to get SCAR 3.10? is that what im hearing? does it work with SCAR 3.10/SRL 3.81?

Pixelate
07-07-2007, 06:22 PM
k i got 3.10 and got SRL 3.81 and i played it and it goes to aubry finds him rights clicks on him then does not do anything it does nt go down to "teleport" just sits there

ineedautominers
07-07-2007, 06:57 PM
i got scar divi3.06 srl3.81 and im using ess miner 1.15 and i still have same probs!!!!!!!!!!!!1 it just sits there after right cliking on aubury and it doesnt bank!!!!! how the hell do i fix this????

Pixelate
07-07-2007, 07:37 PM
If anyone knows how to fix this plz tell us

swordfist
07-07-2007, 08:12 PM
Real good script, but does anyone else get the problem where your character would carry on walking south and stay in al kharid for hours and hours with 0 ess being mined?

Pixelate
07-07-2007, 08:28 PM
no, but plz what version of SCAR/SRL are you using

ineedautominers
07-07-2007, 09:34 PM
how do i fix probs im getting annoyed by this now...

Christphr1
07-07-2007, 09:46 PM
----------------------------------------------

Essence Miner by Wizzup?.
Version: 1.15

Rune Essence Mined and Banked : 28.
Worked for 3 Minutes and 4 Seconds

----------------------------------------------

0 : Rob = T; Loc = Bank; Banked: 28 Ess; M lvl:60
1 : ris = T; Loc = Bank; Banked: 0 Ess; M lvl:0
----------------------------------------------
Rob9073.
Mined 28 Essence.
Mining level is 60
Location is Bank.
----------------------------------------------
Our position is MiddleNE.
Through The portal
----------------------------------------------

Essence Miner by Wizzup?.
Version: 1.15

Rune Essence Mined and Banked : 28.
Worked for 4 Minutes and 11 Seconds

----------------------------------------------

0 : Rob = T; Loc = Aubury; Banked: 28 Ess; M lvl:60
1 : ris = T; Loc = Bank; Banked: 0 Ess; M lvl:0
----------------------------------------------
Rob9073.
Mined 28 Essence.
Mining level is 60
Location is Aubury.
----------------------------------------------
Our position is North-East.
131
No Portal
Through The portal
----------------------------------------------

Essence Miner by Wizzup?.
Version: 1.15

Rune Essence Mined and Banked : 56.
Worked for 5 Minutes and 34 Seconds

----------------------------------------------

0 : Rob = T; Loc = Bank; Banked: 56 Ess; M lvl:60
1 : ris = T; Loc = Bank; Banked: 0 Ess; M lvl:0
----------------------------------------------
Rob9073.
Mined 56 Essence.
Mining level is 60
Location is Bank.
----------------------------------------------

aka1represent
07-07-2007, 11:22 PM
Im mining with 3 accounts and after a short amount of time it just logs out this mostly happens between 1500/2000 essences and if my char lvl ups it takes a long while before he starts mining again anyone got an explanation for this.

plz help me

Pixelate
07-07-2007, 11:48 PM
what version of SCAR/SRL are you using! and at least you are getting 1500-2000 ess we are getting none

dashdingo
07-08-2007, 12:13 AM
To fix most (if not all) problems:

Download SCAR 3.10 from http://www.freddy1990.com/ and install SRL 3.81 (found on these boards somewhere)

Only problem that I still have is when it levels up it takes a lot of time to get back into it.

Pixelate
07-08-2007, 12:18 AM
why wont it friken click on teleport it worked fine then suddenly stoped and wouldnt click on teleport

Pixelate
07-08-2007, 05:00 AM
i went there and got SCAR 3.10 but it still wont click on teleport for some reason

and i got 3.81 i got it from going to File>download SRL is that right?

sandchairs
07-08-2007, 05:22 AM
mining lvls up. it just stops mining and doesnt acknowledge. i know it doesnt need to acknowledge. but u lose a trip if u don't.

Pixelate
07-08-2007, 05:25 AM
hey dude do you have an msn?

joshie
07-08-2007, 06:03 AM
Yup, doubt he's going to give to you.

ineedautominers
07-08-2007, 06:37 AM
butler jones the problem is that u have to use 32 bit colour quality. to do this right clik on ur desktop then go to properties>>settings and then change colour quality to 32 bit. scar works on 32 bit colour quality.

Tomaster
07-08-2007, 01:47 PM
is it normal for it to only do 10 loads even when i specify 30

CatastrophicDesire
07-08-2007, 04:44 PM
First, using the Divi v3.06 with the ess miner still works fine for me. No one ever said you HAVE to update SCAR. I have em both and I'm tweaking what I can on v3.10, but v3.06 still works. So, I guess that the new one isn't necessary yet...

Also, make sure you've updated your includes and SRL. (Pretty sure everyone knows that by now, just in case....)

And to my question. Whenever my miners get into the Camo random, the Quiz random, or the Evil Bob Island random, they almost always get stuck there and log. Is there anything I can do to fix it, or do I just have to deal?

j-g
07-09-2007, 07:34 AM
i prese start it says found compas and then well nothing
:fiery:

Pixelate
07-09-2007, 02:28 PM
omfg ty so much i forgot that i had changed the color i changed for my hypercam it would lag so i changed the color down ty so much i for got a bout it

nprp
07-09-2007, 07:18 PM
hey guys i'm really interestes in this scar program and i wanted to run the winzup? miner program for minign ess! but the script is not running for me at all! it has many diffrent errors. Plus im using scar 3.06. Can anyone send me this same script but 1 that actually works plz?
please e-mail me it at (neeeeeeeeeel@hotmail.com). Thank-You!!
(Not that good at Scar:( )

Negative_Creep
07-10-2007, 12:24 AM
its good as hell! :D only problem is (on my comp atleast) that if u lvl ur mining skill 1 lvl while running it doesnt click okay or on the rune again so it stops until i click it myself..

Essence Miner by Wizzup?.
Version: 1.15

Rune Essence Mined and Banked : 447.
Solved 1 Abyssal Random Events.
Worked for 1 Hours, 24 Minutes and 27 Seconds

nprp
07-10-2007, 12:33 AM
Can anyone please tell me if the wizzup? autominer will work on scar 3.06 because i tried and it doesn't work and gives me 1 error.
Plus im only using 1 person to mine so can anyone please resend this wizzup script to me please (neeeeeeeeeel@hotmail.com):duh: :fiery: :(

budz0re
07-10-2007, 09:30 AM
i did all the necessay things to update the script, why does it still walk to al-kaharid?

pini3000
07-10-2007, 02:27 PM
Can anyone please tell me if the wizzup? autominer will work on scar 3.06 because i tried and it doesn't work and gives me 1 error.
Plus im only using 1 person to mine so can anyone please resend this wizzup script to me please (neeeeeeeeeel@hotmail.com):duh: :fiery: :(

It sure does and here is my proggie. Why do you need some1 to email it to you?? Its on the front page the very first post!

One small thing is that when I got sent to Scaperune i dont think it knew what to do and logged.



Essence Miner by Wizzup?.
Version: 1.15

Rune Essence Mined and Banked : 1566.
Solved 2 Abyssal Random Events.
Worked for 3 Hours, 9 Minutes and 35 Seconds

----------------------------------------------

0 : xxxx = T; Loc = AuburyNF; Banked: 1566 Ess; M lvl:31
----------------------------------------------
xxxxx.
Mined 1566 Essence.
Mining level is 31
Location is AuburyNF.
----------------------------------------------
NextPlayer
Successfully executed

It went well but that small problem may have caused about 30 mins+ of no mining, oh well never mind this is still one amazing script!

aka1represent
07-10-2007, 02:55 PM
Im mining with 3 accounts and after a short amount of time it just logs out this mostly happens between 1500/2000 essences and if my char lvl ups it takes a long while before he starts mining again anyone got an explanation for this.

plz help me if u wanna hel me via msn here's my msn aka_mc_ginoo@hotmail.com

nprp
07-10-2007, 06:13 PM
ok look this is the problem im having with the wizzup? miner!
[Runtime Error] : Out of Range in line 59 in script C:/SRL Essence Miner 1[1].15.scar

Can anyone help (by the way let me tell you that im using 1 person to mine so i changed number of users to 1)!!!!!

Please someone help !!!!

by the way im using scar 3.06 :fiery: :mad: :duh: :(

Kik
07-10-2007, 07:36 PM
Nprp, I had the same problem, heres how to fix it. This should work.

How many players are you using? Lets assume it's 1 player (because that's probably what it is). Make sure you set the number of players to 1 player. Then, here's how to fix the 'out of range' error.

At the part where the code says (or the part where you fill out the player information)

Players[0].Name :='Username';
Players[0].Pass :='Password';
Players[0].Nick :='sern';
Players[0].loc := 'bank';
Players[0].Skill := 'iron';
Players[0].string1 := 'auto';
Players[0].Active := True;

Players[1].Name :='Username';
Players[1].Pass :='Password';
Players[1].Nick :='sern';
Players[1].loc := 'bank';
Players[1].Skill := 'iron';
Players[1].string1 := 'auto';
Players[1].Active := True;

Players[2].Name :='Username';
Players[2].Pass :='Password';
Players[2].Nick :='sern';
Players[2].loc := 'bank';
Players[2].Skill := 'iron';
Players[2].string1 := 'auto';
Players[2].Active := True;

end;

Delete the code for the players that you aren't using. For example, here, you would delete all the code for players [1] and [2]. So the code would be like this, with no code for Players[1] and Players[2].


Players[0].Name :='Username';
Players[0].Pass :='Password';
Players[0].Nick :='sern';
Players[0].loc := 'bank';
Players[0].Skill := 'iron';
Players[0].string1 := 'auto';
Players[0].Active := True;
end;

nprp
07-10-2007, 08:36 PM
OMG another problem guys!!! y is it only me getting all these problems now since someone helped me i got the script running (thank-you) but the wizzup? minner doesn't bank!!
I went to the bank fix and people said that 185 has become 184 and all that but i don't get a word they r saying!!
i dont know wat to delet and what to put in!!
Well i know what to put in beacause t's in the forums (the bank fix forums part) but i don't know where to put it in!!!
i'm really getting angry at this script now can anyone please calm my anger down by telling me what to delet exactly and what and where to put in the new thing!
i would really appreciate it if someone just put in the whole new script with the bank fix!
Please and Thank-You! :duh: :mad:

j-g
07-11-2007, 01:41 AM
i prese start it says found compas and then well nothing
:fiery:


plz tell

iBendon
07-11-2007, 02:04 AM
Hi im new to using scar and srl but i can't get wizzup's essence miner to function,the cursor just idles.

I enter the correct details but for some reason it doesn't work

Please help me

iBendon
07-11-2007, 03:48 AM
Im not sure what to do the cursor just idles and stays there.

do to have to include stats ID and pass to make it work?

Please help me

budz0re
07-11-2007, 08:40 AM
when it auto-log-outs, it dosent log in suscessfully, it just clicks trys 500 times then stops itself?

any suggestions, i try'd looking all over the forums

MaYhem
07-11-2007, 11:42 AM
[Runtime Error] : Out Of Range in line 59 in script C:\Program Files\SCAR 3.06\Scripts\SRL Essence Miner 1.15.scar

Deleted all other account tables..
Begin
HowManyPlayers:= NumberOfUsers;
NumberOfPlayers( HowManyPlayers );
CurrentPlayer := StartPlayer;
Players[0].Name :='Myname';
How to fill that HowManyPlayers? and number

iBendon
07-11-2007, 12:41 PM
Hi im redownloaded SRL and got it to log in, but it just idles for some reason?

Can someone please help me??

FBH_PwNeD
07-11-2007, 05:58 PM
Great script, but has a few bugs to get out.

1. is it normal for my player to only do 10 loads then log out?

2. Why did my guy just walk all the way to the Al-Kharid general store?!?


If you could please help me i'd appreciate it.

dan.kepich@gmail.com

womenarewomen
07-11-2007, 06:38 PM
Essence Miner by Wizzup?.
Version: 1.15

Rune Essence Mined and Banked : 674.
Solved 1 Abyssal Random Events.
Worked for 1 Hours, 20 Minutes and 50 Seconds

----------------------------------------------

0 : usec = T; Loc = Aubury; Banked: 674 Ess; M lvl:47

Sieabah
07-11-2007, 10:22 PM
I'm having problems. My guy keeps missing the aubury guy and walks to the west side of the building. Otherwise, it did go all the way to the desert mining place. I feel as if I have to watch it constantly since it doesn't have that accuracy.

If you can help me ~ sieabah14@hotmail.com

kingpker
07-12-2007, 12:10 AM
Hey great job but when my character returns to the bank to deposit the ess he enters bank pin then he just stands there doing nothing can anyone please tell me why that is happening.

EDIT:Sorry about that I'm real nooby can someone tell me were to change the script.

robien
07-12-2007, 01:52 AM
hey the part of this script where it goes into audrys shop it go to 1 spot outside so u can defently tell my charters autoing how can i fix this?

tpm1164
07-12-2007, 02:06 AM
Excellent, way to go

m4g3owns
07-12-2007, 07:15 AM
Hi im redownloaded SRL and got it to log in, but it just idles for some reason?

Can someone please help me??

same here jsut idles doesnt do anything.......:duh: :mad:
this is with Scar 3.06 and srl 3.81

ExilianorxXx
07-12-2007, 11:32 AM
----------------------------------------------

Essence Miner by Wizzup?.
Version: 1.15

Rune Essence Mined and Banked : 3674.
Solved 6 Abyssal Random Events.
Worked for 8 Hours, 18 Minutes and 34 Seconds

----------------------------------------------

Wonderful job buddy!!!


Simply flawless.


/~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
| SRL Randoms Report |
| www.villu-reborn.com |
|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
| Logged in : 3 |
| Fight Random[s] : 1 |
\~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/

:rolleyes:

Random Hero
07-12-2007, 12:56 PM
I've been using this for a few days now. This is an excellent script! I haven't come across any MAJOR issues yet. Just the occasional walking over west of Aubury's building, but that's about it. Thank you for this!:D

Dennisjuuh
07-12-2007, 01:05 PM
hello there, when i start the script i get this error: [Error] (19153:6): Unknown identifier 'pick' in script [my directory]

please help me!!

Dennisjuuh
07-12-2007, 01:28 PM
Help me please, it works now but when it logs on, it just stands still in the bank i dont understand it help please thxz already

SORRY 4 DOUBLE POST!

ExilianorxXx
07-12-2007, 01:46 PM
ill say it again




awsome script!!!!


:P

swordfist
07-12-2007, 03:37 PM
Great, but does anyone know how to fix the getting lost problem?

dfgdgdhfdghgfhfdghfghfghf
07-12-2007, 05:03 PM
it gos to ess mine and cannot find the ess mine when its beside it.

IEatJ00erBaybees
07-12-2007, 05:17 PM
I have not used this script in a long time. It is SCAR 3.06+SRL 3.81 I hear, but are there any bug-fixes to walking or anything else I should know about?

dfgdgdhfdghgfhfdghfghfghf
07-12-2007, 05:20 PM
it just dosnt find essence mine.

jeezy1901
07-12-2007, 06:09 PM
Rune Essence Mined and Banked : 2370.
Solved 8 Abyssal Random Events.
Worked for 6 Hours, 0 Minutes and 44 Seconds



Rune Essence Mined and Banked : 559.
Solved 1 Abyssal Random Events.
Worked for 54 Minutes and 24 Seconds

inzain786
07-13-2007, 02:04 AM
Include file C:\Program Files\SCAR 3.11\includes\SRL\SRL.scar does not exist.
Include file C:\Program Files\SCAR 3.11\includes\SRL\SRL\Skill\Mining.scar does not exist.


what do i do?

kingpker
07-13-2007, 02:27 AM
Can somebody please please tell me how to make it faster mines a lvl 66 miner and i left it alone for almost 6 hours and it mined less than 400 wtf is that based from ppls report my lvl 66 miner should have mined waaaaaaaaaaaaaaaaaaaay more then 384 in a little less than 6 hours of work can somebody tell me why my script mines it like 100x slower


Rune Essence Mined and Banked : 559.
Solved 1 Abyssal Random Events.
Worked for 54 Minutes and 24 Seconds

^look at jeezy's results also i would like to add that when i checked cpu i obviously died and was somewere near lumby at fishing place i was gone for about 6 and a half hours and it mined less than 6 and it spent like 40 minutes just sitting around

pini3000
07-13-2007, 10:53 AM
A quick question:
If you have a random like the Drill Demon will you keep the camo top or is that dropped??




Here is another proggie, this time full (copy and paste entire thing) Im not sure why it logged out, because when I logged it back in to check it was in the mining area with a full inventory of essence

here we go:




SRL Compiled in 32msec.
x Players
xxxxx
Our position is South-West.
105
No Portal
Through The portal
----------------------------------------------

Essence Miner by Wizzup?.
Version: 1.15

Rune Essence Mined and Banked : 28.
Worked for 3 Minutes and 19 Seconds

----------------------------------------------
----------------------------------------------
xxxxx
Mined 28 Essence.
Mining level is 35
Location is Bank.
----------------------------------------------
Our position is South-East
No Portal
Through The portal
----------------------------------------------

Rune Essence Mined and Banked : 56.
Worked for 6 Minutes and 38 Seconds

----------------------------------------------
----------------------------------------------
xxxxx
Mined 56 Essence.
Mining level is 35
Location is Bank.
----------------------------------------------
Our position is South-East.
No Portal
Through The portal
----------------------------------------------
Rune Essence Mined and Banked : 84.
Worked for 9 Minutes and 45 Seconds

----------------------------------------------
----------------------------------------------
xxxxx
Mined 84 Essence.
Mining level is 35
Location is Bank.
----------------------------------------------
Our position is South-West.
No Portal
Through The portal
----------------------------------------------
Rune Essence Mined and Banked : 112.
Worked for 12 Minutes and 42 Seconds

----------------------------------------------

----------------------------------------------
xxxx
Mined 112 Essence.
Mining level is 35
Location is Bank.
----------------------------------------------
Our position is North-East.
No Portal
Through The portal
----------------------------------------------
Rune Essence Mined and Banked : 140.
Worked for 15 Minutes and 30 Seconds

----------------------------------------------
----------------------------------------------
xxx
Mined 140 Essence.
Mining level is 35
Location is Bank.
----------------------------------------------
Our position is South-West.
No Portal
Through The portal
----------------------------------------------
Rune Essence Mined and Banked : 168.
Worked for 18 Minutes and 16 Seconds

----------------------------------------------
----------------------------------------------
xxx
Mined 168 Essence.
Mining level is 35
Location is Bank.
----------------------------------------------
Our position is North-West.
No Portal
Through The portal
----------------------------------------------
Rune Essence Mined and Banked : 196.
Worked for 21 Minutes and 13 Seconds

----------------------------------------------
----------------------------------------------
xxxx
Mined 196 Essence.
Mining level is 35
Location is Bank.
----------------------------------------------
Our position is North-East.
No Portal
Through The portal
----------------------------------------------
Rune Essence Mined and Banked : 224.
Worked for 24 Minutes and 6 Seconds

----------------------------------------------
---------------------------------------------
xxxx
Mined 224 Essence.
Mining level is 35
Location is Bank.
----------------------------------------------
Our position is South-West.
No Portal
Through The portal
----------------------------------------------
Rune Essence Mined and Banked : 252.
Worked for 26 Minutes and 56 Seconds

----------------------------------------------
---------------------------------------------
xxxxx
Mined 252 Essence.
Mining level is 35
Location is Bank.
----------------------------------------------
Our position is MiddleSW.
Spotted a random...
Spotted a random...
Spotted a random...
No Portal
Through The portal
----------------------------------------------
Rune Essence Mined and Banked : 280.
Worked for 29 Minutes and 52 Seconds

----------------------------------------------
----------------------------------------------
xxxxx
Mined 280 Essence.
Mining level is 35
Location is Bank.
----------------------------------------------
Our position is MiddleSW.
Did not find any essence..
No Portal
Through The portal
----------------------------------------------
Rune Essence Mined and Banked : 280.
Worked for 31 Minutes and 1 Seconds

----------------------------------------------
----------------------------------------------
xxxxx
Mined 280 Essence.
Mining level is 35
Location is Aubury.
----------------------------------------------
Our position is North-East.
No Portal
Through The portal
----------------------------------------------
Rune Essence Mined and Banked : 308.
Worked for 33 Minutes and 16 Seconds

----------------------------------------------
----------------------------------------------
xxxxx
Mined 308 Essence.
Mining level is 35
Location is Bank.
----------------------------------------------
Our position is North-West.
No Portal
Through The portal
----------------------------------------------
Rune Essence Mined and Banked : 336.
Worked for 36 Minutes and 3 Seconds

----------------------------------------------
----------------------------------------------
xxxxx
Mined 336 Essence.
Mining level is 35
Location is Bank.
----------------------------------------------
Our position is South-West.
No Portal
Through The portal
----------------------------------------------
Rune Essence Mined and Banked : 364.
Worked for 39 Minutes and 21 Seconds

----------------------------------------------
----------------------------------------------
xxxxx
Mined 364 Essence.
Mining level is 35
Location is Bank.
----------------------------------------------
Our position is MiddleNE.
No Portal
Through The portal
----------------------------------------------
Rune Essence Mined and Banked : 392.
Worked for 42 Minutes and 27 Seconds

----------------------------------------------
----------------------------------------------
xxxxx
Mined 392 Essence.
Mining level is 35
Location is Bank.
----------------------------------------------
We are in the Abyss random.
We are in the Abyss random.
We are in the Abyss random.
We are in the Abyss random.
We are in the Abyss random.
Our position is MiddleNE.
No Portal
Through The portal
----------------------------------------------
Rune Essence Mined and Banked : 419.
Solved 1 Abyssal Random Events.
Worked for 46 Minutes and 0 Seconds

----------------------------------------------
----------------------------------------------
xxxxx
Mined 419 Essence.
Mining level is 35
Location is Bank.
----------------------------------------------
Our position is MiddleSW.
No Portal
Through The portal
----------------------------------------------
Rune Essence Mined and Banked : 447.
Solved 1 Abyssal Random Events.
Worked for 49 Minutes and 8 Seconds

----------------------------------------------
----------------------------------------------
xxxxx
Mined 447 Essence.
Mining level is 35
Location is Bank.
----------------------------------------------
Our position is South-East.
No Portal
Through The portal
----------------------------------------------
Rune Essence Mined and Banked : 475.
Solved 1 Abyssal Random Events.
Worked for 51 Minutes and 58 Seconds

----------------------------------------------
----------------------------------------------
xxxxx
Mined 475 Essence.
Mining level is 35
Location is Bank.
----------------------------------------------
Our position is North-West.
No Portal
Through The portal
----------------------------------------------
Rune Essence Mined and Banked : 503.
Solved 1 Abyssal Random Events.
Worked for 54 Minutes and 48 Seconds

----------------------------------------------
----------------------------------------------
xxxxx
Mined 503 Essence.
Mining level is 35
Location is Bank.
----------------------------------------------
Our position is MiddleNE.
No Portal
Through The portal
----------------------------------------------
Rune Essence Mined and Banked : 531.
Solved 1 Abyssal Random Events.
Worked for 58 Minutes and 27 Seconds

----------------------------------------------
----------------------------------------------
xxxxx
Mined 531 Essence.
Mining level is 35
Location is Bank.
----------------------------------------------
Our position is MiddleSW.
No Portal
Through The portal
----------------------------------------------
Rune Essence Mined and Banked : 559.
Solved 1 Abyssal Random Events.
Worked for 1 Hours, 1 Minutes and 37 Seconds

----------------------------------------------
----------------------------------------------
xxxxx
Mined 559 Essence.
Mining level is 35
Location is Bank.
----------------------------------------------
Our position is South-East.
No Portal
Through The portal
----------------------------------------------
Rune Essence Mined and Banked : 587.
Solved 1 Abyssal Random Events.
Worked for 1 Hours, 4 Minutes and 38 Seconds

----------------------------------------------
----------------------------------------------
xxxxx
Mined 587 Essence.
Mining level is 35
Location is Bank.
----------------------------------------------
Our position is MiddleNE.
No Portal
Through The portal
----------------------------------------------
Rune Essence Mined and Banked : 615.
Solved 1 Abyssal Random Events.
Worked for 1 Hours, 8 Minutes and 4 Seconds

----------------------------------------------
----------------------------------------------
xxxxx
Mined 615 Essence.
Mining level is 35
Location is Bank.
----------------------------------------------
Our position is South-West.
No Portal
Through The portal
----------------------------------------------
Rune Essence Mined and Banked : 643.
Solved 1 Abyssal Random Events.
Worked for 1 Hours, 10 Minutes and 57 Seconds

----------------------------------------------
----------------------------------------------
xxxxx
Mined 643 Essence.
Mining level is 35
Location is Bank.
----------------------------------------------
Our position is North-East.
No Portal
Through The portal
----------------------------------------------
Rune Essence Mined and Banked : 671.
Solved 1 Abyssal Random Events.
Worked for 1 Hours, 14 Minutes and 10 Seconds

----------------------------------------------
----------------------------------------------
xxxxx
Mined 671 Essence.
Mining level is 35
Location is Bank.
----------------------------------------------
Our position is North-East.
No Portal
Through The portal
----------------------------------------------
Rune Essence Mined and Banked : 699.
Solved 1 Abyssal Random Events.
Worked for 1 Hours, 17 Minutes and 30 Seconds

----------------------------------------------
----------------------------------------------
xxxxx
Mined 699 Essence.
Mining level is 35
Location is Bank.
----------------------------------------------
Our position is North-East.
No Portal
Through The portal
----------------------------------------------
Rune Essence Mined and Banked : 727.
Solved 1 Abyssal Random Events.
Worked for 1 Hours, 20 Minutes and 23 Seconds

----------------------------------------------
----------------------------------------------
xxxxx
Mined 727 Essence.
Mining level is 35
Location is Bank.
----------------------------------------------
Our position is North-West.
No Portal
Through The portal
----------------------------------------------
Rune Essence Mined and Banked : 727.
Solved 1 Abyssal Random Events.
Worked for 1 Hours, 26 Minutes and 37 Seconds

----------------------------------------------
----------------------------------------------
xxxxx
Mined 727 Essence.
Mining level is 35
Location is Aubury.
----------------------------------------------
Our position is South-East.
No Portal
Through The portal
----------------------------------------------
Rune Essence Mined and Banked : 755.
Solved 1 Abyssal Random Events.
Worked for 1 Hours, 28 Minutes and 1 Seconds

----------------------------------------------
----------------------------------------------
xxxxx
Mined 755 Essence.
Mining level is 35
Location is Bank.
----------------------------------------------
Our position is MiddleSW.
Did not find any essence..
No Portal
Through The portal
----------------------------------------------
Rune Essence Mined and Banked : 755.
Solved 1 Abyssal Random Events.
Worked for 1 Hours, 29 Minutes and 13 Seconds

----------------------------------------------
----------------------------------------------
xxxxx
Mined 755 Essence.
Mining level is 35
Location is Aubury.
----------------------------------------------
Our position is North-West.
Spotted a random...
Spotted a random...
Spotted a random...
Through The portal
1 Aubs
----------------------------------------------
Rune Essence Mined and Banked : 755.
Solved 1 Abyssal Random Events.
Worked for 1 Hours, 32 Minutes and 26 Seconds

----------------------------------------------
----------------------------------------------
xxxxx
Mined 755 Essence.
Mining level is 35
Location is Aubury.
----------------------------------------------


I hope this will help (however they do) in finding out why the script just stop.

jeezy1901
07-13-2007, 11:55 AM
Rune Essence Mined and Banked : 811.
Solved 1 Abyssal Random Events.
Worked for 1 Hours, 20 Minutes and 8 Seconds

kingpker
07-13-2007, 03:34 PM
Can somebody please please tell me how to make it faster mines a lvl 66 miner and i left it alone for almost 6 hours and it mined less than 400 wtf is that based from ppls report my lvl 66 miner should have mined waaaaaaaaaaaaaaaaaaaay more then 384 in a little less than 6 hours of work can somebody tell me why my script mines it like 100x slower

these are jeezy's results:
Rune Essence Mined and Banked : 559.
Solved 1 Abyssal Random Events.
Worked for 54 Minutes and 24 Seconds

^look at jeezy's results also i would like to add that when i checked cpu i obviously died and was somewere near lumby at fishing place i was gone for about 6 and a half hours and it mined less than 6 and it spent like 40 minutes just sitting around