Jump to content

Droidz

Administrators
  • Posts

    12596
  • Joined

  • Last visited

Everything posted by Droidz

  1. If you can share full log files of several sessions where wow have crashed.
  2. Hello, use this lua code: SetMapToCurrentZone(); continent = GetCurrentMapContinent(); SetMapZoom(continent); local x, y = GetPlayerMapPosition('player'); local _, worldX, worldY = GetWorldLocFromMapPos(x, y); To get z position, use wrobot function "float wManager.Wow.Helpers.PathFinder.GetZPosition(Vector3 point, bool strict = false)"
  3. Hello, wait next update I have added option "Randomizing Hotspots" in grinder profile creator.
  4. Hello, thank you for report, you can continue at use wrobot (this can cause problem if this happen frequently, I will change message in WRobot)
  5. Hello, put "False" at spell settings "Check if know spell" (or use lua)
  6. Can you share your log
  7. Yes bliz have added new detection vector but this don't target WRobot.
  8. Update done
  9. http://wrobot.eu/forums/topic/4561-update-status-patch-710-build-23171/
  10. I start to work on this patch
  11. Hello, you can try to use wrobot with shortcut "WRobot no dx", try also de remove folder "Cache" in Wow install.
  12. Update again wrobot
  13. Changed Status to Fixed
  14. I'll fix this problem quickly.
  15. http://wrobot.eu/bugtracker/cpu-load-on-latest-update-wotlk-client-r584/?do=findComment&comment=3582
  16. Changed Status to Confirmed Changed Version to All
  17. Hello, I know this website, admins of this website make money with cracked bots, It's a shame that some people prefer to pay this team instead softwares creators. Normally, all WRobot cracks are obsolete or not working
  18. Hello, this problem is probably caused by your fightclass. Can you share your fightclass
  19. Hello, yes WRobot support 7.1: http://wrobot.eu/files/file/2-wrobot-official/
  20. Hello, I have upgraded your key, you can now use this version of wrobot.
  21. http://wrobot.eu/forums/topic/4546-wrobot/?do=findComment&comment=21183
  22. Hello, I have upgraded your subscription, you can now run old WRobot version.
  23. Hello, use this plugin: using System.Threading; using System.Windows.Forms; using robotManager.Helpful; using wManager.Wow.ObjectManager; public class Main : wManager.Plugin.IPlugin { public void Initialize() { wManager.Events.FarmingEvents.OnFarmSuccessful += delegate(WoWGameObject node) { Thread.Sleep(5000); }; Logging.Write("[PauseAfterGathering] Loadded."); } public void Dispose() { Logging.Write("[PauseAfterGathering] Disposed."); } public void Settings() { MessageBox.Show("[PauseAfterGathering] No settings for this plugin."); } } PauseAfterGathering.cs
  24. Hello, Try to increment min/max latency in advanced general settings tab others.
×
×
  • Create New...