Jump to content

Droidz

Administrators
  • Posts

    12519
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, If you use fightclasses editor, add two time same spell, one time with the condition "health < 90" and one time with the condition "target health > 50"
  2. Hello, do you have try to reinstall WRobot in new folder?
  3. Hello, yes you can use normal subscription with WRobot for private server (but you can run only one WRobot session at a time)
  4. View full article
  5. Hello, you can continue to use wrobot.
  6. Droidz

    shutdown?

    Hello, you can continue to use WRobot normally.
  7. WRobot don't request region.
  8. Hello, with quest profile.
  9. Hello, you cannot use trial version because it is not "WRobot for private server" but it is old "WRobot" versions. I have added trial license keys at your accounts, you can found your keys here: http://wrobot.eu/clients/purchases/
  10. Hello, Before pulse quest try to run code like new System.Threading.Thread(delegate () { System.Threading.Thread.Sleep(1000 * 60 * 2); wManager.Wow.Helpers.Fight.StopFight(); }).Start();
  11. Hello, do you have try to disable your wow addon?
  12. Hello, try to reinstall wrobot or use another profile If you problem is not resolved can you share your log file please (http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/).
  13. Hello, Do you get this problem frequently? Do you have try to restart your computer (generally this resolve this problem)?
  14. Hello, use relogger and restart wow sometime to avoid to stay stuck.
  15. Droidz

    BUG error

    Hello, can you read this: http://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 If you problem is not resolved, can you share your log file please (http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/).
  16. Hello, Look this videos http://wrobot.eu/forums/topic/3393-quest-tutorial-video-basic-concepts-kill-and-loot/ and http://wrobot.eu/forums/topic/3395-quest-tutorial-video-basic-concepts-useitemon/ and http://wrobot.eu/forums/topic/3394-quest-tutorial-video-basic-concepts-gatherer/ and http://wrobot.eu/forums/topic/3396-quest-tutorial-video-basic-concepts-grind-till-lvl/ If your problem is not resolved, please share your profile
  17. Hello, where do you have choose 'America?'
  18. Hello, you can use lua code like: public WoWAreaTrigger CorrectTile => ObjectManager.GetObjectWoWAreaTrigger() .Where(u => u != null && u.IsValid && (u.SpellID == 219246 || u.SpellID == 219262)) .OrderBy(u => u.Position.DistanceTo(ObjectManager.Me.Position)) .FirstOrDefault(); public void DoQuest() { if (!ObjectManager.Me.HaveBuff(219247)) return; var tile = CorrectTile; if (tile == null) return; var loc = tile.Position; if (loc.DistanceTo(ObjectManager.Me.Position) > 1.5) { MovementManager.MoveTo(loc); } } ( http://www.wowhead.com/quest=43767/enigmatic )
  19. Hello, yes he does
  20. Hello, sorry but currently no solution for that.
  21. Do you have wow option "Auto dismount" active?
  22. Hello, Can you share your log file please (http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/).
×
×
  • Create New...