Jump to content

Droidz

Administrators
  • Posts

    12508
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, in general settings you can disable this option
  2. hello, to lower fps can increment wrobot cpu usage. Yo can try https://wrobot.eu/forums/topic/9235-how-many-bots-at-the-same-time-do-you-use/?tab=comments#comment-43092
  3. Hello, https://wrobot.eu/articles/news/following-the-begining-of-the-end-of-wrobot-for-official-servers-r126/
  4. Oui les prix on augmenté si vous utiliser plus d'une session
  5. Hello, I unhide your profile
  6. Bonjour, tout les abonnements sont pour serveurs privés maintenant (WRobot ne supporte plus les serveurs officiels). Seul le nombre de session change selon celui que vous choisissez (le nombre de session WRobot c'est le nombre que vous pouvez utiliser en même temps)
  7. hello, you profile is probably not for Vanilla
  8. https://wrobot.eu/forums/topic/9925-game-version-incorrect/
  9. https://wrobot.eu/forums/topic/9925-game-version-incorrect/
  10. https://wrobot.eu/articles/news/following-the-begining-of-the-end-of-wrobot-for-official-servers-r126/
  11. Droidz

    mailing issues

    Disable all, try also to disable wrobot plugin and send me again your log file please
  12. Droidz

    mailing issues

    Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  13. Hello, in your profile, when you add hotspots try to fly (to get position type "Flying instead "None"), when you add quest giver/npc activate option "Can fly to". If you don't want record again profile, you can edit xml file and add 'Type="Flying"' to the hotspots:
  14. Hello, Use this plugin: Change Wow Window Title.cs using System; using System.Runtime.InteropServices; public class Main : wManager.Plugin.IPlugin { [DllImport("user32.dll", SetLastError = true, CharSet = CharSet.Auto)] public static extern bool SetWindowText(IntPtr hwnd, String lpString); public void Initialize() { try { SetWindowText(wManager.Wow.Memory.WowMemory.Memory.WindowHandle, wManager.Wow.ObjectManager.ObjectManager.Me.Name); } catch {} } public void Dispose() { } public void Settings() { } }
  15. Hello, Use this plugin: ResurrectDelay.cs public class Main : wManager.Plugin.IPlugin { public void Initialize() { robotManager.Events.FiniteStateMachineEvents.OnRunState += delegate (robotManager.FiniteStateMachine.Engine engine, robotManager.FiniteStateMachine.State state, System.ComponentModel.CancelEventArgs cancelable) { if (state is wManager.Wow.Bot.States.Resurrect) { System.Threading.Thread.Sleep(robotManager.Helpful.Others.Random(1000, 10000)); } }; } public void Dispose() { } public void Settings() { } }
  16. Hello, can you read this: https://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 try to installs Slimdx and vc+++
  17. Hello, no recent change, and recent versions are normally very optimized (compared to the olds), only in TBC you get problem with CPU usage if you have a lot of players in your zone.
  18. Hello, WRobot no longer support official servers https://wrobot.eu/articles/news/following-the-begining-of-the-end-of-wrobot-for-official-servers-r126/
  19. Hello, you code seem good, use step type "If" before tu pulse quest, or put this code in "CanCondition"
  20. Hello, I planned to add option (position and rotation where to fishing), but I ignore when I'll add it. I comeback here when is added
  21. I don't think than it is WRobot problem, you are the first to report me it. Try to reset default wow settings (and remove cache), try to reinstall WRobot
  22. Hello, https://wrobot.eu/forums/topic/7220-help-with-quester-profile/?do=findComment&comment=41881
  23. Hello, your problem is very strange. You can try to run WRobot in VMware
×
×
  • Create New...