Results 1 to 4 of 4

Thread: Help on buying script.

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

    Default Help on buying script.

    Ok, I when I left I was getting the hang of scripting but this was back in late 06 and now I’m back to try again

    I want to create a script that will run on a private RS server so things are a little different to the regular RS, I am just looking for some advice on what route to take when using certain commands and what methods would work best.

    The script itself should be fairly basic, It’s essentially just buys a Gem from the store till the invent is full, crafts it and then banks the crafted gems.

    The NPC in the store does not move however the "banker" who is located within view on the minimap in a random house does.

    It would also be extremely helpful if someone could jog my memory on the procedure of clicking randomly in a certain co ordinate area.

    Thanks for any advise or help you can give it is all extremely appreciated

  2. #2
    Join Date
    Mar 2007
    Location
    <3
    Posts
    2,683
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Hey there.

    I suggest you read some tutorials instead of asking us for commands.
    That way you learn it from the beginning again, and not just a few commands.

    Tuts for beginners.

  3. #3
    Join Date
    Apr 2009
    Location
    California!
    Posts
    280
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Basics.

    SCAR Code:
    program Idk;
    begin
      if FindColorTolerance(x, y, [your color], MMX1, MMY1, MMX2, MMY2, [tolerance]); then
      Mouse(x, y, 2, 2, True); [True = Left click. False = Right Click]
    end;

    Is realllllly simple finding and clicking.
    I suggest you read the tut.
    ~Penguin
    Semi-active
    http://i44.tinypic.com/33vk9aq.jpg
    SELL AUTOED GOODS AT MID-MAX! DON'T LET PRICES FALL AND GIVE US LESS PROFIT. (Put this in your sig)

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

    Default

    Thanks very much, have been reading tuts throught the course of today but from moparscape which where mostly out dated, thanks guys

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
  •