PDA

View Full Version : My Powerminer v. 3.00



GoF
12-08-2006, 02:57 PM
Outdated. duhuh.

Pentti
12-08-2006, 03:02 PM
This seems pretty good. Nice work!

GoF
12-08-2006, 03:12 PM
Ty lots :) Ur essminer owns :D And ur finnish? Just thought by the name... As im from finland :P

Pentti
12-08-2006, 03:57 PM
Yes I'm :D So many Finns in these forums.

Rencuz
12-08-2006, 04:56 PM
Yes I'm :D So many Finns in these forums.

Moi :D

Pentti
12-08-2006, 05:06 PM
Eikä? :O Siis säki. :D

Wyn
12-08-2006, 06:05 PM
is there anybody canadien here?

And good job making that with no internet connection

Itzkirby
12-08-2006, 10:17 PM
I cant get it to work. The cursor just stays at the inventory tab. Im trying to mine copper at rimmington.
________
POV JAPANESE (http://www.fucktube.com/categories/891/japanese/videos/1)

kjsoccerboy
12-09-2006, 12:00 AM
Do you have your pick in your inventory?
or... Do you have it set so that you equip your pick?
I actually have no clue, i haven't downloaded it yet.

shadowblade
12-09-2006, 12:25 AM
well i dont you think mine on the updated ores because it is much harder for the script to pick up the colours you should mine copper at like the varrock east mines those ores havnt been updated there for it will be much qiucker and less hassle have fun lol

GoF
12-09-2006, 10:11 AM
I have no idea about how well this works. Havent really tried much, but id like to hear things i could do to make this better, as i dont even macro much but its fun to make scripts. Just noticed a big bug.. Updating right away.

EDIT: Updated, now clicks rocks better.

elvew
01-01-2007, 07:14 PM
my run away direction doesnt work Oo

Mvkoe
01-01-2007, 07:36 PM
Line 174: [Hint] (200:43): Variable 'NEWLINE' never used in script C:\Program Files\SCAR 2.03\includes\srl\srl\core\Globals.scar
SRL Compiled in 1703msec.
[Runtime Error] : Out Of Range in line 55 in script C:\Documents and Settings\Mvkoe\Bureaublad\Mathias\Gof - Miner Bug fixed.scar

Whats wrong ?

Robbeke
01-21-2007, 01:17 PM
Whats wrong ?

I had the same and i deleted all players but Players[0]
But when i run the script:
it fills in the username+pass but its always wrong? :confused:

GoF
01-21-2007, 02:02 PM
eeehhh...? Wat?


Procedure DeclarePlayers;
Begin
HowManyPlayers := 1;// Set Number of Players here.
NumberOfPlayers(HowManyPlayers);// Sets the Players Array Length
CurrentPlayer := 0;// The player you are using currently..

Players[0].Name := 'namehere';//Username
Players[0].Pass := 'passhere'; //Password
Players[0].Nick := 'ame'; //3 or 4 letters username
Players[0].String1 := 'iron'; //What kind of ore this account mines? clay/copper/tin/iron/coal ?? Note: lowercase pl0x?
Players[0].Loc := ''; //Location of ur acc...
Players[0].Skill := 'Mining';
Players[0].Active := True;

Writeln(inttostr(HowManyPlayers) + ' Players');
End;


That should work for the declareplayers.

Pentti
01-21-2007, 02:32 PM
Line 174: [Hint] (200:43): Variable 'NEWLINE' never used in script C:\Program Files\SCAR 2.03\includes\srl\srl\core\Globals.scar
Mvkoe, Its just hint what comes like everytime... Don't mind about it.

addy
01-21-2007, 03:59 PM
Eikä? :O Siis säki. :D
minä myös:D

oliver1205
01-22-2007, 02:08 AM
you dont need things like find pick head in there. just put find pick head in your procedure