Page 2 of 3 FirstFirst 123 LastLast
Results 26 to 50 of 56

Thread: SRL Members Application Tool 2012

  1. #26
    Join Date
    Dec 2011
    Posts
    496
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    I remember checking out the old tool, glad this one has been revived =]
    Nearly maxed, woowweee.

  2. #27
    Join Date
    May 2007
    Location
    NSW, Australia
    Posts
    2,823
    Mentioned
    3 Post(s)
    Quoted
    25 Post(s)

    Default

    Quote Originally Posted by bevardis View Post
    [==================================]
    [= Result: 97%
    [==================================]



    Should I really apply now?
    PM the script, Ill tell you .

  3. #28
    Join Date
    Oct 2008
    Location
    C:\Simba\Includes\
    Posts
    7,566
    Mentioned
    19 Post(s)
    Quoted
    180 Post(s)

    Default

    Maybe I should apply I do have walking, but it's SPS Maybe add a check for ObjDTM and SPS?

    Simba Code:
    Add fflag
    Add tdtmpointdef
    Make sure include walking in your script!
    You should Apply for members.
    [==================================]
    [=   Result: 91%
    [==================================]
    Last edited by Kyle Undefined; 03-26-2012 at 01:28 PM.
    Away for awhile, life is keeping me busy. | Want to get my attention in a thread? @Kyle Undefined; me.
    { MSI Phoenix || SRL Stats Sigs || Paste || Scripts || Quotes || Graphics }

    When posting a bug, please post debug! Help us, help you!

    I would love to change the world, but they won't give me the source code. || To be the best, you've got to beat the rest. || Logic never changes, just the syntax.
    If you PM me with a stupid question or one listed in FAQ, or about a script that is not mine, I will NOT respond.


    SRL is a Library of routines made by the SRL community written for the Program Simba. We produce Scripts for the game Runescape.


  4. #29
    Join Date
    Feb 2012
    Posts
    386
    Mentioned
    2 Post(s)
    Quoted
    2 Post(s)

    Default

    You need to change the Clickmouse thing, ClickMouse2 is a really usefull option when used at place where it should be used.

    Maybe to detect if a Script use Walking, you could look for FFlag in the Script, as it does not recognize my DTM walking method in my Ectofuntus script too.

  5. #30
    Join Date
    Nov 2011
    Posts
    1,268
    Mentioned
    17 Post(s)
    Quoted
    217 Post(s)

    Default

    Quote Originally Posted by Nemesis3X View Post
    You need to change the Clickmouse thing, ClickMouse2 is a really usefull option when used at place where it should be used.

    Maybe to detect if a Script use Walking, you could look for FFlag in the Script, as it does not recognize my DTM walking method in my Ectofuntus script too.
    GetMousePos(x, y);
    Mouse(x, y, 1, 1, False);

    Same thing using Mouse, it has random built into it.

  6. #31
    Join Date
    Jan 2012
    Location
    Calgary, AB, Canada
    Posts
    1,819
    Mentioned
    5 Post(s)
    Quoted
    120 Post(s)

    Default

    Well gave it a go and.....


    Progress Report:
    Add tdtmpointdef
    Add while
    You should Apply for members.
    [==================================]
    [=   Result: 98%
    [==================================]
    Current Project: Retired

  7. #32
    Join Date
    Mar 2012
    Location
    Canada
    Posts
    870
    Mentioned
    1 Post(s)
    Quoted
    5 Post(s)

    Default

    Quote Originally Posted by DemiseScythe View Post
    GetMousePos(x, y);
    Mouse(x, y, 1, 1, False);

    Same thing using Mouse, it has random built into it.
    Theres really no point in doing this unless you really want to have a good grade with this tool.

    Here's the Mouse function from the SRL's includes.

    Simba Code:
    (*
    Mouse
    ~~~~~

    .. code-block:: pascal

        procedure Mouse(mousex, mousey, ranx, rany: Integer; button: variant);

    Moves then clicks mouse (will only move if 'mouse_move' passed).

    .. note::

        by Mutant Squirrle, Harry

    Example:

    .. code-block:: pascal

    *)

    procedure Mouse(mousex, mousey, ranx, rany: Integer; button: variant);
    begin
      MMouse(mousex, mousey, ranx, rany);
      Wait(60 + Random(30));
      ClickMouse2(button);
      Wait(50 + Random(50));
    end;

    That's right... Mouse actualy use ClickMouse2.
    Last edited by eska; 03-26-2012 at 08:50 PM.
    My scripts:
    Advanced Barb Agility Course(outdated), MonkeyThieverV0.11, MahoganyTableV0.4(outdated)
    Questions? I bet that for 98% of those, you'll find answer HERE

  8. #33
    Join Date
    May 2007
    Location
    NSW, Australia
    Posts
    2,823
    Mentioned
    3 Post(s)
    Quoted
    25 Post(s)

    Default

    Okay enough with the ClickMouse2, I will add it to the script along with others.

  9. #34
    Join Date
    Dec 2006
    Location
    Sydney, New South Wales, Australia
    Posts
    4,603
    Mentioned
    15 Post(s)
    Quoted
    42 Post(s)

    Default

    Oh geez, not this horrible tool again!

    How've you been? I thought you were leaving for good Ben? I was happy for a moment
    You may contact me with any concerns you have.
    Are you a victim of harassment? Please notify me or any other staff member.

    | SRL Community Rules | SRL Live Help & Chat | Setting up Simba | F.A.Q's |

  10. #35
    Join Date
    May 2007
    Location
    NSW, Australia
    Posts
    2,823
    Mentioned
    3 Post(s)
    Quoted
    25 Post(s)

    Default

    Quote Originally Posted by Daniel View Post
    Oh geez, not this horrible tool again!

    How've you been? I thought you were leaving for good Ben? I was happy for a moment
    Hey its a eshay tool .

    Thats a hard statement to go by. I was just incredibly bored during my studying yesterday or the day before, so i was like, woah I havent been on SRL in a while, ill take a geeze, then something made me want to do some scripting haha. You love me dont lie.

    Change log
    Version 0.01
    • Added Clickmouse2 to the exception list
    • Added Findsymbol
    • Added For.. to do statements
    • Shortened the Multi Words procedure .
    • And a few little hints on things to add to your script.
    Last edited by BobboHobbo; 03-27-2012 at 07:32 AM.

  11. #36
    Join Date
    Mar 2012
    Location
    Canada
    Posts
    870
    Mentioned
    1 Post(s)
    Quoted
    5 Post(s)

    Default

    Ohhhh yeaaaaaaaaaaaaaaahhhhhhhhhhh.

    The best I can possibly get is 82% because of longevity, but I get 77% because of the fflag I didn't use.

    Code:
    Add fflag
    Add Find Symbol - usually as a walking backup (Not needed just an additive)!
    You should Apply for members.
    [==================================]
    [=   Result: 77%
    [==================================]
    Now we're talking
    My scripts:
    Advanced Barb Agility Course(outdated), MonkeyThieverV0.11, MahoganyTableV0.4(outdated)
    Questions? I bet that for 98% of those, you'll find answer HERE

  12. #37
    Join Date
    Dec 2006
    Location
    Program TEXAS home of AUTOERS
    Posts
    7,934
    Mentioned
    26 Post(s)
    Quoted
    237 Post(s)

    Default

    Quote Originally Posted by bevardis View Post
    [==================================]
    [= Result: 97%
    [==================================]



    Should I really apply now?
    Oh wow, what script and yes!

  13. #38
    Join Date
    Dec 2006
    Location
    Sydney, New South Wales, Australia
    Posts
    4,603
    Mentioned
    15 Post(s)
    Quoted
    42 Post(s)

    Default

    Quote Originally Posted by BobboHobbo View Post
    Hey its a eshay tool .

    Thats a hard statement to go by. I was just incredibly bored during my studying yesterday or the day before, so i was like, woah I havent been on SRL in a while, ill take a geeze, then something made me want to do some scripting haha. You love me dont lie.
    Wait, what? You study? You've finished the HSC, haven't you?

    And no, I don't love you, where on Earth did you ever get that idea from?

    Also, provide a link to my guide I know you know what it is, I was stalking you earlier.
    You may contact me with any concerns you have.
    Are you a victim of harassment? Please notify me or any other staff member.

    | SRL Community Rules | SRL Live Help & Chat | Setting up Simba | F.A.Q's |

  14. #39
    Join Date
    May 2007
    Location
    NSW, Australia
    Posts
    2,823
    Mentioned
    3 Post(s)
    Quoted
    25 Post(s)

    Default

    Quote Originally Posted by Daniel View Post
    Wait, what? You study? You've finished the HSC, haven't you?

    And no, I don't love you, where on Earth did you ever get that idea from?

    Also, provide a link to my guide I know you know what it is, I was stalking you earlier.
    No im in year 12. And Yes i study the days before my Half yearlies, which will be failed. .

    And you do love me, I know its hard to hide it but you cant deny it. Link to what guide?

  15. #40
    Join Date
    Dec 2006
    Location
    Sydney, New South Wales, Australia
    Posts
    4,603
    Mentioned
    15 Post(s)
    Quoted
    42 Post(s)

    Default

    Quote Originally Posted by BobboHobbo View Post
    No im in year 12. And Yes i study the days before my Half yearlies, which will be failed. .

    And you do love me, I know its hard to hide it but you cant deny it. Link to what guide?
    You're not in the same year as me? What? I could of sworn you were in Santy's year/one year ahead of me...

    And this guide: http://villavu.com/forum/showthread....311#post917311
    You may contact me with any concerns you have.
    Are you a victim of harassment? Please notify me or any other staff member.

    | SRL Community Rules | SRL Live Help & Chat | Setting up Simba | F.A.Q's |

  16. #41
    Join Date
    May 2007
    Location
    NSW, Australia
    Posts
    2,823
    Mentioned
    3 Post(s)
    Quoted
    25 Post(s)

    Default

    Quote Originally Posted by Daniel View Post
    You're not in the same year as me? What? I could of sworn you were in Santy's year/one year ahead of me...

    And this guide: http://villavu.com/forum/showthread....311#post917311
    So what grade are you in then?

    and ahh i see .

  17. #42
    Join Date
    Jun 2006
    Posts
    694
    Mentioned
    0 Post(s)
    Quoted
    31 Post(s)

    Default

    Simba Code:
    Add tdtmpointdef ///No need
    Add while //No need
    Add Radial/Linear/Walkpaths //Glass maker Not needed
    Add Find Symbol - usually as a walking backup (Not needed just an additive)! //>.>
    Get rid of Clickmouse = ban. //Don't use
    You should Apply for members. // Cool
    [==================================]
    [=   Result: 78%
    [==================================]

  18. #43
    Join Date
    Mar 2012
    Posts
    690
    Mentioned
    2 Post(s)
    Quoted
    40 Post(s)

    Default

    Add tdtmpointdef
    Add tpa
    You should Apply for members.
    [==================================]
    [= Result: 78%
    [==================================]

    Yay im on the right track

  19. #44
    Join Date
    Jun 2006
    Posts
    694
    Mentioned
    0 Post(s)
    Quoted
    31 Post(s)

    Default

    Quote Originally Posted by Sirenia View Post
    Add tdtmpointdef
    Add tpa
    You should Apply for members.
    [==================================]
    [= Result: 78%
    [==================================]

    Yay im on the right track
    What did you write the got the same percentage as I?

    Just curious.

  20. #45
    Join Date
    Feb 2012
    Location
    Somewhere, over the rainbow...
    Posts
    2,272
    Mentioned
    3 Post(s)
    Quoted
    45 Post(s)

    Default

    @BobboHobbo, maybe change it to 80% before saying 'You should Apply for Members'

    Also, here's an updated one:
    Code:
    Add tdtmpointdef
    Add while
    Add Find Symbol - usually as a walking backup (Not needed just an additive)!
    You should Apply for members.
    [==================================]
    [=   Result: 86%
    [==================================]

    EDIT: How can you use FindSymbol as a walking backup. I know you can say 'if FindSymbol', but then what? It only returns a boolean and not x and y co-ordinates...
    Last edited by Abu; 04-03-2012 at 01:43 PM.

  21. #46
    Join Date
    Dec 2011
    Location
    Hyrule
    Posts
    8,662
    Mentioned
    179 Post(s)
    Quoted
    1870 Post(s)

    Default

    Quote Originally Posted by abu_jwka View Post
    @BobboHobbo, maybe change it to 80% before saying 'You should Apply for Members'

    Also, here's an updated one:
    Code:
    Add tdtmpointdef
    Add while
    Add Find Symbol - usually as a walking backup (Not needed just an additive)!
    You should Apply for members.
    [==================================]
    [=   Result: 86%
    [==================================]

    EDIT: How can you use FindSymbol as a walking backup. I know you can say 'if FindSymbol', but then what? It only returns a boolean and not x and y co-ordinates...
    Simba Code:
    FindSymbol(var rx, ry: Integer; Name: string)

    Gives you and x and y coordinate

  22. #47
    Join Date
    Feb 2012
    Location
    Somewhere, over the rainbow...
    Posts
    2,272
    Mentioned
    3 Post(s)
    Quoted
    45 Post(s)

    Default

    Quote Originally Posted by ashaman88 View Post
    Simba Code:
    FindSymbol(var rx, ry: Integer; Name: string)

    Gives you and x and y coordinate
    Oh my, I was thinking that rx and ry were randomness x and randomness y(because of other functions) - but now that I think of it, in this case of course it can't be!

    Thanks.

  23. #48
    Join Date
    Oct 2008
    Location
    C:\Simba\Includes\
    Posts
    7,566
    Mentioned
    19 Post(s)
    Quoted
    180 Post(s)

    Default

    iirc, FindSymbol just uses FindBitmap. Since the symbols are bitmaps.
    Away for awhile, life is keeping me busy. | Want to get my attention in a thread? @Kyle Undefined; me.
    { MSI Phoenix || SRL Stats Sigs || Paste || Scripts || Quotes || Graphics }

    When posting a bug, please post debug! Help us, help you!

    I would love to change the world, but they won't give me the source code. || To be the best, you've got to beat the rest. || Logic never changes, just the syntax.
    If you PM me with a stupid question or one listed in FAQ, or about a script that is not mine, I will NOT respond.


    SRL is a Library of routines made by the SRL community written for the Program Simba. We produce Scripts for the game Runescape.


  24. #49
    Join Date
    May 2007
    Location
    NSW, Australia
    Posts
    2,823
    Mentioned
    3 Post(s)
    Quoted
    25 Post(s)

    Default

    Quote Originally Posted by abu_jwka View Post
    @BobboHobbo, maybe change it to 80% before saying 'You should Apply for Members'

    Also, here's an updated one:
    Code:
    Add tdtmpointdef
    Add while
    Add Find Symbol - usually as a walking backup (Not needed just an additive)!
    You should Apply for members.
    [==================================]
    [=   Result: 86%
    [==================================]


    EDIT: How can you use FindSymbol as a walking backup. I know you can say 'if FindSymbol', but then what? It only returns a boolean and not x and y co-ordinates...
    Mmm no I think its fine at 70%, If your getting over 70% you have everything you need to become a member, your just not using it correctly if your getting declined. A good way is to look at SRL Members Scripts, refer to them, learn what they do. What differs in their script? why do they use this method instead of that method etc. Look for your weak points in your script, see how other people done them, learn from this, how I done it back in the day .

  25. #50
    Join Date
    Nov 2011
    Posts
    1,532
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I tried this with some of my SRL releases, and none of them get me above 75%

    Looks like I need to script harder and make something more complex be a good member
    Current activity: Recovering from vacation
    - Nulla pars vitae vacare officio potest -
    SRL membership? Can I buy that?
    Scripts - AGS - SWF - WAR - EMS - W100S-EM
    If you need scripting help, you can pm me. Remember, if you need help you have to ask for it properly though

Page 2 of 3 FirstFirst 123 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
  •