Page 5 of 5 FirstFirst ... 345
Results 101 to 121 of 121

Thread: Harpoon Buyer

  1. #101
    Join Date
    Jan 2008
    Posts
    49
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    It's a very good script. Why aren't you an SRL member yet? Could you add the option to not use the rest feature? Or is it just as simple as deleting the procedure?
    Last edited by user666; 02-12-2012 at 12:45 AM.

  2. #102
    Join Date
    Dec 2011
    Posts
    327
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by user666 View Post
    It's a very good script. Why aren't you an SRL member yet? Could you add the option to not use the rest feature? Or is it just as simple as deleting the procedure?
    You can just take the "resting" out of the walk paths.

  3. #103
    Join Date
    Jan 2012
    Posts
    81
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Took me a good 20 minutes to figure out the Anti-Leech, but it was good for my learning of SRL (I hate being a noob XD) and I appreciate it. It disgusts me that all of these kids who cannot even put the effort to learn a language and join a community flame you for preventing Gold Farmers and crashing harpoons. Thanks for the learning experience, and the awesome script.
    Seriously yours,
    -Solid

  4. #104
    Join Date
    Feb 2012
    Location
    Wilkesboro, NC
    Posts
    146
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Procedure WalkToTheDepositBox; <- it failed compiling?
    Last edited by Emotional; 02-14-2012 at 10:04 PM.

  5. #105
    Join Date
    Nov 2011
    Location
    Merica
    Posts
    77
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Dont Deadly, really dont do it man. it's a great idea stick with it.

  6. #106
    Join Date
    Dec 2011
    Posts
    327
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Solidone40 View Post
    Took me a good 20 minutes to figure out the Anti-Leech, but it was good for my learning of SRL (I hate being a noob XD) and I appreciate it. It disgusts me that all of these kids who cannot even put the effort to learn a language and join a community flame you for preventing Gold Farmers and crashing harpoons. Thanks for the learning experience, and the awesome script.
    Seriously yours,
    -Solid
    Thanks mate, I hope it's still working. I haven't updated it in weeks.

    Quote Originally Posted by Emotional View Post
    Procedure WalkToTheDepositBox; <- it failed compiling?
    Read the initial post.

    Quote Originally Posted by funnyman9292 View Post
    Dont Deadly, really dont do it man. it's a great idea stick with it.
    If I do release the script without any leecher restrictions, it won't be for a few weeks.

  7. #107
    Join Date
    Nov 2011
    Posts
    31
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Well I fixed the errors in the script but then I ended up here..


    Did I mess something up in the process?

  8. #108
    Join Date
    Dec 2011
    Posts
    20
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Where do I download this? I really want to try this.

  9. #109
    Join Date
    Feb 2012
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    how do u download it?

  10. #110
    Join Date
    Mar 2012
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ikr how do you download it

  11. #111
    Join Date
    Mar 2012
    Posts
    26
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    its not work for me ?

    [Hint] (132:1): Variable 'X' never used at line 131
    [Hint] (132:1): Variable 'Y' never used at line 131
    [Hint] (133:1): Variable 'S' never used at line 132
    [Error] (214:1): Identifier expected at line 213

  12. #112
    Join Date
    Dec 2011
    Location
    Look Behind You.
    Posts
    24
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I'm close at configuring it out but stuck at something it complains about smart.
    Last edited by Hello World..; 03-27-2012 at 12:30 PM.

  13. #113
    Join Date
    Feb 2012
    Location
    Toronto Ontario, Canada
    Posts
    331
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Look at the GE graph from the beginning of this script release to now lol, 300gp -> 200gp in less than 2 weeks
    118/120 Dungeoneering

  14. #114
    Join Date
    Dec 2011
    Location
    Look Behind You.
    Posts
    24
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    How to put the ObjectDTM to work?

  15. #115
    Join Date
    Jun 2012
    Location
    Iowa
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ermmmm cant paste it in the correct format lol. keeps mushing the words together

  16. #116
    Join Date
    Jun 2012
    Posts
    34
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Function CheckAndClick(X,Y:Integer):Boolean;
    Begin
    MMouse(x, y, 5, 5);
    {Wait(100 + Random(50));
    If CountUpColor('B', 41, 5, 86, 24, 70, 140) Then}
    If WaitUpTextMulti(['Mine','ine'], 150) Then
    Begin
    Result:=True;
    GetMousePos(x, y);
    Mouse(x, y, 0, 0,True);
    Wait(100+Random(50));
    FFlag(0);
    End;
    End;

    Maby change that ?

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

    Default

    Exception in Script: Unable to find file 'ObjectDTM/ObjDTMInclude.Simba' used from ''... wtf?

  18. #118
    Join Date
    Jul 2011
    Location
    /home/litoris
    Posts
    2,226
    Mentioned
    0 Post(s)
    Quoted
    159 Post(s)

    Default

    Quote Originally Posted by samotomas3 View Post
    Exception in Script: Unable to find file 'ObjectDTM/ObjDTMInclude.Simba' used from ''... wtf?
    Read the second line on the first post before complaining.
    Miner & Urn Crafter & 07 Chicken Killer
    SPS BlindWalk Tutorial

    Working on: Nothing

    teacher in every art, brought the fire that hath proved to mortals a means to mighty ends

  19. #119
    Join Date
    Feb 2012
    Location
    Discord
    Posts
    3,114
    Mentioned
    37 Post(s)
    Quoted
    538 Post(s)

    Default

    Quote Originally Posted by ashihtaka View Post
    Look at the GE graph from the beginning of this script release to now lol, 300gp -> 200gp in less than 2 weeks
    meh, it could of been because of toolbelt update

  20. #120
    Join Date
    Nov 2012
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    how do you get the client lol

  21. #121
    Join Date
    Dec 2011
    Location
    Nj
    Posts
    2,341
    Mentioned
    1 Post(s)
    Quoted
    18 Post(s)

    Default

    Grave+Shovel+Leecher...Ofcourse you get a leeching gravedig! Garret, go to the Setting up Simba section plz....

    Search tool...Use...

    For the basics of the basics of pascal, try my TuT. ||Photoshop Editing ||MapleResourceDung Script || Book a flight! BuySellTrip

Page 5 of 5 FirstFirst ... 345

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
  •