Jump to content

grrberry

Members
  • Posts

    31
  • Joined

  • Last visited

Bug Report Comments posted by grrberry

  1. On 5/31/2018 at 7:49 PM, Bastilla said:

    if (isneedActionbecausebreath())
    {
        robotManager.Helpful.Keyboard.PressKey(wManager.Wow.Memory.WowMemory.Memory.WindowHandle," ");
     }

    internal bool isneedActionbecausebreath()
        {
            if (ObjectManager.Me.BreathActive)
            {
                Logging.WriteFight("isneedActionbecausebreath: "+ObjectManager.Me.BreathTimerLeft);
                if (ObjectManager.Me.BreathTimerLeft < 10000)
                {
                    return true;
                }
            }
            return false;
        
                    
        }

    How does this actually work? You can make plugin with this or u put it in quest profile? I am not familiar with programming but would really need a script that saves my char from drowning constantly ?

×
×
  • Create New...