Results 1 to 4 of 4

Thread: Help!Clicking On MageBook & Telegrabbing!

  1. #1
    Join Date
    Sep 2008
    Posts
    25
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default Help!Clicking On MageBook & Telegrabbing!

    Hey.. by the title u should be able to tell im trying to telegrab wines... hehe :P OK so I will try getting my character to the wine place myself.. (i should be that smart atleast I hope) but what I dont get is how do i click on the Mage Book and make it click on Telegrab and search the screen to where it says "Telegrab Wine Of Zamorack" and click it.. I tried using findcolor thing but I dont understand very weird.. If someone could help.. props for you

  2. #2
    Join Date
    Apr 2007
    Posts
    994
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    SCAR Code:
    Gametab(7);

    To open the magic tab

    SCAR Code:
    {.include srl/srl/skills/magic.scar}

    At the top of your script to include the magic include (Below {.include srl/srl.scar}

    Then you can use these functions:

    SCAR Code:
    //  » Procedure SetUpAutoCast(AutoSpell:String;Style:String);  | by Wizzup?
    //  » Procedure Cast(TheSpell:String);  | by SRL Dev Team
    //  » Function GetLumbridgeMins: Integer;  | By Wizzup?
    //  » Function CastSpell(SpellNumber: Integer): Boolean; | By Spky
    //  » function CastOn(Spell, Monster: string; MonsterColor: Integer; Tolerance: Integer): Boolean;

    Which means:

    SCAR Code:
    CastSpell('telekinetic grab');

    Will select the spell.
    [QUOTE]<GoF`> oh no its Raymooond
    <Raymooond> Heya
    <GoF`> is it ray or some other ray?
    <LeeLokHin> No idea
    <LeeLokHin> Raymond, what's the game you like the most?
    <Raymooond> Runescape
    <-- LeeLokHin has kicked Raymooond from #srl (Faker.)[/QUOTE]

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

    Default

    do what lee lok Hin said, than you read tuts, seriously theres so many ways to do it, just read tutorials.

    though here how to find the wine:


    SCAR Code:
    if (FindColorSpiralTolerance(x, y, {WINECOLOR}, MSX1, MSY1,
                                  MSX2, MSY2, 3)) Then
    MMouse(x,y,0,0);//this moves mouse there
    wait(100);
    Mouse(x,y,1,1,true);//this clicks it

    there you go

  4. #4
    Join Date
    Sep 2008
    Posts
    25
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by ~~Joker~~ View Post
    do what lee lok Hin said, than you read tuts, seriously theres so many ways to do it, just read tutorials.

    though here how to find the wine:


    SCAR Code:
    if (FindColorSpiralTolerance(x, y, {WINECOLOR}, MSX1, MSY1,
                                  MSX2, MSY2, 3)) Then
    MMouse(x,y,0,0);//this moves mouse there
    wait(100);
    Mouse(x,y,1,1,true);//this clicks it

    there you go
    Ok thx alot I wanted to ask for the {WINECOLOR} Do I have to put the ' ' around it or { } or just number? thx

    And joker for the code you said

    So first i'll put

    castspell(whateverspell)

    now If I put the code you said .. it will right click and grab it? kinda weird lol sorry if im bugging you =[

    help!! Joker ur script code worked thanks but I have a problem
    u used the function Mouse and it moves my mouse tooooooooooo slowly help what do I do to fix it

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Help with clicking?
    By Kyle Undefined in forum OSR Help
    Replies: 20
    Last Post: 11-12-2008, 07:17 AM
  2. help with clicking
    By joshdabest01 in forum OSR Help
    Replies: 2
    Last Post: 11-09-2008, 02:44 PM
  3. clicking on an npc
    By patman16 in forum OSR Help
    Replies: 3
    Last Post: 07-29-2008, 03:19 PM
  4. Clicking..
    By Rambozin in forum OSR Help
    Replies: 20
    Last Post: 05-09-2007, 01:33 PM
  5. Clicking
    By axel23 in forum OSR Help
    Replies: 3
    Last Post: 04-17-2007, 06:58 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
  •