Results 1 to 25 of 25

Thread: ChooseOption

  1. #1
    Join Date
    Aug 2007
    Location
    in a random little world
    Posts
    5,778
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default ChooseOption

    I have a antiban procedure ini my script and at the end of the procedure i have
    ChooseOption('ancel');

    however when my script chops a piece of ivy and the circle thing skill experience things appears at the top, the mouse just jumps around over the circle thing and at the top of the screen.

    after commenting out lines i have come to the conclusion that it is ChooseOption('ancel') thats causing the problem

    ~shut

  2. #2
    Join Date
    Nov 2011
    Posts
    1,532
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I believe you're having the same issue as I do. After tracing the code, I think it has to do with the recursion that's called by ChooseOptionMultiEx. I have started a bug thread here http://villavu.com/forum/showthread.php?t=72652

  3. #3
    Join Date
    Nov 2011
    Posts
    1,268
    Mentioned
    17 Post(s)
    Quoted
    217 Post(s)

    Default

    Disable the top exp thingy and bug is gone, read the update post, there is instructions in how to disable that
    GLH Tutorial ~ OpenGL Scripting
    http://villavu.com/forum/showthread.php?p=1292150

    GLH Scripts ~ Abyssal Scripts
    http://villavu.com/forum/showthread.php?p=1293187
    Current Projects:
    A) DemiseSlayer Pro (Released/100%).
    B) Demise Power Miner(Released/100%).
    C) Demise Pyramid Plunder(Planning Stage/0%).

  4. #4
    Join Date
    Aug 2007
    Location
    in a random little world
    Posts
    5,778
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    Quote Originally Posted by DemiseScythe View Post
    Disable the top exp thingy and bug is gone, read the update post, there is instructions in how to disable that
    but this will cause more people to make posts and complain it isnt working
    if we make a small edit in srl to detect it differently, then we can prevent the errors

    ~shut

  5. #5
    Join Date
    Nov 2011
    Posts
    1,268
    Mentioned
    17 Post(s)
    Quoted
    217 Post(s)

    Default

    Disabling that should be part of the standard setup, just add it to the setting up part of your script post, adding support for this feature could allow jagex to constantly break SRL through updating it
    GLH Tutorial ~ OpenGL Scripting
    http://villavu.com/forum/showthread.php?p=1292150

    GLH Scripts ~ Abyssal Scripts
    http://villavu.com/forum/showthread.php?p=1293187
    Current Projects:
    A) DemiseSlayer Pro (Released/100%).
    B) Demise Power Miner(Released/100%).
    C) Demise Pyramid Plunder(Planning Stage/0%).

  6. #6
    Join Date
    Aug 2007
    Location
    in a random little world
    Posts
    5,778
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    Quote Originally Posted by DemiseScythe View Post
    Disabling that should be part of the standard setup, just add it to the setting up part of your script post, adding support for this feature could allow jagex to constantly break SRL through updating it
    im not saying add support for this feature, i mean change ChooseOption so it detects the option box a different way

    so if jagex were to break it, they would break choose option which they would have done if we didnt change choose option

    ~shut

  7. #7
    Join Date
    Dec 2011
    Location
    Lithuania
    Posts
    71
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ChooseOption and ChooseOptiomMultiEx doesnt work for me, tried turnoff/on XP toolbar, stil, it opens pop up menu and stops. Any ideas hox to fix? Cause it seems that only I have such problem.

  8. #8
    Join Date
    Sep 2007
    Location
    Michigan
    Posts
    3,862
    Mentioned
    2 Post(s)
    Quoted
    1 Post(s)

    Default

    Pretty sure its colors used for ChooseOption box. I'll test with another color.
    (Scripts outdated until I update for new SRL changes)
    AK Smelter & Crafter [SRL-Stats] - Fast Fighter [TUT] [SRL-Stats]
    If you PM me with a stupid question or one listed in FAQ I will NOT respond. -Narcle
    Summer = me busy, won't be around much.

  9. #9
    Join Date
    Dec 2011
    Location
    Lithuania
    Posts
    71
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I noticed that pop up menu box outer line is different as it used to be or this was updated earlier?

  10. #10
    Join Date
    Sep 2007
    Location
    Michigan
    Posts
    3,862
    Mentioned
    2 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by SantWrong View Post
    I noticed that pop up menu box outer line is different as it used to be or this was updated earlier?
    It was but was updated and now I believe the updated colors used are in the XP icon.
    (Scripts outdated until I update for new SRL changes)
    AK Smelter & Crafter [SRL-Stats] - Fast Fighter [TUT] [SRL-Stats]
    If you PM me with a stupid question or one listed in FAQ I will NOT respond. -Narcle
    Summer = me busy, won't be around much.

  11. #11
    Join Date
    Aug 2007
    Location
    in a random little world
    Posts
    5,778
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

  12. #12
    Join Date
    Sep 2007
    Location
    Michigan
    Posts
    3,862
    Mentioned
    2 Post(s)
    Quoted
    1 Post(s)

    Default

    I did a test and sure enough the current colors were being found in the XP icon.

    I pushed a color change. Should be fixed in next SRL update.
    (Scripts outdated until I update for new SRL changes)
    AK Smelter & Crafter [SRL-Stats] - Fast Fighter [TUT] [SRL-Stats]
    If you PM me with a stupid question or one listed in FAQ I will NOT respond. -Narcle
    Summer = me busy, won't be around much.

  13. #13
    Join Date
    Aug 2007
    Location
    in a random little world
    Posts
    5,778
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    Quote Originally Posted by Narcle View Post
    I did a test and sure enough the current colors were being found in the XP icon.

    I pushed a color change. Should be fixed in next SRL update.
    thanks

    i didn't want to turn it off because it allows me to see how close i am to leveling without having to disable smart

    ~shut

  14. #14
    Join Date
    Dec 2011
    Location
    Lithuania
    Posts
    71
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I dont know whats wrong, but still ChooseOption doesn't work. Shuttleu how you solved your problem? Any ideas how to fix, I got latest SRL by the way

  15. #15
    Join Date
    Aug 2007
    Location
    in a random little world
    Posts
    5,778
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

  16. #16
    Join Date
    Dec 2011
    Location
    Lithuania
    Posts
    71
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Well I have same SRL, but then I use choose option or similar function in my construction bot, it opens pop up menu and stcuks, script worked before.
    Heres pictur how pop up menu looks like:
    Attachment 13212
    This is what I use
    Code:
    ChooseOptionMultiEx(['Remove','emove'], 'Object', ClickLeft);
    It used to open pop up menu and click Remove, now it just open pop up and freezes.

    So am I doing something wrong or just some bug?

    P.S. I did SRL update override still don't work
    SRL Updater: Local Version - "1078" | Remote Version = "1078"

  17. #17
    Join Date
    Aug 2007
    Location
    in a random little world
    Posts
    5,778
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    Quote Originally Posted by SantWrong View Post
    Well I have same SRL, but then I use choose option or similar function in my construction bot, it opens pop up menu and stcuks, script worked before.
    Heres pictur how pop up menu looks like:
    Attachment 13212
    This is what I use
    Code:
    ChooseOptionMultiEx(['Remove','emove'], 'Object', ClickLeft);
    It used to open pop up menu and click Remove, now it just open pop up and freezes.

    So am I doing something wrong or just some bug?

    P.S. I did SRL update override still don't work
    do this
    http://villavu.com/forum/showpost.ph...72&postcount=8

    post your results here

    ~shut

  18. #18
    Join Date
    Dec 2011
    Location
    Lithuania
    Posts
    71
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Doesnt write any line. May it be something wrong with this line of function
    Code:
     Options := GetChooseOptions(TextType);
    Last edited by SantWrong; 01-19-2012 at 10:41 PM.

  19. #19
    Join Date
    Aug 2007
    Location
    in a random little world
    Posts
    5,778
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

  20. #20
    Join Date
    Sep 2007
    Location
    Michigan
    Posts
    3,862
    Mentioned
    2 Post(s)
    Quoted
    1 Post(s)

    Default

    Screen shot of it in .png don't use jpg it distorts colors.
    (Scripts outdated until I update for new SRL changes)
    AK Smelter & Crafter [SRL-Stats] - Fast Fighter [TUT] [SRL-Stats]
    If you PM me with a stupid question or one listed in FAQ I will NOT respond. -Narcle
    Summer = me busy, won't be around much.

  21. #21
    Join Date
    Dec 2011
    Location
    Lithuania
    Posts
    71
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Attachment 13223

    I tried and on other things like examine plank and few more - nothing. I just woder does hooseOption work for other or it's has bug just for. I tried force SRL updates, SRL from Getihub (or whatever its called).

  22. #22
    Join Date
    Sep 2007
    Location
    Michigan
    Posts
    3,862
    Mentioned
    2 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by SantWrong View Post
    Attachment 13223

    I tried and on other things like examine plank and few more - nothing. I just woder does hooseOption work for other or it's has bug just for. I tried force SRL updates, SRL from Getihub (or whatever its called).
    Something on your end, I just tested on the picture:

    Progress Report:
    Search Larder
    Walk here
    Remove Larder
    Examine Larder
    Cancel
    (Scripts outdated until I update for new SRL changes)
    AK Smelter & Crafter [SRL-Stats] - Fast Fighter [TUT] [SRL-Stats]
    If you PM me with a stupid question or one listed in FAQ I will NOT respond. -Narcle
    Summer = me busy, won't be around much.

  23. #23
    Join Date
    Aug 2007
    Location
    in a random little world
    Posts
    5,778
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    Quote Originally Posted by SantWrong View Post
    Attachment 13223

    I tried and on other things like examine plank and few more - nothing. I just woder does hooseOption work for other or it's has bug just for. I tried force SRL updates, SRL from Getihub (or whatever its called).
    make sure you have the latest fonts

    ~shut

  24. #24
    Join Date
    Dec 2011
    Location
    Lithuania
    Posts
    71
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Its alive
    Its alive.....

    What the f... was I dont not now but needed delete directory of Simba, install new simba set everything, when came line updating fonts, while old simba showed that got latest fonts. Even updated them manualy from http://simba.villavu.com/bin/Fonts/ and GitHub.
    By the way new Simba shows me error
    Exception in Script: Unable to find file 'srl/srl.scar' used from ''
    srl.scar changed to srl.simba, cause there is no such file now. Is that nornal?

    Thanks everyone for help, and have a nice weekend. Cheers
    Last edited by SantWrong; 01-20-2012 at 11:44 AM.

  25. #25
    Join Date
    Aug 2007
    Location
    in a random little world
    Posts
    5,778
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    Quote Originally Posted by SantWrong View Post
    Its alive
    Its alive.....

    What the f... was I dont not now but needed delete directory of Simba, install new simba set everything, when came line updating fonts, while old simba showed that got latest fonts. Even updated them manualy from http://simba.villavu.com/bin/Fonts/ and GitHub.
    By the way new Simba shows me error

    srl.scar changed to srl.simba, cause there is no such file now. Is that nornal?

    Thanks everyone for help, and have a nice weekend. Cheers
    yes thats fine

    that is also where your problem was, the script you were using was using SRL4 not 5

    ~shut

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
  •