Jump to content

Droidz

Administrators
  • Posts

    12595
  • Joined

  • Last visited

Everything posted by Droidz

  1. Droidz

    relogger issue

    Hello, can you read this: https://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 try to install slimdx
  2. What CPU do you have?
  3. Hello, try to put value like 60% instead 40% (and share your log if your problem is not resolved)
  4. hello, if you can try again
  5. Hello, if distance between know positions is high, you can try to use quest type interactwithnpc (with several hotspots)
  6. Hello, in general settings you can disable this option
  7. 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
  8. Hello, https://wrobot.eu/articles/news/following-the-begining-of-the-end-of-wrobot-for-official-servers-r126/
  9. Oui les prix on augmenté si vous utiliser plus d'une session
  10. Hello, I unhide your profile
  11. 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)
  12. hello, you profile is probably not for Vanilla
  13. https://wrobot.eu/forums/topic/9925-game-version-incorrect/
  14. https://wrobot.eu/forums/topic/9925-game-version-incorrect/
  15. https://wrobot.eu/articles/news/following-the-begining-of-the-end-of-wrobot-for-official-servers-r126/
  16. Npc is big (size)?
  17. Droidz

    mailing issues

    Disable all, try also to disable wrobot plugin and send me again your log file please
  18. 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/ ).
  19. 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:
  20. 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() { } }
  21. 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() { } }
  22. Hello, can you read this: https://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 try to installs Slimdx and vc+++
  23. 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.
  24. Hello, WRobot no longer support official servers https://wrobot.eu/articles/news/following-the-begining-of-the-end-of-wrobot-for-official-servers-r126/
  25. Hello, you code seem good, use step type "If" before tu pulse quest, or put this code in "CanCondition"
×
×
  • Create New...