Results 1 to 7 of 7

Thread: What's new?

  1. #1
    Join Date
    Jul 2007
    Location
    's-Gravenpolder, Holland
    Posts
    204
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default What's new?

    Hello community

    I am back after resigning from the scripting scene about a 1 year ago and i would like to know what has changed since then.
    Do all of the old functions still work etc?

    Cause i just downloaded some of my old work to see if it still works, but aint testing it before i know i wont get autobanned for using old functions


    Anyway, could someone enlighten me on this?

    Regards, SirPali

    ~

  2. #2
    Join Date
    Jul 2007
    Location
    Ottawa, Canada
    Posts
    930
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Well, take a look at SMART for starters... its down ftm but it still facilitates autoing We also have reflection now... so you can take a look at that too
    ~ Metagen

  3. #3
    Join Date
    Jul 2007
    Location
    's-Gravenpolder, Holland
    Posts
    204
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Ok i will, and thanks for your quick response!
    Could you briefly explain reflection though? I already had a look at but i couldnt understand a word
    Will probably just take a few days to get acustomed with all the names of things

  4. #4
    Join Date
    Jul 2007
    Location
    Ottawa, Canada
    Posts
    930
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Basically instead of looking at the client for colors, you just grab data from the client...

    So instead of trying to find a tree by looking for brown, you search inside the client for object tree and then grab the trees position... It is complicated but you don't have to write it just use it. which is super easy.

    The best part of it imo is the walking. Reflection shows runescape world on a x, y axis. So you can just say Click on tile (x, y) and it will well its a little more complicated then that, but walking couldn't be easier
    ~ Metagen

  5. #5
    Join Date
    Jul 2007
    Location
    's-Gravenpolder, Holland
    Posts
    204
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Ok cool

    But do stuff like
    SCAR Code:
    Mouse(x, y, 0, 0,False);

    still work?

  6. #6
    Join Date
    May 2007
    Location
    England
    Posts
    4,140
    Mentioned
    11 Post(s)
    Quoted
    266 Post(s)

    Default

    MMouse, Mouse and other commands like that still work 100%, yes.
    <3

    Quote Originally Posted by Eminem
    I don't care if you're black, white, straight, bisexual, gay, lesbian, short, tall, fat, skinny, rich or poor. If you're nice to me, I'll be nice to you. Simple as that.

  7. #7
    Join Date
    Jul 2007
    Location
    's-Gravenpolder, Holland
    Posts
    204
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Ok thank god
    Else it would have ment starting from scratch again, atleast now i have some older stuff which i can use again.

    Thanks everyone!

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
  •