Results 1 to 4 of 4

Thread: how to cook on a fire

  1. #1
    Join Date
    Nov 2006
    Location
    belgium
    Posts
    73
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default how to cook on a fire

    ok i've made my auto fisher now and it looks good,it cuts down a tree makes a fire and then he should cook.but he only moves his mouse to the fishies and cliks right button but doesn't click on use.and if he finds the fire he moves his mouse but also doesn't click on on use.I'l post what i have
    SCAR Code:
    procedure CookThem;
    var ix,iy,fx,fy:integer;
    begin
     Mouse(lx+5,ly+2,3,2,true);
     wait(250+random(75));
     MouseItem(4,true);//thats the thinderbox
      repeat
       wait(1500+random(250));
      until FindColorSpiralTolerance(fx,fy,FireColor,250,145,330,180,15)
     if FindColorTolerance(ix,iy,5858460,553,207,744,463,10) then //Color Picked: 13421778 at (595, 366)
      begin
       Mouse(ix,iy,5,5,false);
       ClickOption('Use',1);
       Mouse(fx,fy,2,2,false);
       ClickOption('Use',1);
       wait(5000);
      end
    end;
    all help is appreciated...

  2. #2
    Join Date
    Oct 2006
    Location
    Texas
    Posts
    1,450
    Mentioned
    1 Post(s)
    Quoted
    1 Post(s)

    Default

    Look in Firemaking.scar there is a function called IsThereFire or something like that.

  3. #3
    Join Date
    Jun 2006
    Posts
    250
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Try:

    If not ClickOption('Use',1) then Popup('Use')

  4. #4
    Join Date
    Nov 2006
    Location
    belgium
    Posts
    73
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ok thanks for the info i'll try it later i need to study now.and the function islogs; in srl woodcutting.scar doesn't work properly...i made my own now

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Fire rune seller! Sells Fire runes at Tzzhar!
    By Camaro' in forum RS3 Outdated / Broken Scripts
    Replies: 12
    Last Post: 03-03-2009, 12:19 PM
  2. autocolouring cook house
    By Dynamite in forum OSR Help
    Replies: 6
    Last Post: 02-15-2008, 05:18 PM
  3. Super Fire by cut em2 it
    By Raskolnikov in forum RS3 Outdated / Broken Scripts
    Replies: 1
    Last Post: 12-08-2007, 03:39 AM
  4. Place to Cook
    By 3Garrett3 in forum OSR Help
    Replies: 1
    Last Post: 03-29-2007, 09:51 PM

Posting Permissions

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