Jump to content

Droidz

Administrators
  • Posts

    12519
  • Joined

  • Last visited

Everything posted by Droidz

  1. I'll create meshes for 7.1.0 version soon I'll resolve this problem in next updates.
  2. Changed Status to Confirmed Changed Version to All
  3. Hello, Can you share your log file please (http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/).
  4. Hello, Go to tab "Tools" > "Development tools", paste this code in textbox: wManager.Wow.Helpers.PathFinder.Pather.LoadAllTiles(); and press button "C# (....", wait (WRobot will download all tiles (meshes) of current continent).
  5. Hello, you cannot, but you can try code like (not tested): wManager.Plugin.PluginsManager.DisposeAllPlugins(); wManager.Events.PluginEvents.OnLoadPlugin += delegate(string pluginfile, CancelEventArgs cancelable) { if (pluginfile == "plugin file name.cs") { cancelable.Cancel = true; } }; wManager.Plugin.PluginsManager.LoadAllPlugins();
  6. Hello, can you send me screenshot of the button (you can also find bouton name in wow interface code https://github.com/tomrus88/BlizzardInterfaceCode )
  7. Hello, to use keyboard: robotManager.Helpful.Keyboard.PressKey(wManager.Wow.Memory.WowMemory.Memory.WindowHandle, System.Windows.Forms.Keys.Escape); (You can also use Keyboard.DownKey(...) or Keyboard.UpKey(...) (https://msdn.microsoft.com/fr-fr/library/system.windows.forms.keys(v=vs.110).aspx ) To use Wow keybinding: wManager.Wow.Helpers.Keybindings.PressKeybindings(wManager.Wow.Enums.Keybindings.JUMP);
  8. Hello, Korean servers was not update to wow 7.1.0 build 22989?
  9. Hello, wath web browser do you use? do you have try to use another?
  10. Hello, WRotation is not longer free.
  11. Hello, wrobot has not function similar at "lastcast", do you have an way to test if "Fire Blast" and "Phoenix's Flames" have casted before (buff? cooldown?)
  12. Hello, WRobot go to ramdon position in the circle (the center of a circle is the start position, the radius of circle is the config "Max distance from start position") (he harvest nodes or/and kills mobs depending of your configuration).
  13. http://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 step 6
  14. Droidz

    Не работает

    http://wrobot.eu/forums/topic/4360-не-работает/#comment-20126
  15. Hello, can you read this: http://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 If you problem is not resolved, can you share your log file please (http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/).
  16. Hello, http://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 Step 10, 14
  17. Do you have try to restart wrobot?
  18. Hello, WRobot use injections.
  19. Hello, you can also use product "WRotation" and click on map in the tab "Map" to go to selected zone
  20. http://wrobot.eu/forums/topic/2811-bg-join/?do=findComment&comment=12996
  21. Hello, I have activated your subscription.
  22. Done: (Re)Launch WRobot and accept update.
  23. I start to work on this patch
  24. Intead spellname put CastSpellByName("Breath of Respite"); In spell settings put "true" at "not spell is lua script". And add all conditions (like target distance, you lua conditon, timer, ...)
×
×
  • Create New...