Jump to content

Droidz

Administrators
  • Posts

    12581
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, Sorry, I haven't planned to add more remote features, but you can use program like teamviewer if you want better access.
  2. Hello, by default WRobot regen before to loot, you are probably tagged in combat (server bug?), try to use this plugin: DontSkipRegenIfFlaggedInCombat.cs public class Main : wManager.Plugin.IPlugin { public void Initialize() { wManager.wManagerSetting.CurrentSetting.SkipRegenIfFlaggedInCombat = false; } public void Dispose() { } public void Settings() { } }
  3. If you can try with the new update
  4. ok, if you can tell me if new update change something
  5. Hello, https://wrobot.eu/files/file/481-combine/
  6. One of your profiles/plugins/fightclasses change bad wow/wrobot settings. Do you have low FPS in game?
  7. Hello, try to increment your min/max latency (in advanced general settings) and try to disable your wow addons
  8. Wait next update, I tried to avoid processor load when you use low wow fps.
  9. Do all steps: Disable all wow addons. Download and install WRobot in new folder, install only your profile (don't install plugins/fightclasses). Run Wow in window mode (not full screen, and never minimize wow window!). Put lower wow graphics quality, but try to get good FPS (40 or more) Run WRobot and check CPU usage and if Wow don't freeze during few minutes. (tell me here with your log file if you get freeze/cpu usage problem) Now start to add you fightclass and check again CPU/freeze during few minutes. Now add one per one Wrobot plugins, wow addons.
  10. Droidz

    Regen

    Hello, you are flagged in combat?
  11. Hello, if you have buy old private server subscription and you use more than 10 sessions send me private message
  12. What is your Windows version and language? Do you have try to install last framework version? Windows is updated?
  13. you can found shortcuts in wrobot folder. Some users have resolved freeze problem by disabling wow addons
  14. I don't get this problem , you don't use trial WRobot version to the test? do you have try to use option "Short file" when you encrypt your file?
  15. Hello, try that: Pet_Battle.Bot.PetBattleSetting.Load(); wManager.Wow.Helpers.PetBattles.ReviveOne = Pet_Battle.Bot.PetBattleSetting.CurrentSetting.ReviveOne; wManager.Wow.Helpers.FightBattlePet.CaptureAllPets = Pet_Battle.Bot.PetBattleSetting.CurrentSetting.CaptureAllPets; wManager.Wow.Helpers.FightBattlePet.CaptureIDontHavePets = Pet_Battle.Bot.PetBattleSetting.CurrentSetting.CaptureIDontHavePets; wManager.Wow.Helpers.FightBattlePet.CaptureRarePets = Pet_Battle.Bot.PetBattleSetting.CurrentSetting.CaptureRarePets; wManager.Wow.Helpers.FightBattlePet.PetBattlesDontFight = Pet_Battle.Bot.PetBattleSetting.CurrentSetting.DontFight; wManager.Wow.Helpers.FightBattlePet.AutoOrderPetByLevel = Pet_Battle.Bot.PetBattleSetting.CurrentSetting.AutoOrderPetByLevel; wManager.Wow.Helpers.FightBattlePet.LuaCode = Pet_Battle.Bot.PetBattleSetting.CurrentSetting.LuaHook; wManager.Wow.Helpers.FightBattlePet.AutoChooseBestPet = Pet_Battle.Bot.PetBattleSetting.CurrentSetting.AutoChooseBestPet; wManager.Wow.Helpers.FightBattlePet.AbilitiesBlackListed = Pet_Battle.Bot.PetBattleSetting.CurrentSetting.AbilitiesBlackListed; wManager.Wow.Helpers.FightBattlePet.FightClass = Pet_Battle.Bot.PetBattleSetting.CurrentSetting.FightClass; (and compile custom profile dll (don't forget to add in reference "Pet battle.dll") (if you don't wont generate dll, use quester product to run your c# code, quester prelaod "pet battle.dll")
  16. Droidz

    [TBC and upwards]

    I think than Wow addon can cause this problem. You can also try to lock frame (to be sure than focus don't change)
  17. Hello, fightclasses are loaded before (but on different threads, this can change order?)
  18. Hello, https://wrobot.eu/forums/topic/2018-wrobot-old-versions/
  19. https://wrobot.eu/forums/topic/9263-bot-causes-windows-to-lag/?do=findComment&comment=43343
  20. Hello, problem seem to be the file "FNV\#8 (29-34) Hillsbrad Foothills+Stranglethorn+Ashenvale+Desolace.xml", try to contact seller
  21. Droidz

    [TBC and upwards]

    Hello, you need to use "FocusGuid"
  22. Hello, try to play with option "Wait time before interact" (try to put lower or bigger value) (in product settings)
  23. Hello, try to disable your wow addons
×
×
  • Create New...