Results 1 to 6 of 6

Thread: which tutorials should i been reading?

  1. #1
    Join Date
    Jul 2006
    Posts
    189
    Mentioned
    1 Post(s)
    Quoted
    19 Post(s)

    Default which tutorials should i been reading?

    hi, im wondering which tutorials should i be reading for scripting osr, there is alot there but most the tutorials were written long time ago.

    any suggestions?

    htya

  2. #2
    Join Date
    Sep 2014
    Location
    the Netherlands
    Posts
    136
    Mentioned
    7 Post(s)
    Quoted
    61 Post(s)

    Default

    Depending on how 'noob' you are you should totally start out with the AIO Scar Tutorial, the Ultimate Bitmap Tutorial and The guide/handbook to the usefull procedures and functions of SRL.

    As I doubt you are though, being a member since 2006

    If so, I really don't get where the question's coming from, just look into some other tutorials and scripts or be more specific with what you're looking for.
    Previously known as; Annonymus.

  3. #3
    Join Date
    Jul 2006
    Posts
    189
    Mentioned
    1 Post(s)
    Quoted
    19 Post(s)

    Default

    Quote Originally Posted by Annonymus View Post
    Depending on how 'noob' you are you should totally start out with the AIO Scar Tutorial, the Ultimate Bitmap Tutorial and The guide/handbook to the usefull procedures and functions of SRL.

    As I doubt you are though, being a member since 2006

    If so, I really don't get where the question's coming from, just look into some other tutorials and scripts or be more specific with what you're looking for.
    ok thankyou, yes i have been a member for a long time, only just got properly back into scripting though, i have a fairly good knowledge of scripting other languages,
    the reason i'm asking is because now that there is RS3 and OSR libraries i'm struggling to know what works with what library.

    HTYA

  4. #4
    Join Date
    Sep 2014
    Location
    the Netherlands
    Posts
    136
    Mentioned
    7 Post(s)
    Quoted
    61 Post(s)

    Default

    Quote Originally Posted by hello to you all View Post
    ok thankyou, yes i have been a member for a long time, only just got properly back into scripting though, i have a fairly good knowledge of scripting other languages,
    the reason i'm asking is because now that there is RS3 and OSR libraries i'm struggling to know what works with what library.

    HTYA
    As far as I'm aware the OSR and RS3 libraries aren't too different from eachother

    ~Annonymus
    Previously known as; Annonymus.

  5. #5
    Join Date
    Jan 2012
    Posts
    1,596
    Mentioned
    78 Post(s)
    Quoted
    826 Post(s)

    Default

    Quote Originally Posted by Annonymus View Post
    As far as I'm aware the OSR and RS3 libraries aren't too different from eachother

    ~Annonymus
    But lo! they are. SRL-6 (rs3) is pseudo-object oriented (type based) whereas SRL-OSR is not.
    SRL-6: minimap.getDots(MM_NPC);
    vs
    SRL-OSR GetMinimapDots(MM_NPC);

    Now clearly those arent the correct functions. but its just an example of how they are different.

  6. #6
    Join Date
    Jul 2006
    Posts
    189
    Mentioned
    1 Post(s)
    Quoted
    19 Post(s)

    Default

    if you can imagine somebody new looking at the code, the fact that they are similar makes its even more difficult to know whats what! surely they either need to be exactly the same or completely different.

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
  •