Results 1 to 10 of 10

Thread: Chop&Burn by Maraizzos

  1. #1
    Join Date
    Aug 2008
    Location
    Finland
    Posts
    2,851
    Mentioned
    3 Post(s)
    Quoted
    2 Post(s)

    Default Chop&Burn by Maraizzos - Version2!

    Chop&Burn by Maraizzos - version 2.1

    What does it do?
    - Atm. Chops only regular trees, not oaks nor willows etc...
    - Right after chopping it burns the logs
    - No banking, this script is just for leveling
    - Counts the number of logs burned, but its not exact (dunno how to make it exact)


    SUGGESTION: HAVE MORE THAN 2 AXES WITH YOU!
    MUST HAVE TINDERBOX IN THE 1ST SLOT!



    Credits:
    - Sand Storm
    - R1ch4


    Test it and tell me how it works!
    my best prog for now is 202 logs burned in about 1 hour and 45 minutes, and i had set WoodToBurn to 200. Also 1 time i had burned 200 logs and the script had succesfully noticed 7 randoms in 1,5 hours So it does do the randoms too

  2. #2
    Join Date
    May 2008
    Posts
    1,345
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Personally, I prefer DTM's to BMP's. Your choice.

    SCAR Code:
    if FindBitmapIn(log, x, y, 546, 203, 752, 465) then


    You have SRL in your script, so you can just do this:

    SCAR Code:
    if FindBitmapIn(log, x, y, MIX1, MIY1, MIX2, MIY2) then


    Coordinates are not suggested, because they can change for different people. What are you trying to click using this line?

    SCAR Code:
    Mouse(627, 85, 20, 20, true);


    Instead of this:

    SCAR Code:
    FindObj(x, y, 'hop down Tree', TreeColor, 30)then

    I suggest this:

    SCAR Code:
    FindObjCustom(x, y, ['hop', 'own', 'ree'], [TreeColor1, TreeColor2, TreeColor3], 10)then

    So that it can use three colors(or more!) instead of one.

    I just did a quick look over, there's probably more that can be improved.

    ~Sandstorm

  3. #3
    Join Date
    Aug 2008
    Location
    Finland
    Posts
    2,851
    Mentioned
    3 Post(s)
    Quoted
    2 Post(s)

    Default

    1: I'll take a look at that
    if FindBitmapIn(log, x, y, MIX1, MIY1, MIX2, MIY2) then

    (I tried exactly that function, but it just logs out after chopping. What are those MIX1, MIY1, MIX2, MIY2?)

    2: Mouse(627, 85, 20, 20, true);
    Here im trying to (propably bad idea?) walk away from the campfire, if standing on one. Didn't come up with anything better than this :S


    3: I'll add more colors there Thanks for hint!
    Colors added!

  4. #4
    Join Date
    May 2007
    Location
    England
    Posts
    4,140
    Mentioned
    11 Post(s)
    Quoted
    266 Post(s)

    Default

    MI : Main inventory
    MS : Main screen
    MC : Main chat
    MM : Mini-map

    So basically, if I had a script with a Yew Longbow DTM, and I wanted to find it in the inventory, I would do:

    SCAR Code:
    if FindDTM(YewLong, X, Y, MIX1, MIY1, MIX2, MIY2) then
      DoStuff;

    Get it?
    <3

    Quote Originally Posted by Eminem
    I don't care if you're black, white, straight, bisexual, gay, lesbian, short, tall, fat, skinny, rich or poor. If you're nice to me, I'll be nice to you. Simple as that.

  5. #5
    Join Date
    Aug 2008
    Location
    Finland
    Posts
    2,851
    Mentioned
    3 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by R1ch4 View Post
    MI : Main inventory
    MS : Main screen
    MC : Main chat
    MM : Mini-map

    So basically, if I had a script with a Yew Longbow DTM, and I wanted to find it in the inventory, I would do:

    SCAR Code:
    if FindDTM(YewLong, X, Y, MIX1, MIY1, MIX2, MIY2) then
      DoStuff;

    Get it?
    Thanks! Just doesn't seem to work!
    What's wrong here:
    SCAR Code:
    if FindBitmapIn(log, x, y, MIX1, MIY1, MIX2, MIY2) then
      begin
      MouseItem(1, true);
    etc etc etc...
    When i had there
    FindBitmapIn(log, x, y, 546, 203, 752, 465)
    it worked for me.

  6. #6
    Join Date
    May 2007
    Location
    England
    Posts
    4,140
    Mentioned
    11 Post(s)
    Quoted
    266 Post(s)

    Default

    What's the error that you're getting?
    <3

    Quote Originally Posted by Eminem
    I don't care if you're black, white, straight, bisexual, gay, lesbian, short, tall, fat, skinny, rich or poor. If you're nice to me, I'll be nice to you. Simple as that.

  7. #7
    Join Date
    Aug 2008
    Location
    Finland
    Posts
    2,851
    Mentioned
    3 Post(s)
    Quoted
    2 Post(s)

    Default

    No error, just log out
    edit:
    I tried with FindBitmapIn(log, x, y, 546, 203, 752, 465) again and now even that doesn't work?! woot

  8. #8
    Join Date
    May 2007
    Location
    England
    Posts
    4,140
    Mentioned
    11 Post(s)
    Quoted
    266 Post(s)

    Default

    I'll check back in a few minutes, I've got dinner now...
    <3

    Quote Originally Posted by Eminem
    I don't care if you're black, white, straight, bisexual, gay, lesbian, short, tall, fat, skinny, rich or poor. If you're nice to me, I'll be nice to you. Simple as that.

  9. #9
    Join Date
    Nov 2008
    Posts
    31
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Oh, Looks like a good script, i will run it when i have time
    I think that it will be a pretty useful script. Good Job.


    \±/EliteHacker\±/

  10. #10
    Join Date
    Oct 2008
    Location
    I Forgot
    Posts
    193
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Yeah this script is very useful and will be good for lvling skillers in 2 skills at once Good Job

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Chop&Burn (also powercutter)
    By marpis in forum RS3 Outdated / Broken Scripts
    Replies: 18
    Last Post: 05-11-2009, 09:56 PM
  2. GrettleNet SMART CHOP CHOP!!!
    By Fosscape in forum First Scripts
    Replies: 3
    Last Post: 01-19-2009, 03:59 PM
  3. How to burn .cue/.bin images on one cd.
    By chitin in forum Computer Help and Tutorials
    Replies: 5
    Last Post: 01-29-2008, 01:19 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
  •