Hey guys, this is my powerminer I've been working on.
SCAR Code:// NOTE: change color if you wanna mine other than iron...
// Report down sides on forum or to [email]dub_edit@yahoo.com[/email]
// Please post feedback on forum!!!
program PowerMiner;
{.include SRL/srl.scar}
{.include SRL/srl/skill/mining.scar}
const
rockcolor= 2700888; // color of rock powermining (change it if want other than iron)
nextrock= 2500; // time to wait b4 next click. (1000 = 1 second)
loads= 2; //number of loads to powermine
rdirection= 'E'; //direction to run if attacked
//=================================
procedure DeclarePlayers;
begin
HowManyPlayers:=0;
NumberOfPlayers(HowManyPlayers);
CurrentPlayer:=0;
Players[0].Nick :='type btween quotes'; //Type 3-4 letters of your username
^^^^^ Main Setup ^^^^^
Please post questions and comments, and improvements.
Don't forget to post bugs and glitches.
Please be nice... Its my first public release.
And again I like feedback (please be detailed thought)





Reply With Quote





