79135 4 Posted December 13, 2018 Share Posted December 13, 2018 If my internet is off ~ 30 sec Relogger don't login char in game when my internet is on Link to comment https://wrobot.eu/forums/topic/10493-bug-with-restart/ Share on other sites More sharing options...
Droidz 2738 Posted December 13, 2018 Share Posted December 13, 2018 How many time you have waiting? try to wait 5 minutes, you can also try to put "google.com" or another website in "ping to check internet connectivity" Link to comment https://wrobot.eu/forums/topic/10493-bug-with-restart/#findComment-49895 Share on other sites More sharing options...
79135 4 Posted December 13, 2018 Author Share Posted December 13, 2018 18 hours ago, Droidz said: How many time you have waiting? try to wait 5 minutes, you can also try to put "google.com" or another website in "ping to check internet connectivity" I wait more 30 min. Can it happen from the script? Idk how unsubscribe , help pls //Healing Touch !fight mana > 40% hp< 60% Logging.Write("Healing Touch !fight mana > 40% hp< 60%"); int percentHP = 60; int percentMana = 40; bool need = true; robotManager.Events.FiniteStateMachineEvents.OnRunState += (engine, state, cancelable) => { if(ObjectManager.Me.HealthPercent < percentHP + 5 && ObjectManager.GetUnitAttackPlayer().Count(u => u.GetDistance < 100) == 0 && need) { cancelable.Cancel = true; while(ObjectManager.Me.HealthPercent < percentHP + 5 && ObjectManager.GetUnitAttackPlayer().Count(u => u.GetDistance < 100) == 0 && !ObjectManager.Me.IsDead) { } } }; Link to comment https://wrobot.eu/forums/topic/10493-bug-with-restart/#findComment-49897 Share on other sites More sharing options...
Droidz 2738 Posted December 14, 2018 Share Posted December 14, 2018 Use condition wManager.Wow.Helpers.Conditions.InGameAndConnectedAndAliveAndProductStartedNotInPause Link to comment https://wrobot.eu/forums/topic/10493-bug-with-restart/#findComment-49911 Share on other sites More sharing options...
79135 4 Posted December 14, 2018 Author Share Posted December 14, 2018 Okay, try, thx Link to comment https://wrobot.eu/forums/topic/10493-bug-with-restart/#findComment-49912 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now