Jump to content

Droidz

Administrators
  • Posts

    12581
  • Joined

  • Last visited

Everything posted by Droidz

  1. Changed Status to Confirmed Changed Version to All
  2. if the mob is agressiv and don't move you can try to use quest type "FollowPath" (and go to mob position). You can also try to filter mobs to run code like: wManager.Events.FightEvents.OnFightStart += delegate(WoWUnit unit, CancelEventArgs cancelable) { if (unit.Entry != 1234 || !Quest.HasQuest(1234) || unit.InCombatWithMe) return; if (unit.Guid != 12345645678) { wManager.wManagerSetting.AddBlackList(unit.Guid, 1000 * 60, true); cancelable.Cancel = true; } }; (complete the questid, entry and mob GUID, GUID is normally the same on all server and unique)
  3. Hello, sorry for the delay. You use same fightclass on bugged characters? if yes try without. You can also try to download anothers wow client or remove wow cache (to check if it is not the problem). But, some wow addons can auto repair/sell items, try to use that
  4. Hello, you cannot regen your health with spell if you use item for regen mana. Try to add health spell in your fightclass
  5. Hello, check if option "Remember account name" (in wow login window) is disabled
  6. Hello, look this fightclass https://wrobot.eu/files/file/1399-destruction-warlock-73/
  7. try to put bigger min latency
  8. No sorry
  9. Hello, you have selected good WRobot for your game version in "Updater"?
  10. https://wrobot.eu/forums/topic/9614-bot-not-sellingrepair-items/?do=findComment&comment=45320
  11. Hello, 1. Yes 2. Check if you use grinder (and not quester or gatherer profile), and if you use vanilla profile. 3. Yes, look this: https://wrobot.eu/forums/topic/3633-getting-started-with-wrobot-video/ 4. Try to disable your wow addons, if problem is not resolved try to increment your min/max latency (in advanced general settings).
  12. Yes it is based on https://wow.gamepedia.com/API_GetQuestsCompleted
  13. Droidz

    Mailing Issues Vanilla

    https://wrobot.eu/forums/topic/9731-mailing-issues/
  14. Hello, do you use wow addons? if yes disable all. Do you have try to increment min/max latency
  15. Vous jouez sur quelle version de WOw?
  16. Do you use wow addons? if yes try to disable all
  17. hello, https://wrobot.eu/forums/topic/4346-deactivate-activate-plugins-in-quest-profiles/?do=findComment&comment=20171 (put code in one line)
  18. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  19. You are sure than you are alone to use your key?
  20. Hello, if target don't move, you can try to put small search distance
  21. Droidz

    Cant open 3 sesson WR

    Hello, try to reinstall WRobot https://wrobot.eu/forums/topic/9656-cant-run-10-sessions/
  22. https://wrobot.eu/forums/topic/9720-problem-with-the-key/?tab=comments#comment-45239
  23. hello, when you launch "Updater" to install WRobot, change product version (select version for vanilla)
×
×
  • Create New...