Jump to content

Droidz

Administrators
  • Posts

    12508
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, (if I understand) sorry you cannot change that, WRobot go to mail every time than he go to town to repair
  2. Hello, you can base on it: https://wrobot.eu/forums/topic/9905-ressurection-why-the-instant-release-to-ghost/?do=findComment&comment=46454
  3. in advanced general settings tab "General Settings" it is option "Ignore Fighting if in Gound Mount"
  4. In Vanilla and Tbc we cannot get list of quest completed. If you have complete quest without WRobot he cannot know than you have already completed it. You can disable profile step or add quest to completed quests list (in product settings)
  5. Hello, try to download Wow in another website (you need to use default client)
  6. it is vc++ or slimdx problem generally. You can try to close/kill all useless program/process and try again WRobot
  7. it is that 99% of times, you can also try to disable your antivirus and redownload and reinstall WRobot
  8. Hello, generally this problem is because you haven't installed required software (step 7) : https://wrobot.eu/forums/topic/1381-repairinstall-wrobot/?tab=comments#comment-966
  9. Hello, Disable all Wow addons, all WRobot plugins and share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  10. By default, WRobot ignore combat and go to target only if in mount, you can try to disable option "ignore fight when in mount"
  11. Hello, you need to keep instance to read all messages https://wrobot.eu/files/file/359-whisper-reply/
  12. Hello, I will not refund you. The first reason is that getting a ban is part of the risk, and it is recommended to not using bot on your main account (and everyone knows that, it is even written on the home page). The second reason is that you put it in public, why? It happens to me (from time to time) to refund users in your case, but to expose it in public, to not say hello, to speak badly comforts me in the choice not to refund you.
  13. Hello, I need log file (in folder "Logs")
  14. Hello, seem to be PromoteByName : https://github.com/MOUZU/Blizzard-WoW-Interface/blob/d162a4c0d198a4381b5b6573d975635ed7316702/1.12.1/FrameXML/ChatFrame.lua#L711
  15. Hello, Use lower search distance is good, you can also blacklist some zones, and avoid in your profile zones where you know that you get problem. You can also try to use option "Try to avoid group of mobs" in advanced general settings tab "Pathfinding"
  16. Method check if needtorun return true (it is the method than I shared code)
  17. Hello, you need to move fightclass in wrobot folder "FightClass" and select it is wrobot window tab "General settings"
  18. Hello, like that (in simplified): bool RunState(State currentState) { if (currentState.NeedToRun) { foreach (var beforeState in currentState.BeforeStates) { RunState(beforeState); } currentState.Run(); foreach (var nextState in state.NextStates) { RunState(nextState); } return true; } return false; }
  19. Hello, I take note of this problem I try to solve it in the next updates, I come back here when it's done.
  20. Hello, you cannot change that (or put lower to value)
  21. Hello, Disable addons and plugins when you share log. You get this problem with all profiles/quests or only on this quest/profile?
  22. Hello, Disable all Wow addons, all WRobot plugins and share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
×
×
  • Create New...