Jump to content

TheSmokie

Banned
  • Posts

    1215
  • Joined

File Comments posted by TheSmokie

  1. Hello, this code is good but you should check if you are in combat, most of the time there is mobs in the water attacking the player.

    This should help.

    if (!Conditions.ProductInPause && ObjectManager.Me.BreathTimerLeft <= 2000)
                        {
                            var unit = ObjectManager.GetWoWUnitAttackables().Where(x => x.Position.DistanceTo(ObjectManager.Me.Position) <= 30);
                            foreach (var u in unit)
                            {
                                if (!ObjectManager.BlackListGetUnitAttackPlayerGuidTime.ContainsKey(u.Guid))
                                    ObjectManager.BlackListGetUnitAttackPlayerGuidTime.Add(u.Guid, DateTime.Now + TimeSpan.FromMinutes(5));
                            }
                            wManager.Wow.Helpers.Keybindings.PressKeybindings(wManager.Wow.Enums.Keybindings.JUMP, 5000);
    
                        }
                    }

     

  2. With @Matenia Approval, i am posting the source code to be able to add RANDOM TIMERS, using two variables. use profile provide as a template. If you have any Questions, ask on the Wrobot Fourms or Wrobot discord. -Smokie

    Ps : due to this stay at home bullshit, i am working on making grinders + class quests from vanilla to worlk both horde and alliance, so if you do not feel like doing all the work, feel free to wait till i am done.

    RandomGrindingTestv2.xml

×
×
  • Create New...