Poll: is it good

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

Thread: macromacro123's Shrimp Killer!

  1. #1
    Join Date
    Jan 2007
    Posts
    268
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default macromacro123's Shrimp Killer!

    fishes shimps anywhere and drops em'
    read instructions.


  2. #2
    Join Date
    Oct 2006
    Location
    finland, helsinki
    Posts
    2,501
    Mentioned
    3 Post(s)
    Quoted
    2 Post(s)

    Default

    the script looks good !
    thats better than what i did before i was SRL member

    Code:
    • Narcle: I recall Jukka releasing a bunch of scripts like this before... Its how he rolls I think. rofl
    • Solarwind: Dude, you are like... t3h s3x.
    • Hy71194: JuKKa you're a machine! You released 3 scripts in 10 minutes! :O
    • benjaa: woah.... Jukka is the man Guildminer pwns all
    • NaumanAkhlaQ: And JuKKa Is my Her0!

  3. #3
    Join Date
    Feb 2007
    Posts
    433
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    hey sorry im not gonna try this but it looks really good keep up the good work! (lol its weird that im telling u this cuz ur more active [i have A LOT to do] and ur probably a better scripter)

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

    Post Steam. Steaming.

    Banned. Deleted.

  5. #5
    Join Date
    Feb 2006
    Location
    Amsterdam
    Posts
    6,136
    Mentioned
    28 Post(s)
    Quoted
    17 Post(s)

    Default

    You are making huuuge improvements here. Great work. I rewrote your FishShrimps;, you keep forgetting to place begin; and end; around a if-then loop.

    SCAR Code:
    procedure FishShrimps;
    var
      Tol:integer;
      begin
      repeat
        if(not(LoggedIn))then NextPlayer(false);
        if(FindMMColorTol(MBX, MBY, FishColor, 5))then
        begin
          if(FindObj(x,y,'et',FishingSpot,Tol))then
          begin
            Mouse(x,y,4,4,false)
            Wait(250);
            ClickOption('et',1)
            Wait(2000);
            MMouse(x,y,4,4);
            WhirlPool;
            Wait(10);
            AntiRandoms;
            Wait(2000+random(1500));
          end
        end
        if(not(FindMMColorTol(MBX, MBY, FishColor, 5)))then NextPlayer(false);
      until(InvFull);
    end;




    Keep 'm coming.



    Fawk!



    EDIT: Took it away Thank you for bearing it.
    SRL is a Library of routines made by the SRL community written for the Program Simba.
    We produce Scripts for the game Runescape.

  6. #6
    Join Date
    Jan 2007
    Posts
    268
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    yay i got 5 stars for that stuff

  7. #7
    Join Date
    Jan 2007
    Posts
    268
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    be ready for my lobsterfisher v0.2 soon

  8. #8
    Join Date
    Sep 2006
    Location
    West U.S.
    Posts
    2,172
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    will test!

    and your karamja fisher too!

    They are sisters...
    Runescape Classic

  9. #9
    Join Date
    Sep 2006
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    this does not work it keeps on loggin out with each player???
    y is this happening

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

    Default

    doesnt log in for me it compiles fine then just doesnt login hmmm how come?

    // -Declare Players
    procedure DeclarePlayers;
    begin
    HowManyPlayers := 6; //You can change this if you use more or less players.
    NumberOfPlayers(HowManyPlayers);
    CurrentPlayer:= 0; //You can change this if you want other player to start.

    Players[0].Name :='fr00gler0x'; //Username.
    Players[0].Pass :='*******'; //Password.
    Players[0].Nick :='fr0'; //Nick of player name.
    Players[0].Active:=True; //Don't touch.
    Players[0].Integer1:=5; //Loads to do.

    Players[1].Name :='';
    Players[1].Pass :='';
    Players[1].Nick :='';
    Players[1].Active:=False;
    Players[1].Integer1:=5;

    Players[2].Name :='';
    Players[2].Pass :='';
    Players[2].Nick :='';
    Players[2].Active:=False;
    Players[2].Integer1:=5;

    Players[3].Name :='';
    Players[3].Pass :='';
    Players[3].Nick :='';
    Players[3].Active:=False;
    Players[3].Integer1:=5;

    Players[4].Name :='';
    Players[4].Pass :='';
    Players[4].Nick :='';
    Players[4].Active:=False;
    Players[4].Integer1:=5;

    Players[5].Name :='';
    Players[5].Pass :='';
    Players[5].Nick :='';
    Players[5].Active:=False;
    Players[5].Integer1:=5;

  11. #11
    Join Date
    Jan 2007
    Posts
    268
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    rjf450 u should do that:

    // -Declare Players
    procedure DeclarePlayers;
    begin
    HowManyPlayers := 1; //You can change this if you use more or less players.
    NumberOfPlayers(HowManyPlayers);
    CurrentPlayer:= 0; //You can change this if you want other player to start.

    Players[0].Name :='fr00gler0x'; //Username.
    Players[0].Pass :='*******'; //Password.
    Players[0].Nick :='fr0'; //Nick of player name.
    Players[0].Active:=True; //Don't touch.
    Players[0].Integer1:=100000000000000; //Loads to do.

    it will log on only ur player and it will do 10000000000000 loads so it will rune for long time. ps. i hope the username u put there isnt a real rs account cause jagex customers know this site and they look up around so if it is u will get banned..lol just in case

  12. #12
    Join Date
    Jan 2007
    Posts
    268
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    rjf450, you need to set up fishcolor(fishcolor on minimap symbol) and to set up spot(light) color!!!!!! or it will log out nextplayer.

  13. #13
    Join Date
    Apr 2007
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    port sarim

    hi,

    good job

    but i was in the at the port sarim, neting spot and it wouldnt fish. it just loged out and switched to the next player.
    can u fix this?

    thankyou

    scotty

  14. #14
    Join Date
    Jun 2006
    Posts
    193
    Mentioned
    1 Post(s)
    Quoted
    43 Post(s)

    Default

    i voted not bad
    you should make it bank
    then it would be a very good script

  15. #15
    Join Date
    Oct 2006
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Fixing the Fishing spot color...

    Hey nice script.
    The one problem everyone has been having, including myself, is that the FishColor often doesn't work, causing the script to just keep switching players.
    You can easily fix this by changing FishColor to a var, instead of a const, and placing
    SCAR Code:
    FishColor:=GetSymbolColor(x,y,'fish');
    into the main loop. Annoyingly the minimap symbol's colors change quite a bit, but SRL has this handy procedure to find the color for you

    Alternatively you could just delete
    SCAR Code:
    if(not(FindMMColorTol(MBX,MBY,FishColor,5)))then NextPlayer(false);
    from the FishShrimps procedure, but then if you got lost it wouldn't log off lol

    Worked well once I fixed that though!

  16. #16
    Join Date
    Apr 2007
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    omg how i get it to fish and not to log in and out!

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

    Default

    ty

  18. #18
    Join Date
    May 2007
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i am having this whenever i try to activate it :

    Code:
    Failed when compiling
    Line 58: [Error] (58:1): Unknown identifier 'GameTab' in script C:\Program Files\SCAR 3.06\includes\SRL\SRL\skill\fishing.scar

  19. #19
    Join Date
    Mar 2007
    Posts
    937
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by kimo View Post
    i am having this whenever i try to activate it :

    Code:
    Failed when compiling
    Line 58: [Error] (58:1): Unknown identifier 'GameTab' in script C:\Program Files\SCAR 3.06\includes\SRL\SRL\skill\fishing.scar

    Wtf? Did you install SRL properly? Why is GameTab is fishing...:/ Download SRL again, it might work.
    Hope that helped

    -Ashur
    Exam period.

  20. #20
    Join Date
    May 2007
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    thanks ill try now ...


    EDIT : something must be wrong .... i got this :

    Code:
    Failed when compiling
    Line 59: [Error] (14857:10): Unknown identifier 'FindItemColor' in script C:\Program Files\SCAR 2.03\includes\SRL/SRL/skill/fishing.scar
    if i need to reinstall Scar just send me the link to it and/or add me on msn karim_sherif2010@hotmail.com

  21. #21
    Join Date
    May 2007
    Posts
    663
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I get this:

    Line 59: [Error] (14857:10): Unknown identifier 'FindItemColor' in script C:\Program Files\SCAR 2.03\includes\SRL/SRL/skill/fishing.scar
    Failed when compiling

    I know my SRL is good because I run other scripts.

  22. #22
    Join Date
    May 2007
    Posts
    55
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    These errors are getting me mad ARRRGBHHGHGH i got the same problem Line 59: [Error] (14509:10): Unknown identifier 'FindItemColor' in script C:\Program Files\SCAR 3.06\includes\SRL/SRL/skill/fishing.scar
    I hate this!

  23. #23
    Join Date
    May 2007
    Posts
    663
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I am curious does the issue have to do with the \ and /?

    Line 59: [Error] (14857:10): Unknown identifier 'FindItemColor' in script C:\Program Files\SCAR 2.03\includes\SRL/SRL/skill/fishing.scar
    Failed when compiling


    Why would they be in different directions?

  24. #24
    Join Date
    Aug 2006
    Posts
    35
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    dude, just logs in then out, many peeps having same problem. i did what u said, problems still continue, whats rong?

  25. #25
    Join Date
    Jan 2007
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    im haveing the log out problum 2 any idea's?

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)

Similar Threads

  1. macromacro123's Rimmington Willow Cutter/Seller
    By macromacro123 in forum RS3 Outdated / Broken Scripts
    Replies: 22
    Last Post: 02-22-2008, 04:28 AM
  2. macromacro123's Karamja Lobster Fisher/Banker!
    By macromacro123 in forum RS3 Outdated / Broken Scripts
    Replies: 76
    Last Post: 12-09-2007, 03:04 PM
  3. auto shrimp fisher
    By kelly slater pro surfer in forum RS3 Outdated / Broken Scripts
    Replies: 4
    Last Post: 09-04-2007, 11:54 PM
  4. al kharid shrimp ownage
    By RudeBoiAlex in forum OSR Help
    Replies: 2
    Last Post: 03-21-2007, 08:53 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
  •