it still runs, I was using it this morning and ran for 3 hours, just check up on it every so often because the player can easily get lost!
many thanks,
Sgt Soul
Printable View
it still runs, I was using it this morning and ran for 3 hours, just check up on it every so often because the player can easily get lost!
many thanks,
Sgt Soul
ok thanx just 1 more thing how do i become a Junior Member
http://villavu.com/forum/showthread.php?t=50475
read that, the SRL Jr.Member bit is in A-2.
happy autoing :)
cool
Read the first post, you have to make a new folder and do a svn checkout at the link provided.
Here it is: https://essenceminer.googlecode.com/svn/trunk/
Or if you don't feel like to doing an svn checkout just download all of the files that are listed.
Edit: oops, looks like its already been solved, silly me :D
yes this ess miner is working perfect...... ill post proggy up soon. thanx all
[Blumblebee's Essence Miner] version 1.0
----------------------------------------
Run Time : 00:30:03
Essence Mined : 476
Gained : 17136 gp
Players Active : 1/1
still running.....
Try not to double post in the same thread, instead use the edit button of the post you had currently had their. (bottom left under your post) it just makes less spam within the forum and saves the thread from being full of unnecessary posts I guess :)
many thanks,
Sgt Soul
When you have a pickaxe that isen't equiped it is banked to. For the rest the script is working perfect for me.
Temp solution I did for the pickaxe was this in the bank function
Code:if getItemIDAt(1) = RUNE_ID or PURE_ID then
Deposit(2, 28, true)
else
Deposit(2, 28, true);
Basically that line of code looks in the first slot and if the ID is either the same as ess (either type) and if it finds it, it will deposit all of the stuff in your bank, if not it will deposit everything after the first slot. So I would replace that line of code with something like this:
Simba Code:if (getItemIDAt(1) = RUNE_ID) or (getItemIDAt(1) = PURE_ID) then
Deposit(1, 28, true)
else
Deposit(2, 28, true);
Which will deposit everything into the bank if the first slot matches either type of essence. If there isn't essence then it will deposit the second item onward.
So if you're using a pick, you should keep it either equipped or in the first slot.
looks nice ill try it and tell u how it goes :P
Working great!
Accidentally forgot to copy proggy before I restarted script! Will post one soon though! Very nice! I didn't see an option for the script to handle player sleeping/breaking though?
Progress Report:[Blumblebee's Essence Miner] version 1.0 ---------------------------------------- Run Time : 02:22:45 Essence Mined : 1736 Gained : 251720 gp Players Active : 1/1
Ran quite solid like usual but it isn't flawless as stated before. it still gets stuck around the teleport that is used to get out of the mine.
EDIT:Progress Report:[Blumblebee's Essence Miner] version 1.0 ---------------------------------------- Run Time : 04:29:08 Essence Mined : 3528 Gained : 511560 gp Players Active : 1/1
Ran a lot better, but still it got stuck next to the teleport from the mine!!
EDIT2: doesn't compile anymore :/
PHP Code:[Error] (539:28): Invalid number of parameters at line 538
Compiling failed.
Replace your findaubury functions with this for faster finding:
Simba Code:function FindAubury(): Boolean;
var
ID, height, a: Integer;
NPC: TNPC;
NPC_Tile: TPoint;
begin
Result := False;
NPC := GetNPCMulti([553]);
NPC_Tile := TileToMS(NPC.Tile, NPC.Height);
Mouse(NPC_Tile.x, NPC_Tile.y, 0, 0, False);
WaitOptionMultiEx(['eleport', 'ele', 'port'], 'action', ClickLeft, 1000);
while (a < 5) and (IsMoving) do
begin
wait(700 + randomrange(-50, 200));
R_FindRandoms;
Inc(a);
end;
a := 0;
wait(1218 + random(100));
if InteractingWithMe(NPC) then
Result := True;
end;
Edit: Could you also make it so that it click the continue button when it lvls up.
click on this tutorial and it will show you what to add to the script for this to happen :) also thanks for the help with my error!! :D
Good
^ I think, this is the wrong thead.
if your trying to up your post count, try posting helpful responses. Check out this [OUTDATED] tutorial on becoming a valued part of this community: http://villavu.com/forum/showthread.php?t=50475
See especially section A2 and what defines spam:
Progress Report:[Blumblebee's Essence Miner] version 1.0 ---------------------------------------- Run Time : 03:00:57 Essence Mined : 840 Gained : 20160 gp Players Active : 1/1
ran pretty well, just need my mining level higher ;)
hi ,
got a problem roughly after 9 loads it always get stuck in shop after teleported from mine, any ideas what it could be? script is set up how it supposed to be..
the script is quite old and not everything is up to date, so just re run it :) there are a few bugs etc. with the script (bumblebee isn't around atm) so just run this with caution to how you use it :)
is there anything better or ´more new´? I mean ess miner... Tried Boom´s ess miner but there is a few bugs as well ...
this would be the best you could use on SRL I am afraid, hopefully dynamite will perfect his miner soon enough ;) haha
lol hope so
works fairly well with KingKong's find aubrey fix
Progress Report:[Blumblebee's Essence Miner] version 1.0 ---------------------------------------- Run Time : 02:22:33 Essence Mined : 1484 Gained : 29680 gp Players Active : 1/1 entering Walk cycle. entering Teleport - Aubury cycle. entering Mining cycle. Cycling through color ranges... Length TPA = 1196 Index[0] = 28 Length TPA = 3088 Index[1] = 0 Found suitable color range, Index = 28, 0 entering Mining cycle. Cycling through color ranges... Length TPA = 1194 Index[0] = 28 Length TPA = 3093 Index[1] = 0 Found suitable color range, Index = 28, 0 ***** STR: FOUND RANDOM: 'Sandwich Lady' ***** Screenshot of: Found Sandwich Lady random 2 Hours, 24 Minutes and 13 Seconds Sandwich Lady: Target: bread roll SolveSandwich result: False SolveSandwich result: Falsetime took: 10828 ***** STR: 'Sandwich Lady' RANDOM SOLVING FAILED! *****
getting the same problem for all the ess miners. wtf?
[Error] (449:28): Invalid number of parameters at line 448
Compiling failed.
interesting. I'm home for the day so maybe I'll take a look
Thank you good sir
Edit: Gah it looks like it would require an almost complete rewrite of certain functions and procedures. This is not my fancy, as I think Boom's looks like a refurbished and improved version of this script anyways.
You should also have an attached copy of the script on this thread so people like me who don't have SVN can use it
I keep getting this:[Error] (539:28): Invalid number of parameters at line 538
Compiling failed.
Simba Code:Players := getPlayers();
i get the same thing. can someone fix this???
Players := getPlayers(); error in that line why?
Change it to: GetAllPlayers