Results 1 to 3 of 3

Thread: SmAcKmE Power Wcer v1.1 (Need Testers)

  1. #1
    Join Date
    May 2007
    Posts
    31
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    SmAcKmE Power Wcer v1.1 (Need Testers)

    Ok.. this is my 2nd script ever v1.0 has very small random and looked so completely bot but my new v.1.1 is alot better it still only chops 1 load drops them and logsout and switches players in v.1.2 i will change that. start loged out on high detail post time running and bugs thanks.

  2. #2
    Join Date
    Feb 2007
    Posts
    433
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    hey... ill dload it but i wont test it lol ill edit this in like 2 mins

    EDIT: lol ok so for the one load problem... add these to ur script... in the const add
    SCAR Code:
    LoadsPerPerson = 15;//How Ever Many Loads Before Switching Players
    and then in the cutting procedure add
    SCAR Code:
    If(Loads = LoadsPerPerson)then NextPlayer(False);
    to the main loop so it would be like this
    SCAR Code:
    Begin
     MainSetUp;
     Wait (1000+Random (200));
     InGameSetUp;
     Wait (500+Random (500));
     CheckForTree;
     Wait (1000+Random (400));
    Begin
     Repeat

      If Not (LoggedIn) Then Break;
       Repeat
       
     Chop;
     FindEnt(TreeColor1);
     FindNormalRandoms;
     FindHead;
     FightCheck;
     CheckTrade;
        Until (InvFull=True);
      If (InvFull=True) Then
     DropAllLogs;
     Wait (400+Random (200));
     Writeln (''+TimeRunning);
    If(Loads = LoadsPerPerson)then NextPlayer(False);
    End;
    End.

  3. #3
    Join Date
    May 2007
    Posts
    31
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Lolz well sorry to say but yeah that would work but that by itself wont work you forgot some stuff.... anyways my new v 2.0 has my own work of thews things so i wouldnt need that stuff anyways lol

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 5
    Last Post: 08-07-2008, 05:10 PM
  2. [SmAcKmE] Power WoodCutter V2.0 Advanced
    By SmAcKmE in forum RS3 Outdated / Broken Scripts
    Replies: 12
    Last Post: 08-15-2007, 01:50 PM
  3. SmAcKmE Power Wcer
    By SmAcKmE in forum First Scripts
    Replies: 1
    Last Post: 05-19-2007, 06:21 PM
  4. power wcer
    By haurp00ned in forum RS3 Outdated / Broken Scripts
    Replies: 4
    Last Post: 05-07-2007, 05:00 PM
  5. [RS2][SRL] Gils Power Mager Version 2.0 By Gil Need Testers!
    By Gilbert in forum RS3 Outdated / Broken Scripts
    Replies: 4
    Last Post: 10-30-2006, 12:36 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •