-
Posts
12618 -
Joined
-
Last visited
Content Type
Forums
Articles
Bug Tracker
Downloads
Store
Everything posted by Droidz
-
Hello, Can you share your log file please ( http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
-
Hello, Can you share your log file please ( http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
-
Doesnt clear last friendly target, wrobot 1.12.1
Droidz commented on MeRox's bug report in Bug Tracker
If your 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/ ). -
Doesnt clear last friendly target, wrobot 1.12.1
Droidz commented on MeRox's bug report in Bug Tracker
http://wrobot.eu/bugtracker/tries-to-cast-spells-to-friendly-target-after-the-update-wrobot-1121-r607/?&tab=comments#comment-3646 -
Tries to cast spells to friendly target after the update, wrobot 1.12.1
Droidz commented on MeRox's bug report in Bug Tracker
You have put "false" at spell option "Combat only", to resolve problem put "true" at spell setting "Combat only" or use lua condition like http://vanilla-wow.wikia.com/wiki/API_UnitCanAttack : -
Tries to cast spells to friendly target after the update, wrobot 1.12.1
Droidz commented on MeRox's bug report in Bug Tracker
Hello, can you share your fightclass please -
If your decompiled code works, try to add this line: System.Threading.Thread.Sleep(30); between "FeralDruid.Routine();" line 309 and " }" line 310 ps: I have remove link to source code, we do not have the owner permission.
-
I cannot edit this, it is .dll file. But @Pasterke can you add in your routine loop (while) code like System.Threading.Thread.Sleep(30); https://msdn.microsoft.com/fr-fr/library/d00bd51t(v=vs.110).aspx
-
Hello, try to disable your fightclasses/wrobot plugin one by one to find what cause this cpu usage. When you have found share here the file I'll try to optimise it.
-
I released update few minutes ago, relaunch WRobot and accept update.
-
Generally restart computer resolve this problem.
-
How to create an Fight Class (developer only)
Droidz replied to Droidz's topic in Tutorials - WRobot
Yes you can -
Wait next update, if your problem is not resolve share your fightclass
-
Problems with the use of the bot at vanilla
Droidz replied to tray's topic in WRobot for Wow Vanilla - Help and support
1: I have resolved wow error message "...AscendStop'...", for WRobot error (in your log) is caused by your computer, try to install slimdx, disable your antivirus and close teamviewer (if running). 2: I am not sure to understand, but you can run all lua code with WRobot (in fightclass use option "Not spell is lua script") Wait next update for fix -
If you can wait next update and tell me if this problem is resolved (if you don't need to have rank 1 for use rank 2)
-
Download WRobot for Vanilla
Droidz replied to Droidz's topic in WRobot for Wow Vanilla - Help and support
- In this version of WRobot, you need to have spells on the action bar (if you use then in your fightclass). - Feature "Discover Flight master" is not supported. - (De)Buff 'TimerLeft' and 'Owner' is not supported. - 'GlobalCooldown....' is not supported. - RunMacroText does not exist in Vanilla. -
http://wrobot.eu/forums/topic/3494-how-to-sell-your-profilesfightclasses/
-
Glider to WRobot converter ?
Droidz replied to beklyn's topic in WRobot for Wow Vanilla - Help and support
Hello, no because they don't have Z location in Glider profiles. -
Still freezing in No Dx Mode
Droidz replied to Vyane's topic in WRobot for Wow Wrath of the Lich King - Help and support
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). -
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."); } }
-
How to create an Fight Class (developer only)
Droidz replied to Droidz's topic in Tutorials - WRobot
Hello, I have fixed code http://wrobot.eu/forums/topic/12-how-to-create-an-fight-class-developer-only/?do=findComment&comment=6778 -
Hello, go to advanced settings tab "Mail".
-
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 )
