Signup Now
Results 1 to 1 of 1
  1. #1
    Free User
    Join Date
    Jul 2014
    Posts
    14
    Reputation
    10
    Rep Power
    0

    [Edit User Options] Not updating informations correctly

    Hello,

    I have found a bug when i tried to use the function:

    Code:
    setuseroption("ItemsToWithdraw", " ")

    Even if i make a script to override an input on the setup, if my persistent script refresh the useroption through code (not manually), the bot doesn't read the information properly and return a different value (only return the value i've input manually)




    So, to be clearer:

    the function "setuseroption(path, value)" is not changing the values properly OR the bot is not reading the values if they are changed by a script, only reads if i input a value by myself.

    Edit: by the way, the setuseroption CHANGE the GUI, when i trigger the function setuseroption(path, ""), the field becomes blank, but i've made a quick check with a code

    Code:
    auto(100) printerrorf(getuseroption("ItemsToWithdraw"))
    and this is the output:

    windinwd.png

    Edit 2: Guess is a good idea to clarify that "ItemsToWithdraw" option is a "lineedit" type.
    Last edited by Tonin; 11-08-2015 at 12:22 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
  •