Results 1 to 5 of 5

Thread: kebab

  1. #1
    Join Date
    Oct 2008
    Posts
    90
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default kebab

    the icon kebab seller in alkarid how do you get

    If FindSymbol(X, Y, '?????') Then

    what do you type in ????? to find it?

  2. #2
    Join Date
    Nov 2007
    Location
    Chile
    Posts
    1,901
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Kebab shop...


  3. #3
    Join Date
    Oct 2008
    Posts
    90
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    it wont find it?

  4. #4
    Join Date
    Nov 2007
    Location
    Chile
    Posts
    1,901
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by joshdabest01 View Post
    it wont find it?
    Declare SymbolAccuracy as 0.5 and make sure the symbol isn't covered by white dots(players).


  5. #5
    Join Date
    Oct 2008
    Posts
    90
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default script

    program New;

    {.include SRL/SRL.Scar}


    var
    X, Y :integer;


    begin
    setupsrl
    wait (3000)
    If FindSymbol(X, Y, 'kebab shop') Then
    begin
    SetRun(True)
    MMouse(x, y, 1, 1);
    wait(100+random(50));
    Mouse(x, y, 1, 1, true);
    wait(3000+random(1000))
    wait(2000+random(500))
    end;






    end.


    still wont work

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Kebab Buyer
    By zelda1997 in forum OSR Help
    Replies: 4
    Last Post: 04-17-2008, 04:08 PM
  2. Kebab Buyer - need help with FindSymbol
    By The Claw in forum OSR Help
    Replies: 5
    Last Post: 05-03-2007, 06:43 AM

Posting Permissions

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