Results 1 to 2 of 2

Thread: seaman and customs officer..hhmph..

  1. #1
    Join Date
    Jan 2007
    Posts
    268
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    seaman and customs officer..hhmph..

    hi my script has to talk to seaman and i did this procedure something like that:

    procedure TalkToCustomsofficer;
    begin
    repeat
    MarkTime(CustomsofficerTime);
    if(FindColorSpiralTolerance(x,y, blahblahlbhla))then
    begin
    click (false,payfare)
    end else
    if(TimeFromMark(CustomsofficerTime) >= (30000))then
    FindSymbol(x,y,'transportation');
    Mouse(x,y,4,4,true);
    Flag;
    until(PayFare);
    end;


    i know i did stuff like blah blah and click that arent real procedures but this i did just to explain the thing is my timefrommark. it doesnt click on mm symbol when its 30 sec. can some1 help me( for the clicking stuff it works thats just to u to have an idea of it, all the matter is the timefrommark forget about clicking.)

  2. #2
    Join Date
    Dec 2006
    Location
    Third rock from the sun.
    Posts
    2,510
    Mentioned
    4 Post(s)
    Quoted
    1 Post(s)

    Default

    Quite possible it didn't find the symbol? Try having it Writeln instead of clicking.

    And you should wrap FindSymbol...Flag; in a set of begin end; tags. The way you have it right now, it'll find the symbol, but it'll Mouse(x, y... and on, even if it didn't.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. seaman and customer talking
    By macromacro123 in forum OSR Help
    Replies: 4
    Last Post: 03-16-2007, 12:27 AM
  2. karamja officer talker
    By shadowblade in forum RS3 Outdated / Broken Scripts
    Replies: 8
    Last Post: 12-25-2006, 12:23 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
  •