Results 1 to 11 of 11

Thread: ChooseOption.

  1. #1
    Join Date
    Jun 2006
    Posts
    694
    Mentioned
    0 Post(s)
    Quoted
    31 Post(s)

    Default ChooseOption.

    I am trying to use Withdraw which uses Chooseoption as so...
    Code:
    Withdraw(0, 0, 13); and Withdraw(1, 0, 13);
    Mouse would right-click the slot and not see the text, it would move onto the next slot with the first one's menu still open instead.


    Pic of Menu...



    ??

  2. #2
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default

    Guess you didn't see these?

    http://villavu.com/forum/showthread.php?t=73900
    http://villavu.com/forum/showthread.php?t=76136
    http://villavu.com/forum/showthread.php?t=75457

    Maybe you can check them out to see if some issues talked about there are similar to yours.

    E: I actually just saw this happen when running MSI. It was trying to withdraw Rune essence. Since it's in a loop, it tried again and worked, but the first time it right clicked, but didn't choose the option. My best guess is that the colors need to be updated.
    Last edited by Coh3n; 03-15-2012 at 09:58 PM.

  3. #3
    Join Date
    Jun 2006
    Posts
    694
    Mentioned
    0 Post(s)
    Quoted
    31 Post(s)

    Default

    Ya; I've also tried countless colors and couldn't get it working again :/

    (In GetChooseOptions within text)

  4. #4
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default

    Have you tried calling Withdraw in a loop? If an option can't be found, ChooseOption is supposed to move the mouse away so the option box disappears (I think).

  5. #5
    Join Date
    Jun 2006
    Posts
    694
    Mentioned
    0 Post(s)
    Quoted
    31 Post(s)

    Default

    Quote Originally Posted by Coh3n View Post
    Have you tried calling Withdraw in a loop? If an option can't be found, ChooseOption is supposed to move the mouse away so the option box disappears (I think).
    I have placed it into a loop and the mouse does not move away.

    I have also tried a bucket of sand with the following command and still doesn't read...

    WithdrawEx(0, 0, 13, ['et', 'b','cket', 'of', 'and', 'bu', 'nd'])

  6. #6
    Join Date
    Feb 2011
    Location
    The Future.
    Posts
    5,600
    Mentioned
    396 Post(s)
    Quoted
    1598 Post(s)

    Default

    Simba Code:
    repeat
    if (Not ChooseOptionMulti([.....]) then
      MMouse(X, Y, 50, 50);  //Or some random point that is not too close to the menu..
    until(......);
    I am Ggzz..
    Hackintosher

  7. #7
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default

    Quote Originally Posted by wyn10 View Post
    I have placed it into a loop and the mouse does not move away.

    I have also tried a bucket of sand with the following command and still doesn't read...

    WithdrawEx(0, 0, 13, ['et', 'b','cket', 'of', 'and', 'bu', 'nd'])
    The variations in the string array won't matter as it's for uptext, not options. WithdrawEx only checks for "Withdraw" variations.

  8. #8
    Join Date
    Jun 2006
    Posts
    694
    Mentioned
    0 Post(s)
    Quoted
    31 Post(s)

    Default

    Fixed.

  9. #9
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default

    What did you do to get it working?

  10. #10
    Join Date
    Jun 2006
    Posts
    694
    Mentioned
    0 Post(s)
    Quoted
    31 Post(s)

    Default

    Quote Originally Posted by Coh3n View Post
    What did you do to get it working?
    Said the hell with it, reinstalled simba and magically worked after changing nothing.

    >.>

    Simba why be strange

  11. #11
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default

    Quote Originally Posted by wyn10 View Post
    Said the hell with it, reinstalled simba and magically worked after changing nothing.

    >.>

    Simba why be strange
    I'm not sure. Glad it's working, though.

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
  •