Jump to content

Droidz

Administrators
  • Posts

    12510
  • Joined

  • Last visited

Everything posted by Droidz

  1. Do you have error in wow when milling don't works?
  2. Hello, add step type runcode before pulse your quest: wManager.wManagerSetting.CurrentSetting.HarvestAvoidPlayersRadius = 0;
  3. Hello, to avoid to jump you can try also to: wManager.wManagerSetting.CurrentSetting.AvoidWallWithRays = false; For precision movement you can: wManager.Wow.Helpers.ClickToMove.CGPlayer_C__ClickToMove(position.X, position.Y, position.Z, Int128.Zero(), (int)wManager.Wow.Enums.ClickToMoveType.Move, 0.5f); OR wManager.Wow.Helpers.MovementManager.MoveTo(new Vector3(x, y, z)); Code for quest "Enigmatic" (replied by private message, but this can help): if (wManager.Wow.ObjectManager.ObjectManager.Me.HaveBuff(219247)) { var tile = wManager.Wow.ObjectManager.ObjectManager.GetObjectWoWAreaTrigger() .Where(u => u != null && u.IsValid && (u.SpellID == 219246 || u.SpellID == 219262)) .OrderBy(u => u.Position.DistanceTo(wManager.Wow.ObjectManager.ObjectManager.Me.Position)) .FirstOrDefault(); if (tile != null) { var loc = tile.Position; if (loc.DistanceTo(ObjectManager.ObjectManager.Me.Position) > 1.5) { MoveTo(loc); } } }
  4. Hello, in general settings you can try to put "Max units near" at 0. But not easy way to skip node if you are in combat.
  5. Hello, http://wrobot.eu/forums/topic/4087-discord-channel/
  6. Droidz

    help

    Hello, problem already resolved by private message.
  7. Hello, I'll not add this command. But you can try to force regen with: wManager.wManagerSetting.CurrentSetting.FoodPercent = 95; wManager.wManagerSetting.CurrentSetting.DrinkPercent = 95; (don't forget to restore default settings)
  8. Hello, Can you share your log file please (http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/).
  9. Hello, you seem to get problem with " LootFilter " (it is an WRobot plugin?) Try to reinstall WRobot, if your problem is not resolved: http://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 (try also to reinstall framework)
  10. Hello, WRobot was never detected. Yes you can use WRobot only for rotations (With 'WRotation' product).
  11. Hello, do you have repair npc in your NPC DB (tab "Tools") or in your profile.
  12. Droidz

    mount and die

    Changed Status to Added Changed Version to All
  13. Droidz

    mount and die

    Hello, if you can wait next update.
  14. Hello, Herbs/hour depend of gatherer profile/fightclass used. But 100 herbs in 4 hours seem little, with good profile/fightclass you up easily to 50/60 herbs/hours.
  15. Hello, You can use this plugin: http://wrobot.eu/files/file/517-potion-of-luck/ , edit it with notepad and replace id by your id. You can also use "My Macro" in advanced general settings. Or, if you want add it in your fightclass, in "Spell Settings" use "Timer", activate "Not spell, is lua script" and use this code is spell name: http://wrobot.eu/forums/topic/1688-lua-and-multi-language-support/ ps: http://wrobot.eu/forums/topic/2351-use-potionbuffitem-periodically/
  16. Hello, do you have add this condition:
  17. Hello, I'll not add vanilla support
  18. Hello, of course you can run WRobot (if he has problem, I stop WRobot login server) http://wrobot.eu/forums/topic/4030-new-wow-version/?do=findComment&comment=18719
  19. There is little chance that Bliz target your figth class. You can use a global variable name used in legal Wow addons to avoid this problem (or C# code to read chat).
  20. Tested again and this works: 2016-10-07_13-23-20.mp4
  21. Droidz

    Legion Taxi

    Can you check if in tab "Tools" > "Taxi DB" flightmasters position are correct?
  22. Sorry, if you can wait next update.
  23. Yes, you can put fake battlenet account and connect to Wow manually.
×
×
  • Create New...