Results 1 to 6 of 6

Thread: Status of ChooseOptionWait?

  1. #1
    Join Date
    Jun 2007
    Posts
    532
    Mentioned
    1 Post(s)
    Quoted
    68 Post(s)

    Default Status of ChooseOptionWait?

    Does everything but when it right clicks it doesn't choose any option? I've messed with the uptext still nothing.

    Simba Code:
    Function Teleporting: Boolean;
    var
     Color,CTS: Integer;
     Coords: TIntegerArray;
     Hue,Sat: Extended;
    begin
    If(Not(LoggedIn))Then Exit;
     Color := (1342993);
     Coords :=[683, 371, 713, 386];
     CTS := GetColorToleranceSpeed;
     ColorToleranceSpeed(2);
     Hue:= (0.02);
     Sat:= (0.07);
      GameTab(tab_EQUIP);
      if ColorWait(2000, Color, Coords[0], Coords[1], Coords[2], Coords[3], 10) Then
      if Debug then
       Writeln('Looking for Duel Ring');
      begin
        HumanMouseBox(Coords[0], Coords[1], Coords[2], Coords[3]);
        if(IsUpTextMultiCustom(['Rin','of','due'])) then
        if Debug then
         Writeln('Found ring');
        ClickMouse2(false);
        ChooseOptionWait(['Duel', 'uel', 'Arena', 'rena'], 1000);
        begin
         if WaitMMChange(20, 80, 1000) then
         Exit
        else
         FailSafe('Could not teleport');
        end;
      end;
    end;
    Finished B.S. Program in Radiology!!

    Projects: A big one! Total secret! hehe

  2. #2
    Join Date
    Jan 2013
    Posts
    29
    Mentioned
    0 Post(s)
    Quoted
    11 Post(s)

    Default

    I think you want to use WaitOptionMulti

  3. #3
    Join Date
    Jun 2007
    Posts
    532
    Mentioned
    1 Post(s)
    Quoted
    68 Post(s)

    Default

    Tried that and ChooseOption, still doesn't do anything.
    Finished B.S. Program in Radiology!!

    Projects: A big one! Total secret! hehe

  4. #4
    Join Date
    Dec 2011
    Location
    Hyrule
    Posts
    8,662
    Mentioned
    179 Post(s)
    Quoted
    1870 Post(s)

    Default

    I thought it was waitchooseoption?

    If this is for 07 you should just use the SRL-OSR include

  5. #5
    Join Date
    Jun 2007
    Posts
    532
    Mentioned
    1 Post(s)
    Quoted
    68 Post(s)

    Default

    This is for EOC. I ChooseOptionWait is custom, but none of the chooseoptions are working for me
    Finished B.S. Program in Radiology!!

    Projects: A big one! Total secret! hehe

  6. #6
    Join Date
    Nov 2011
    Location
    Australia
    Posts
    418
    Mentioned
    2 Post(s)
    Quoted
    86 Post(s)

    Default

    Try bitmaps Element, sometimes they can be easier..
    Good luck.

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
  •