Results 1 to 17 of 17

Thread: SRL Members Help

  1. #1
    Join Date
    Dec 2006
    Posts
    173
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default SRL Members Help

    Hey,

    I have been working on a script for awhile now,and I am going to try to use it to apply for SRL members. I have read many tutorials about scripting/ SRL Members.

    The script has antirandoms, antiban, TPAs, some failsafes, DDTM walking, and reflection backup.

    I would really appreciate it if you guys could post some suggestions, tips, advice, or comments.

    Also I know I have a low post count, idk if that will hurt my chances
    Starting to merchant, if you know of any good clans, PM me please.

  2. #2
    Join Date
    Sep 2006
    Location
    include srl/srl.scar ( aussie)
    Posts
    2,875
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Hmm looks ok, maybe try and make your own DDTM's and AutoColor.

  3. #3
    Join Date
    Feb 2007
    Location
    Australia
    Posts
    176
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Looks nice to me. Meets standards ? I think, I'll change my view because i had the same as someone else.(I looked at it quickly) You have used a few other peoples procedures but you have still put some hard work into it as far as im concerned. Just credit them and i wish you the best of luck.

    -Currently learning script
    Marzey

  4. #4
    Join Date
    Jul 2007
    Location
    Ohio
    Posts
    1,103
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by NiCbaZ View Post
    Hmm looks ok, maybe try and make your own DDTM's and AutoColor.
    Quote Originally Posted by marzey View Post
    Look's alright to me your own DDTM's and AutoColor. Would probably increase ur chances... and make ur script even better.
    NiCbaZ abd marzey think alike!!! O wait, nvm epic fail for marzey lol... Looks good maybe try to make some DDTM's and Autocolor

    How much of this script did u actually make? I see tons of whole procedures credited. For SRL members i think you need atleast 90-95% of the script to be completely yours.
    Also,
    SCAR Code:
    procedure CreateSoftClay;
    var
    Waits: Integer;
    begin
      GameTab(4);
      Status('Creating Soft clay');
      Disguise('Creating Soft Clay');
      wait(750+random(350));
      mmouse(250,421,10,10);
      wait(750+random(350));
      mouse(250,421,10,10,false);
      ChooseOption('All');
        repeat
          AntiRandoms;
          Wait(1000);
          waits:=waits+1;
          if not(FindDTM(Clay, x, y, MIX1, MIY1, MIX2, MIY2)) then break;
        until waits >= 13;
      wait(1000+random(600));
    end;
    That is from PVH's script.
    SCAR Code:
    procedure CreateClay;// Credits to PvH for coords
    var
      Waitz : Integer;
    begin
      if not LoggedIn then Exit;
      MMouse(250,421,10,10);
      wait(750+random(350));
      Mouse(250,421,10,10,false);
      wait(500 + random(60));
      ChooseOption('ll');
      repeat
        if not LoggedIn then Break;
        AntiRandoms;
        Wait(1000);
        Waitz := Waitz + 1;
        if not(FindDTM(Clay, x, y, MIX1, MIY1, MIX2, MIY2)) then Break;
      until Waitz > 13;
    end;
    That is from yours, they are almost exactly alike and you only credited him for the coords.And also, you may need to ask for permission from him, I dont know if you did but you should.

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

    Default

    coords are bad....

    i would say it be a close call, so try improving it bro
    keep it up, btw post count doesnt matter, just try to be active
    thanks

  6. #6
    Join Date
    Mar 2008
    Location
    ::1
    Posts
    915
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    I'm in the same position myself! I don't know how picky the Mems are but I would change these lines
    SCAR Code:
    if not LoggedIn then Exit;

    To something more like
    SCAR Code:
    if(not LoggedIn)then
      Exit;

    Correct me if I'm wrong...

    Records and Types Save Code (and make you look better)
    Quote Originally Posted by Wizzup? View Post
    Is it possible to make Runescape a 2D game with this?... That would greatly simplify... Just about anything.

  7. #7
    Join Date
    Dec 2006
    Posts
    173
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thanks for the replies! I made the actual DDTMs, but used BobboHobbo's idea on how to load them. A lot of the credits in the script are thanks. I will definitely look into making my own autocoloring and a new procedure for creating the clay. Sorry Pvh for taking the coords and basically the procedure.

    Anymore suggestions or advice?
    Starting to merchant, if you know of any good clans, PM me please.

  8. #8
    Join Date
    Feb 2006
    Location
    Helsinki, Finland
    Posts
    1,395
    Mentioned
    30 Post(s)
    Quoted
    107 Post(s)

    Default

    Quote Originally Posted by tniffoc View Post
    I'm in the same position myself! I don't know how picky the Mems are but I would change these lines
    SCAR Code:
    if not LoggedIn then Exit;

    To something more like
    SCAR Code:
    if(not LoggedIn)then
      Exit;

    Correct me if I'm wrong...
    To...
    SCAR Code:
    if(not(LoggedIn))then
      Exit;

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

    Default

    All these posts suck. You're supposed to get opinions in the Application, not from an outside thread.
    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. #10
    Join Date
    Sep 2006
    Location
    include srl/srl.scar ( aussie)
    Posts
    2,875
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Huh, if some one post's there script before you apply and improve ect, i see there care about it and i might voted yes

  11. #11
    Join Date
    Jun 2007
    Location
    south park
    Posts
    1,160
    Mentioned
    0 Post(s)
    Quoted
    62 Post(s)

    Default

    Watch out they bite !
    http://www.youtube.com/user/YoHoJoSRL
    Good scripting guides on youtube
    Formerly known as (djcheater)

  12. #12
    Join Date
    Feb 2007
    Location
    Australia
    Posts
    176
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Dan's The Man View Post
    All these posts suck. You're supposed to get opinions in the Application, not from an outside thread.
    And they can improve it before they get turned down that way they get it first go and dont have to either rewrite or fix there script.

    -Currently learning script
    Marzey

  13. #13
    Join Date
    Mar 2008
    Location
    ::1
    Posts
    915
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by Dan's The Man View Post
    All these posts suck. You're supposed to get opinions in the Application, not from an outside thread.
    Somebody said in my application that I was supposed to get opinions before! No offence to Garrett. I'm just confused as to what I should do the second time around. I still have a little hope that there won't be a second time though.

    Quote Originally Posted by 3Garrett3 View Post
    Even though you fix it, it doesn't mean anything to me.. ^^^

    Records and Types Save Code (and make you look better)
    Quote Originally Posted by Wizzup? View Post
    Is it possible to make Runescape a 2D game with this?... That would greatly simplify... Just about anything.

  14. #14
    Join Date
    Feb 2007
    Location
    Alberta, Canada
    Posts
    4,615
    Mentioned
    50 Post(s)
    Quoted
    429 Post(s)

    Default

    Quote Originally Posted by tniffoc View Post
    Somebody said in my application that I was supposed to get opinions before! No offence to Garrett. I'm just confused as to what I should do the second time around. I still have a little hope that there won't be a second time though.
    What I meant was:

    Improve the script. Get help. Fix it. Test. Release. Fix. Feedback. Fix. Then apply. Then you will be sure to get in, and not making last second edits on the script when you apply.

    Scripts: Edgeville Chop & Bank, GE Merchanting Aid
    Tutorials: How to Dominate the Grand Exchange

    Quote Originally Posted by YoHoJo View Post
    I like hentai.

  15. #15
    Join Date
    May 2007
    Location
    Seattle
    Posts
    1,069
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Like Nicbaz said earlier, a lot of the procedures don't seem to be created by you. You have TPAs and DDTMs but they don't count in a members app unless they are your own.

    It's a nice script though.
    FORMERLY BORN2CODE | Play Internet Games
    http://img147.imageshack.us/img147/2084/sigg.png

  16. #16
    Join Date
    Mar 2008
    Location
    ::1
    Posts
    915
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by 3Garrett3 View Post
    What I meant was:

    Improve the script. Get help. Fix it. Test. Release. Fix. Feedback. Fix. Then apply. Then you will be sure to get in, and not making last second edits on the script when you apply.
    Thanks, will do!

    Records and Types Save Code (and make you look better)
    Quote Originally Posted by Wizzup? View Post
    Is it possible to make Runescape a 2D game with this?... That would greatly simplify... Just about anything.

  17. #17
    Join Date
    Oct 2007
    Location
    If (Online) then Loc := ('On comp') else Loc := ('Somewhere else!');
    Posts
    2,020
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    apply see what the members oppinions are in the app is the best way

    that way you lrn from the members who have actually applied with a script then if denied went away to the drawing board again and put all the oppinions in to 1 script


    edit: w0000000000t 1000 posts

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. PC for Jr Members?
    By jumbosped in forum RS3 Outdated / Broken Scripts
    Replies: 6
    Last Post: 08-18-2008, 08:53 AM
  2. RS members w/o $$$
    By Nose Smasher in forum Misc. Links and Programs
    Replies: 12
    Last Post: 11-01-2007, 04:28 AM
  3. Members
    By hardman in forum RS3 Outdated / Broken Scripts
    Replies: 18
    Last Post: 08-15-2007, 08:42 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
  •