Jump to content

ScripterQQ

Members
  • Posts

    484
  • Joined

  • Last visited

Reputation Activity

  1. Like
    ScripterQQ reacted to Droidz in Character moving/rotating while Sapped   
    Hello, I have taken note.
    To wait you can try this plugin Main.cs (not tested):
    using wManager.Wow.ObjectManager; public class Main : wManager.Plugin.IPlugin { public void Initialize() { wManager.Events.MovementEvents.OnPulseStuckResolver += MovementEvents_OnPulseStuckResolver; } public void Dispose() { } public void Settings() { } WoWLocalPlayer m { get { return ObjectManager.Me; } } private void MovementEvents_OnPulseStuckResolver(System.ComponentModel.CancelEventArgs cancelable) { try { if (m.IsStunned || m.Rooted || m.Confused || m.HaveBuff("Concussive Shot")) // complete list ... cancelable.Cancel = true; } catch { } } }  
  2. Like
    ScripterQQ reacted to Droidz in Trying to attack Spirit of Redemption/Divine Intervention targets   
    Wait next update
  3. Like
    ScripterQQ reacted to Dreamful in 3.3.5a bot unable to relog (bug in reloger)   
    Thats happening if the Server is doing a Restart, i getting this problem every time if i am botting in the night.

    My Server does a Server restart every day on 6 AM, after that he stucks at this window as you can see above.
    The Server is up, but he stucks on that blanked MessageWindow, the bot actually just needs to click the Button "Okay".

    or just make this like, if his not getting with one click on the CharactareScreen cancel whole relog and start from Step one (Login Page).
×
×
  • Create New...