January 12, 20188 yr Hi, I want know how change the timer the robot click for release spirit ? Its not credible when the robot accept to release spirit, he click instant when he die. I dont have problem in my leveling my chars and when i battleground today this is my 4 account in one day banned. Thank for your help
January 12, 20188 yr Hello, try plugin like: Main.cs public class Main : wManager.Plugin.IPlugin { public void Initialize() { robotManager.Events.FiniteStateMachineEvents.OnRunState += delegate (robotManager.FiniteStateMachine.Engine engine, robotManager.FiniteStateMachine.State state, System.ComponentModel.CancelEventArgs cancelable) { if (wManager.Wow.Helpers.Battleground.IsInBattleground() && state is wManager.Wow.Bot.States.ResurrectBG) { System.Threading.Thread.Sleep(1000); } }; } public void Dispose() { } public void Settings() { } } (replace 1000 by wait time in ms)
January 16, 20188 yr On 13/01/2018 at 2:45 AM, Droidz said: Hello, try plugin like: Main.cs (replace 1000 by wait time in ms) There is no way to get this put into the main product via default? instant release on death is an easy flag for people spotting bots in PvP. I dont see any downsides on a 2-4 random second delay on release.
January 16, 20188 yr 2 minutes ago, eeny said: There is no way to get this put into the main product via default? instant release on death is an easy flag for people spotting bots in PvP. I dont see any downsides on a 2-4 random second delay on release. Tons of addons will auto-release in battlegrounds. This is not the reason why you get banned in battlegrounds...
January 18, 20188 yr On 16/01/2018 at 10:49 PM, eeny said: There is no way to get this put into the main product via default? instant release on death is an easy flag for people spotting bots in PvP. I dont see any downsides on a 2-4 random second delay on release. I'll add this
January 18, 20188 yr On 1/16/2018 at 4:49 PM, eeny said: There is no way to get this put into the main product via default? This would be awesome
September 29, 20187 yr was this ever added? it's been 9 months. the main.cs only works for battlegrounds...
Create an account or sign in to comment