Jump to content

Droidz

Administrators
  • Posts

    12519
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, no because they don't have Z location in Glider profiles.
  2. Hello, Try to use this plugin: http://wrobot.eu/files/file/622-memory-clean/ (edit file with notepad to change max lua memory size, replace 270000 by 100000 line 28).
  3. I am sorry but I cannot fix code of this version, you can try to use wrobot plugin like: using System.Threading; using System.Windows.Forms; using robotManager.Helpful; using wManager.Wow.Helpers; using wManager.Wow.ObjectManager; using Keybindings = wManager.Wow.Helpers.Keybindings; public class Main : wManager.Plugin.IPlugin { public void Initialize() { bool last = false; while (Conditions.ProductIsStarted) { while (Conditions.InGameAndConnectedAndAliveAndProductStartedNotInPause) { bool isMount = ObjectManager.Me.IsMounted; if (last && !isMount) { try { Keybindings.PressKeybindings(wManager.Wow.Enums.Keybindings.MOVEFORWARD, 5); Keybindings.PressKeybindings(wManager.Wow.Enums.Keybindings.MOVEBACKWARD, 5); } catch {} } last = isMount; Thread.Sleep(5); } last = false; Thread.Sleep(20); } Logging.Write("[DismountMove] Loadded."); } public void Dispose() { Logging.Write("[DismountMove] Disposed."); } public void Settings() { MessageBox.Show("[DismountMove] No settings for this plugin."); } }
  4. Hello, I have fixed code http://wrobot.eu/forums/topic/12-how-to-create-an-fight-class-developer-only/?do=findComment&comment=6778
  5. Hello, go to advanced settings tab "Mail".
  6. Hello, you need also to change fightclass range (top/left in fightclass editor). And it is better to avoid problems to put spell name like he appears ingame (case sensitive).
  7. I fixed this problem in WRobot code, you need to wait next update (if you get this problem before next update; http://wrobot.eu/forums/topic/3010-revive-battle-pets/?do=findComment&comment=21677 )
  8. You get this problem: "Unable to reach the vendor". You can try to close WRobot, remove file "WRobot\Data\NpcDB.xml", launch WRobot > go to nearest repair and add then to your NPC db (to add npc, go to tab "Tools" > "Npc DB" > select npc type (repair) > select npc ingame > Click on button Add...
  9. Hello, Can you share your log file please ( http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  10. Hello, I released WRobot for Vanilla today, profiles and fightclasses will be available in next weeks. But you can make your own profiles/fightclasses, you can found video tuto here: http://wrobot.eu/forums/forum/7-tutorials-wrobot/ . You can also use trial version to test this version of Wrobot before purchase.
  11. Ok, if you (or anyone with this problem) can share log files of several session where wow crash.
  12. Only if you use "Relogger" to launch wow
  13. Hello, try to increment again your min / max latency
  14. Hello, Do you have pet battle team? If no try to create team. Tell me if this resolve your problem
  15. You get same error when you launch WRobot with shortcut "WRobot No Dx"?
  16. Hello, you get this happen frequently ?
  17. Hello, http://wrobot.eu/forums/topic/2018-wrobot-old-versions/
  18. Hello, I cannot help you, try to contact "Stripe".
  19. Hello, you get also this problem without wrobot plugin " LootFilter "?
  20. Bonjour, Utiliser le bot "Grinder"
  21. Hello, you need to use "Unlimited" subscription (or 2 normal WRobot subscription)
  22. Hello, I have credited your WRobot account of the price of your old subscription. You can use this credit to buy new subscription. Kind regards
  23. Hello, Can you share your log file please ( http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ). Do you have try to disable your antivirus when you run "no dx" mode
×
×
  • Create New...