Adblock breaks this site

[SRL] Fours PowerChopper X

Discussion in 'Outdated RS Scripts' started by Fourscape, Mar 19, 2007.

  1. Fourscape

    Fourscape Active Member

    Joined:
    Jan 24, 2007
    Posts:
    118
    Referrals:
    0
    Sythe Gold:
    0
    [SRL] Fours PowerChopper X

    Script attached below. You will find all instructions in the script itself.

    Errors I will not respond to...

    SRL Missing errors.
    Out of Range errors.
     
  2. Nubby

    Nubby Active Member

    Joined:
    Feb 18, 2007
    Posts:
    148
    Referrals:
    0
    Sythe Gold:
    0
    [SRL] Fours PowerChopper X

    First to post! I'll give it a little run! :)
     
  3. Town

    Town Grand Master
    Scar Programmers

    Joined:
    Jan 21, 2007
    Posts:
    3,776
    Referrals:
    3
    Sythe Gold:
    5
    [SRL] Fours PowerChopper X

    Looks like it should run fine. I really like the auto-talking :) .

    Code:
    //->Get Axe Colors<-//
    Procedure GetAxeColors;
    Begin
      FindAxeHeadColor;
    end;
    
    //->Axe Head Finder<-//
    
    Procedure TheFindAxe;
    Begin
      FindHead;
    end;
    These two are wasted procedures, you could just say FindAxeHeadColor or FindHead in the script wherever you called that procedure. That doesn't effect the script though.

    Also, you can't wield your axe. You never said that in the setup so people that use it won't know.
     
  4. Fourscape

    Fourscape Active Member

    Joined:
    Jan 24, 2007
    Posts:
    118
    Referrals:
    0
    Sythe Gold:
    0
    [SRL] Fours PowerChopper X

    You can wield your axe. That is fine. I don't see where that would be a problem. And those procedures don't waste anything. When I put those procedures in my script multiple times, it is easyer to remember if the title is my own procedure name. If it bothers you take it out. None of the leechers will know the difference.
     
  5. Nubby

    Nubby Active Member

    Joined:
    Feb 18, 2007
    Posts:
    148
    Referrals:
    0
    Sythe Gold:
    0
    [SRL] Fours PowerChopper X

    <---------------------------------------------------------->
    Progress Thus Far
    Run Time : 44 Minutes and 6 Seconds
    Logs Chopped : 297
    XP Gained : -49882
    Good Job! : Fourscape RULES! - lol
    <---------------------------------------------------------->

    Worked fine, attached one axe head -- however it also failed to recognize an ent (no error or anything) and broke an axe :p But I liked it, may be the most efficient power chopper I've used so far tbh, I'll try to put it to an 'extensive' test tonight and see how long it will run :) But yea, I like!
     
  6. Town

    Town Grand Master
    Scar Programmers

    Joined:
    Jan 21, 2007
    Posts:
    3,776
    Referrals:
    3
    Sythe Gold:
    5
    [SRL] Fours PowerChopper X

    Hmmm, FindAxeHeadColor only works with the axe in the first inventory slot, and this wouldn't work all that well without it unequipped either, eh?

    Code:
    //->Check for Broken Axe<-//
    Var
      BX, BY, NX, NY : integer;
    
    Procedure IsAxeBroken;
    Begin
      Status('Checking for broken axe')
      GameTab(4)
      Wait(400 + Random (100))
      If (Not(FindDTM(BrokenAxeDTM, BX, BY, MIX1, MIY1, MIX2, MIY2 ))) then
      Begin
        Status('Axe Not Broken')
        Exit;
      end;
      Begin
        If (FindDTM(BrokenAxeDTM, BX, BY, MIX1, MIY1, MIX2, MIY2 )) and
           (Not(FindDTM(RegularAxeDTM, NX, NY, MIX1, MIY1, MIX2, MIY2))) then
        Begin
          Status('Broke an Axe')
          NextPlayer(False)
          end;
       end;
    end;
     
  7. mine or die4

    mine or die4 Member
    Banned

    Joined:
    Mar 17, 2007
    Posts:
    55
    Referrals:
    0
    Sythe Gold:
    0
    [SRL] Fours PowerChopper X

    Line 614: [Error] (16480:12): Unknown identifier 'GetXp'
    ahhh help me i nee dhalp lol\
     
  8. Fourscape

    Fourscape Active Member

    Joined:
    Jan 24, 2007
    Posts:
    118
    Referrals:
    0
    Sythe Gold:
    0
    [SRL] Fours PowerChopper X

    That will check if the axe is broken. If it's wielded then it won't regognize it, but, the ent finder works well as far as I know so that should not be a big problem. The find axe will work for wielded axes though.
     
  9. WinterDreamZ3

    WinterDreamZ3 Guru
    Banned

    Joined:
    Feb 22, 2007
    Posts:
    1,024
    Referrals:
    0
    Sythe Gold:
    0
    [SRL] Fours PowerChopper X

    I'm having problems with detecting randoms
    It just doesnt Talk or do what it should do.
    I have set the names correct my name is 5773....
    So i have set 577 as name Also SRL is setup correct.
    Could someone please help me with this problem?

    Thx, Winter
     
  10. S0M30N3

    S0M30N3 Active Member
    Banned

    Joined:
    Mar 21, 2007
    Posts:
    140
    Referrals:
    0
    Sythe Gold:
    0
    [SRL] Fours PowerChopper X

    Maybe a noobish question but how do i select oaks, so he cut oaks?ty
     
  11. Fourscape

    Fourscape Active Member

    Joined:
    Jan 24, 2007
    Posts:
    118
    Referrals:
    0
    Sythe Gold:
    0
    [SRL] Fours PowerChopper X

    Players[0]String1 : 'Oak'
     
  12. Young_Buck

    Young_Buck Active Member
    Banned

    Joined:
    Feb 24, 2007
    Posts:
    179
    Referrals:
    0
    Sythe Gold:
    0
    [SRL] Fours PowerChopper X

    its nice well done!
     
  13. Fourscape

    Fourscape Active Member

    Joined:
    Jan 24, 2007
    Posts:
    118
    Referrals:
    0
    Sythe Gold:
    0
    [SRL] Fours PowerChopper X

    I figured out why the randoms are not working. I'll fix and repost. I actually looked into it =)
     
  14. pur

    pur Guest

    Referrals:
    0
    [SRL] Fours PowerChopper X

    i have a problem with this 1 it says "User specified a new RS window
    Include file C:\Program Files\SCAR 2.03\includes\SRL\SRL.SCAR does not exist.
    Include file C:\Program Files\SCAR 2.03\includes\SRL\SRL\Skill\Woodcutting.SCAR does not exist.
    Failed when compiling"

    plz tell me what i am doing wrong i have 2.03, thanks :)
     
  15. cyclone2527

    cyclone2527 Newcomer

    Joined:
    Mar 24, 2007
    Posts:
    16
    Referrals:
    0
    Sythe Gold:
    0
    [SRL] Fours PowerChopper X

    You obviously don't have SRL installed
     
  16. Wang Doodle

    Wang Doodle Guest

    Referrals:
    0
    [SRL] Fours PowerChopper X

    i tried it out and it works well. good job its a nice script
     
  17. letzgokill

    letzgokill Guru
    Banned

    Joined:
    Jan 26, 2007
    Posts:
    1,136
    Referrals:
    1
    Sythe Gold:
    0
    [SRL] Fours PowerChopper X

    what kind of log does this do
     
  18. Town

    Town Grand Master
    Scar Programmers

    Joined:
    Jan 21, 2007
    Posts:
    3,776
    Referrals:
    3
    Sythe Gold:
    5
    [SRL] Fours PowerChopper X

    PowerChopper, but still, unless Fourscape wants to answer some questions about his script, I won't.
     
  19. xSlaughteRx

    xSlaughteRx Forum Addict
    Banned

    Joined:
    Apr 21, 2007
    Posts:
    270
    Referrals:
    0
    Sythe Gold:
    0
    [SRL] Fours PowerChopper X

    fourscape is a good scripter
     
  20. Milkman

    Milkman Forum Addict
    Banned

    Joined:
    Mar 22, 2007
    Posts:
    277
    Referrals:
    0
    Sythe Gold:
    0
    [SRL] Fours PowerChopper X

    Very nice, works great.
     
< [SRL4] Al Kharid Smelter | [SRL 4] [WC] Zeta's Maple Masher >


 
 
Adblock breaks this site