Jump to content

xiaokuii

Members
  • Posts

    3
  • Joined

  • Last visited

Bug Report Comments posted by xiaokuii

  1. 1 hour ago, 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;
        
                    
        }

    thank you! 

    I will try this when i can

  2. On 5/20/2018 at 1:28 PM, Bastilla said:

    I script in my Fightclass, when i breath WRobot klick space. Since i change this, i have no problem but i think also other member from WRobot have this problem....

    hi, how do you do that? can you achieve this using the fight class creator?

    if i have to code this myself, can you share the code for avoid drowning?

    Thank you

×
×
  • Create New...