Results 1 to 8 of 8

Thread: Quick & Easy Script Request *App*

  1. #1
    Join Date
    Jul 2009
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Lightbulb Quick & Easy Script Request *App*

    Okay, well I know this is going to sound dumb as hell. But I play rs too, so I have just as much to write this here as any noob would that leeched.

    But, I play this app on Myspace called Hero World.
    And I need a scar script that can read each job as it comes in, and find the ones that say "Master". If it is a "Master" job, then it would need to click a certain button.

    Screenshots are provided.

    I'm not trying to leech here! I've tried my hand at SCAR multiple times and I just can't get it down.
    If anyone can help, I'll do anything in the world to help them back.
    A dollar via paypal, a vouch, a rep...
    Can anyone just be a good citizen and help me program this simple little code?



    The left box, would be the type of job. Like I said, I'm looking for Master.
    The right box would be the DO MISSION button. Which I need to be pressed, each time the Master Job comes up.

    As you can notice, a new job comes in every 10 seconds. So, this would just run at night and do my jobs.

    Thank You for even reading!

    -Phade

  2. #2
    Join Date
    Apr 2007
    Location
    The Netherlands
    Posts
    5,553
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I think you can do this yourself,
    - Create a bitmap of 'Master'.
    - Create an if findbitmap(...) then statement.
    - Make the mouse click Master + specified coords should be static.
    - Put the above code in a repeat loop with a few secs wait.

    Done.
    ~Hermen

  3. #3
    Join Date
    Jan 2008
    Location
    California, US
    Posts
    2,765
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Do some math on the coords of the bitmap found to get the coords of button. The math should be very simple, like just addition and subtraction.

  4. #4
    Join Date
    Jul 2009
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I'm attempting to do so as we speak. I really and truly appreciate the advice. I was expecting some type of "NEWB GAY LEECHER GET OUT!" response.

    If anyone has any more advice, please don't hesitate to reply. I'm open for any suggestions.

  5. #5
    Join Date
    Dec 2008
    Posts
    2,813
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ^^ I really like you. Still listening to your music, by the way. If you are serious about scripting, I think it'd be best for you to do it, but if you want help/just want the script I can do it.

    And SRL is a really good community. I don't know anyone here that would call someone a leecher for requesting a script, well maybe.. but you actually give a lot of information and such.

    panic._@live.com or PM me if you want the script/more help. ^^

  6. #6
    Join Date
    Jan 2007
    Posts
    8,876
    Mentioned
    123 Post(s)
    Quoted
    327 Post(s)

    Default

    Or you can copy the link in "Do mission" and then do something like
    SCAR Code:
    repeat
      Wait({Insert time it takes to get 300 Energy});
      OpenPage({Insert link here});
    until(false)

  7. #7
    Join Date
    Apr 2007
    Location
    The Netherlands
    Posts
    5,553
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Phaded View Post
    I'm attempting to do so as we speak. I really and truly appreciate the advice. I was expecting some type of "NEWB GAY LEECHER GET OUT!" response.

    If anyone has any more advice, please don't hesitate to reply. I'm open for any suggestions.
    Quote Originally Posted by Hermen View Post
    I think you can do this yourself,
    - Create a bitmap of 'Master'.
    - Create an if findbitmap(...) then statement.
    - Make the mouse click Master + specified coords should be static.
    - Put the above code in a repeat loop with a few secs wait.

    Done.
    I actually told you what to do soo...
    Try it?
    ~Hermen

  8. #8
    Join Date
    Dec 2008
    Posts
    2,813
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Maybe he doesn't know how to do that, Hermen. That's why he asked for more help.

Thread Information

Users Browsing this Thread

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

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •