Everything posted by Droidz
-
Have a fight class Draw on screen???
Hello, no sorry, you can only draw lines and circles (check Radar3D class)
-
ItemEquipLoc wrong datatype
Hello, if you can wait next update, I have fixed problem.
-
Smooth Movement for Turning
Hello, you cannot change it.
-
For friends (party) pauses movement
Hello, if you can wait next update.
-
mining legion ?
http://wrobot.eu/files/category/158-broken-isles/
-
Move or Strafe during combat? Open Quester by itself?
Hello, like this: wManager.Events.FightEvents.OnFightLoop += (unit, cancelable) => { var me = wManager.Wow.ObjectManager.ObjectManager.Me; var target = wManager.Wow.ObjectManager.ObjectManager.Target; if (me.IsAlive && target.IsAlive && !me.IsCast && me.HaveBuff("Buff name")) { wManager.Wow.Helpers.Keybindings.PressKeybindings(wManager.Wow.Enums.Keybindings.STRAFELEFT, 1000 * 3); // strage left during 3 secondes } }; (run this code only one time by wrobot session)
-
WRobot for Wow 7.1.5 bugs reports
I'll create meshes for 7.1.0 version soon I'll resolve this problem in next updates.
-
Add "cooldown on item" - In use item and spell on
Changed Status to Confirmed Changed Version to All
- Attacking other players
- Force Download Mesh.gz
-
deactivate / activate plugins in quest profiles?
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();
-
Click on screen without wow button names?
Hello, can you send me screenshot of the button (you can also find bouton name in wow interface code https://github.com/tomrus88/BlizzardInterfaceCode )
-
how do I send a keystroke?
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);
-
downt work from the updates...
Hello, Korean servers was not update to wow 7.1.0 build 22989?
-
Can't buy WRobot.
Hello, wath web browser do you use? do you have try to use another?
-
WRotation time limit?
Hello, WRotation is not longer free.
- Last Spell Cast? Using Editor
- Automation Logic ??
-
Не работает
http://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 step 6
-
Не работает
http://wrobot.eu/forums/topic/4360-не-работает/#comment-20126
-
Не работает
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/).
-
Unable to start bot now
Hello, http://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 Step 10, 14
-
survey spell not found, stopping bot
Do you have try to restart wrobot?
-
Do WRobot use injections or reflection?
Hello, WRobot use injections.
-
draenor unlocking?
Hello, you can also use product "WRotation" and click on map in the tab "Map" to go to selected zone