-
first i think just add script "recon.txt" in last sentence in relog func If the kickout message matches any of the strings, then autorelog will be triggered.Kick_Messages = [ "connection has been lost", "server is restarting", "server is full", "too many people", "disconnected by server", ] and in my roconnect file have How to make it not just auto reconnect when disconnect but also send me to my specific location |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
but in [[ChatBot.ScriptScheduler.TaskList]] |
Beta Was this translation helpful? Give feedback.
but in [[ChatBot.ScriptScheduler.TaskList]]
Task_Name = "Task Name 1"
Trigger_On_First_Login = true
Trigger_On_Login = false
Trigger_On_Times = { Enable = false, Times = [ 14:00:30, ] }
Trigger_On_Interval = { Enable = false, MinTime = 3.6, MaxTime = 4.8 }
Action = "script login1.txt"
i do like this i its work but when i add Action in relog it ,the Action = "script reconnect.txt" just gone