Page 1 of 2 12 LastLast
Results 1 to 25 of 27

Thread: AutoArson By: Crapkiller :D

  1. #1
    Join Date
    Mar 2007
    Posts
    69
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default AutoArson By: Crapkiller :D

    Yay! Well, heres how it works... Start the script in lumbridge general store with maybe 10k and a tinderbox. It buys oak logs from the store(when i was making this there was 115k oak logs in store lol). It then moves a lil north and lights the logs in a line. Then it comes back and buys more etc. There is 1 little problem that im wondering about. When it lights the logs it lights the 2nd log and then last up. Always. Do you think that this is too detectable? im sure i could figure out something...

    Anyway, I also have a question about the antiban stuff. [QUESTION] For the antiban procedures such as BoredEvery(); and other procedures that do things every couple mins, When you call these procedures, do they just run in the backround while the rest of your script runs? Like, If i did BoredEvery(2 + random(5)); that would do boredhuman every 2 + a random number out of 5 mins, even if my script was doing other things? Like would it stop my script from functioning for a second to to the BoredHuman? [/QUESTION]

    Now, on to the script!

    Instructions:
    1)Fill in the few colors at the top of the script.
    2)Fill in the player info.
    3)Drag the crosshair to the rs window
    4)Hit run and make sure it finds the shop owner/assistant with no problems
    5)I hope it works for you I got about 5 runs. Then i stopped it.

    Well, Here it is...

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

    Default

    looks really good i look forward to my accounts haveing 50+ firemaking!

  3. #3
    Join Date
    Mar 2007
    Location
    Under a rock
    Posts
    813
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    SCAR Code:
    procedure MakeAFire;
    begin
      FindDTM(DtmLog, x, y, 562, 208, 731, 459);
      Mouse(x, y, 3, 3, True);
      FindDTM(DtmTind, x, y, 562, 208, 731, 459);
      Mouse(x, y, 3, 3, True);
    end;

    Wont this only light 1 log??....and i dont see it in the main loop. Also, did you copy the findshop from a different script because it looks familiar.

  4. #4
    Join Date
    Dec 2006
    Location
    Australia
    Posts
    698
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Yes alone the make a fire procedure would, but it loops in the light procedure

  5. #5
    Join Date
    Mar 2007
    Posts
    69
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Rune Hacker View Post
    SCAR Code:
    procedure MakeAFire;
    begin
      FindDTM(DtmLog, x, y, 562, 208, 731, 459);
      Mouse(x, y, 3, 3, True);
      FindDTM(DtmTind, x, y, 562, 208, 731, 459);
      Mouse(x, y, 3, 3, True);
    end;

    Wont this only light 1 log??....and i dont see it in the main loop. Also, did you copy the findshop from a different script because it looks familiar.
    Yes, it is used in the Light procedure. This is because i didnt want to copy and paste the same code several times for things. So i made a procedure for it.

    No, i didnt copy the findshop function...

    EDIT: like me_ntal said...

  6. #6
    Join Date
    Feb 2007
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Very nice! Been looking for a good fmer But may be a little bit detectable :S

  7. #7
    Join Date
    Mar 2007
    Posts
    69
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by emobayz View Post
    Very nice! Been looking for a good fmer But may be a little bit detectable :S
    What parts do you think are most detectable?

  8. #8
    Join Date
    Oct 2006
    Posts
    313
    Mentioned
    0 Post(s)
    Quoted
    13 Post(s)

    Default

    could u change it so it buys willows and lights them?

  9. #9
    Join Date
    Mar 2007
    Posts
    69
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by sk80rdie76 View Post
    could u change it so it buys willows and lights them?
    Yeah in the next version im thinking about doing logs oaks and willows.

  10. #10
    Join Date
    Dec 2006
    Posts
    99
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Would you mind if I edit it a little, and maybe put some of my anti ban and anti random procedures in?

    When I'm finished, I'll show you
    /

  11. #11
    Join Date
    Apr 2007
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    evrytime i try fire making script it comes up with error "Line 243: [Error] (7357:29): Unknown identifier 'RunescapeFlag' in script" wats goin wrong? line 243 says until(findbitmaptolerancein(RunescapeFlag,a,b,550, 5,735,160,100))or(findbitmaptolerancein(RunescapeF lag2,a,b,550,5,735,160,100))

  12. #12
    Join Date
    Mar 2007
    Posts
    69
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thats not my script... but i geuss you need to make an integer RunescapeFlag?

    But again, that is not my script...

    TaylorV: you can edit it all you want as long as you dont re-post it without giving proper credit.

  13. #13
    Join Date
    Dec 2006
    Location
    Auckland, New Zealand
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Gonna test will edit post, after i've run. Need a couple more fming lvls for Tears of Guthix lol. Thanks for the script.

  14. #14
    Join Date
    Apr 2007
    Posts
    374
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ok it works..
    but crapkiller can u come out with a script that retrieves willow or yew logs from the bank and lights them outside of the bank?
    buying oak logs waste time and does not gain much experience..

  15. #15
    Join Date
    Mar 2007
    Posts
    69
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by kensaurus View Post
    ok it works..
    but crapkiller can u come out with a script that retrieves willow or yew logs from the bank and lights them outside of the bank?
    buying oak logs waste time and does not gain much experience..
    Why dont you make 1? im busy with another script.

  16. #16
    Join Date
    Mar 2007
    Posts
    33
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Looks good hope it works cause its the only one lol :P

  17. #17
    Join Date
    Mar 2007
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    gonna try it right now

  18. #18
    Join Date
    Jun 2007
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by napst3r View Post
    evrytime i try fire making script it comes up with error "Line 243: [Error] (7357:29): Unknown identifier 'RunescapeFlag' in script" wats goin wrong? line 243 says until(findbitmaptolerancein(RunescapeFlag,a,b,550, 5,735,160,100))or(findbitmaptolerancein(RunescapeF lag2,a,b,550,5,735,160,100))
    you need to have the right version of scar with the right version of srl to run this script... you need version: 2.03 scar with 3.06 SRL.

  19. #19
    Join Date
    Jul 2007
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default hmm

    i get error

    Include File C:\Program Files\SCAR 3.0\includes\SRL\SRL.scar does not exist.
    failure when compiling

    what do i do? also is there a way to make it buy willows instead?

  20. #20
    Join Date
    Feb 2007
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Just download srl

    When you are In Scar => File => download SRL + Download includes

  21. #21
    Join Date
    Jan 2007
    Posts
    526
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by run2freedom View Post
    i get error

    Include File C:\Program Files\SCAR 3.0\includes\SRL\SRL.scar does not exist.
    failure when compiling

    what do i do? also is there a way to make it buy willows instead?
    Man that bug again! FREDDY FFS FIX SCAR IT GIVES ERRORS!
    When I die will they remember not what i've done but what I haven't done?
    It's not the end that i fear with each breath,
    it's life that scares me to death
    -------------------------------
    http://www.secetweb.com

  22. #22
    Join Date
    Apr 2007
    Location
    Shhhhhhh im right behind you
    Posts
    335
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ...i dont think its a problem with scar he just needs to install srl...

  23. #23
    Join Date
    Oct 2006
    Posts
    1,071
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    yeah I don't think its a scar thing, I think its just a leecher lol

  24. #24
    Join Date
    Apr 2007
    Posts
    374
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    same as above ^ not SCAR

  25. #25
    Join Date
    Jul 2007
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by run2freedom View Post
    i get error

    Include File C:\Program Files\SCAR 3.0\includes\SRL\SRL.scar does not exist.
    failure when compiling

    what do i do? also is there a way to make it buy willows instead?
    U need to move the SRL.Scar into your include file

    folo these

    mycomputer>>C:drive>>program files>>Scar [what ever u have]>>includes>>SRL <<post the SRL.Scar in there

    You may have to make the SRL folder first

    also go here

    http://www.villavu.com/forum/showthr...ludes+tutorial

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

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

Posting Permissions

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