Signup Now
Results 1 to 3 of 3
  1. #1
    Free User
    Join Date
    Feb 2016
    Posts
    34
    Reputation
    10
    Rep Power
    0

    Lightbulb Action to disable persistent

    Hello
    Got this problem on my script, when stamina reach 30h i want to go on a training statue and log out , but i got an active SS reconect and it keep log in the char back again,
    so if someone can light me on these one with an action that disable the SS reconnet persistent;
    i would be grateful.

    ty

  2. #2
    Free User
    Join Date
    May 2016
    Posts
    68
    Reputation
    9
    Rep Power
    0
    If your reconnect script is named "MyReconnect" then before you logout you should use
    to disable:
    setsetting('Persistent/Scripts/MyReconnect/Enabled', 'no')

    to enable:
    setsetting('Persistent/Scripts/MyReconnect/Enabled', 'yes')

    and to be safe after that add "wait(xxx)" depending on what "wait(yyy)" you have on your MyReconnect script.

  3. #3
    Free User
    Join Date
    Feb 2016
    Posts
    34
    Reputation
    10
    Rep Power
    0
    thank you, gonna test it today!

 

 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •