Results 1 to 16 of 16

Thread: Finding fire

  1. #1
    Join Date
    Oct 2007
    Location
    Worthing, England
    Posts
    20
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Finding fire

    I am currently writeing a cooking script that cooks on fire. I am trying to use the
    Code:
    FindDeformedBitmapToleranceRotationIn
    but i cant get it correct with all the variables and what to input. This is what i have at the moment.
    Code:
    (FindDeformedBitmapToleranceRotationIn(fire, x, y, msx1, msy1, msx2, msy2, 200, 1, false, PI/1, 0, 10, false)
    can somebody please explain what they are suppose to be.
    p.s i have looked at the scar manual but it is to complicated for me.

    p.s.s should i be using a diffrent function to find the fire?

  2. #2
    Join Date
    Apr 2007
    Location
    The Netherlands
    Posts
    5,553
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i dont advice that, you could better use FindObject or my Npc/Object-finder(it uses find object)
    btw, look in the scar manual then you can get the right parameters.

    need any other help? pm me


    Hermpie

    my object/npc-finder:Click Here
    ~Hermen

  3. #3
    Join Date
    Oct 2007
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    what he said ^^ what you got now is harder to use, and easy ban pickup

  4. #4
    Join Date
    Apr 2007
    Location
    The Netherlands
    Posts
    5,553
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    You are using a cooking range or a fire? because if you say a cooking range or a fire ill fill the parameters in okay? say if you got a procedure like Findfire;
    use a text finding thingy and if it finds that text that rs says when you succesfully make a fire then it results true, make that that would be handy
    ~Hermen

  5. #5
    Join Date
    Apr 2007
    Location
    UK
    Posts
    2,295
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    There is a function in SRL called. ThereIsFire;

    {************************************************* ******************************
    function ThereIsFire(var WhereX, WhereY: Integer): Boolean;
    By: WT-Fakawi
    Description: Checks if there is Fire in MainScreen Returns X,Y Cords
    ************************************************** *****************************}
    I havn't tested it to see if it works.

    SCAR Code:
    {.include SRL\SRL\Skill\Firemaking.scar}

    SCAR Code:
    SetupFiremaking;

    SCAR Code:
    if(ThereIsFire(fx,fy))then
    begin
      //Click food in inventory
      MMouse(fx,fy,3,3);
      if(IsUpText('ire'))then
      begin
        GetMousePos(x,y);
        Mouse(x,y,0,0,true);
      end;
    end;

    But.. you may want it to right click and select fire. thats just an example

    Rogeruk's Al-Kharid Tanner V1.1 [Released]
    Rogeruk's Barbarian Crafter [Coming Soon]
    Rogeruk's Guild Fisher [Coming Soon]
    !! - Taking Requests - !!

  6. #6
    Join Date
    Oct 2007
    Location
    Worthing, England
    Posts
    20
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thanks for the help. that fire finding function sounds good ill test it now.
    I was told by a friend that a ddtm would also work, would it?

  7. #7
    Join Date
    Jun 2007
    Location
    NSW, Australia.
    Posts
    541
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by rogeruk View Post
    But.. you may want it to right click and select fire. thats just an example
    Indeed you will, as from my memory uptext doesn't work with fires.
    Quote Originally Posted by RAM View Post
    I sam sofa king wee todd did ! ~RAM
    My SRL Army Blog.


  8. #8
    Join Date
    Nov 2007
    Posts
    22
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i need a auto fire maker so yer can some1 plz make 1 tht works at edgevill and a auto cooker thx =)........

  9. #9
    Join Date
    Nov 2006
    Location
    NSW, Australia
    Posts
    3,487
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Get lost?
    [CENTER][img]http://signatures.mylivesignature.com/54486/113/4539C8FAAF3EAB109A3CC1811EF0941B.png[/img][/CENTER]
    [CENTER][BANANA]TSN ~ Vacation! ~ says :I Love Santy[/BANANA][/CENTER]

    [CENTER][BANANA]Raymond - Oh rilie? says :Your smart[/BANANA][/CENTER]

  10. #10
    Join Date
    Nov 2007
    Posts
    22
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    yer i need a auto cooker as well =) plz would b very thank full i hav 20k raw lobs and i cant b botherd cooking them my self can some1 just make 1 then pm me plz i realli need a auto cooker a.s.a.p =)

  11. #11
    Join Date
    Oct 2007
    Location
    uuuuuuuu
    Posts
    34
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ill cook them for you, >

  12. #12
    Join Date
    Jul 2007
    Location
    Ottawa, Canada
    Posts
    930
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Ahhh Hijacked By Noobs! Eject Eject Eject!!!!
    ~ Metagen

  13. #13
    Join Date
    Oct 2007
    Location
    Worthing, England
    Posts
    20
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Lol ive got it to work now using Thereisfire, thanks rogeruk. ive made it so it right clicks and finds the fire becasuse uptext usually shows people.

    Code:
    if(ThereIsFire(fx,fy))then
      Mouse(fx,fy,3,3,false);
      ChooseOption('ire');

  14. #14
    Join Date
    Apr 2007
    Location
    UK
    Posts
    2,295
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Yeap that will work, obviously if your going to cook then you want to find 'cook' or whatever the option says.

    Rogeruk's Al-Kharid Tanner V1.1 [Released]
    Rogeruk's Barbarian Crafter [Coming Soon]
    Rogeruk's Guild Fisher [Coming Soon]
    !! - Taking Requests - !!

  15. #15
    Join Date
    Oct 2007
    Location
    Worthing, England
    Posts
    20
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by rogeruk View Post
    Yeap that will work, obviously if your going to cook then you want to find 'cook' or whatever the option says.
    no all you got to do is use trout with fire so that works. ive got it cooking now just need to do a banker now.

  16. #16
    Join Date
    Apr 2007
    Location
    UK
    Posts
    2,295
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    or whatever the option says.
    Thats what i meant lol, it comes up with "Use trout" so u click on that. But you can cook all cant you?

    Rogeruk's Al-Kharid Tanner V1.1 [Released]
    Rogeruk's Barbarian Crafter [Coming Soon]
    Rogeruk's Guild Fisher [Coming Soon]
    !! - Taking Requests - !!

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. Replies: 3
    Last Post: 09-23-2008, 03:37 AM
  3. Fire making
    By hackncrack1 in forum OSR Help
    Replies: 5
    Last Post: 08-12-2008, 07:08 PM
  4. Fire Runecrafter
    By Choob'R'Us in forum RS3 Outdated / Broken Scripts
    Replies: 2
    Last Post: 05-17-2008, 03:58 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
  •