Results 1 to 5 of 5

Thread: My power wc no randomz need help

  1. #1
    Join Date
    Dec 2006
    Posts
    2,244
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default My power wc no randomz need help

    ok my first eva attempt at a power wc was rubbish i wasent even usig procedures but now i have advanced on that and used procedures but i havent got annny random i need help to put em in and where to put them in here it is:
    program coolwillowsmasher;
    {.include Si.Scar}
    //Works were the bots go near port sarim
    //set to very bright low detail
    //camera at lowest point not highest

    const
    TreeColour= 4616570;//tree colour
    LogColour= 2118493;//colour of log when cut

    Var
    x,y:integer;

    Procedure CutLogs;
    begin
    FindColorSpiral(x,y,4616570,1,1,515,340)
    MoveMouseSmooth(x,y)
    wait(200)
    ClickMouse(x,y,true)
    wait(15000+random(2000))
    end;

    procedure Drop;
    begin
    Dropcolor(2117464);
    end;

    Begin
    loadinclude('iTunes',false)
    repeat
    CutLogs
    if(invincount=28)
    then dropcolor(2117464)
    until(false)
    end.

  2. #2
    Join Date
    Oct 2006
    Location
    Ontario,Canada
    Posts
    1,718
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    first of all dont use movemousesmooth and clickmouse use mouse. clickmouse and movemousesmooth are detectable while mouse is not. to put randoms in just put findnormalrandoms in where you want it to look for them. also you have to put the procedure declareplayers. look on most scripts they have it. and use SRL not Si.scar.

  3. #3
    Join Date
    Dec 2006
    Posts
    2,244
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ok thanks but with srl i get to last step and get stuck i open it i duno how to extract it

  4. #4
    Join Date
    Feb 2007
    Posts
    3,616
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    go to whiteshadow's adding randoms thread

    http://www.villavu.com/forum/showthr...9791#post59791

    very very good tut, helped me a lot.

  5. #5
    Join Date
    Dec 2006
    Posts
    2,244
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    thanks

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Power Chopper
    By topiser in forum First Scripts
    Replies: 10
    Last Post: 05-16-2008, 08:57 PM
  2. Power Chopper
    By Pwnt by Pwnt in forum RS3 Outdated / Broken Scripts
    Replies: 64
    Last Post: 08-02-2007, 02:46 PM
  3. need help with power wc
    By phonokin in forum OSR Help
    Replies: 6
    Last Post: 01-30-2007, 07:16 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
  •