Jump to content

Droidz

Administrators
  • Posts

    12587
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, yes use this c# code: robotManager.Helpful.Keyboard.PressKey(wManager.Wow.Memory.WowMemory.Memory.WindowHandle, System.Windows.Forms.Keys.A); Replace "A" by your key https://docs.microsoft.com/fr-fr/dotnet/api/system.windows.forms.keys?f1url=https%3A%2F%2Fmsdn.microsoft.com%2Fquery%2Fdev15.query%3FappId%3DDev15IDEF1%26l%3DFR-FR%26k%3Dk(System.Windows.Forms.Keys);k(SolutionItemsProject);k(TargetFrameworkMoniker-.NETFramework,Version%3Dv4.5);k(DevLang-csharp)%26rd%3Dtrue%26f%3D255%26MSPPError%3D-2147217396&view=netframework-4.8
  2. Hello, in you npc db add npc vendor (tab tools)
  3. Run only wrobot with: (arg is: -bphook)
  4. Are you sure they do not find you again every time (with ip or other)? Have you ever had weird stuff in the game or ban since when you level by hand?
  5. Hello, try to run c# code like: robotManager.Helpful.Keyboard.PressKey(wManager.Wow.Memory.WowMemory.Memory.WindowHandle, System.Windows.Forms.Keys.T);
  6. Bans are at what level / time?
  7. Hey, does launch WRobot only with shortcut "WRobot No Edit Memory" change anything?
  8. sorry for delay, it is x86.
  9. Hello, wait next update
  10. Droidz

    bot problem

    Bonjour, essayez de désactiver vos addons wow
  11. Hello, look https://wrobot.eu/forums/topic/5250-force-loot-bop-items/?do=findComment&comment=24677
  12. Hello, it is normal, WRobot call PathFinder.ReportArea when you change continent (from list that you create with wManagerSetting.AddBlackListZone, WRobot add only blacklist of current continent)
  13. Hello, Disable all Wow addons, all WRobot plugins and share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  14. hey, robotManager.Helpful.Var.SetVar("DismountRightClick", true); wManager.Events.InteractEvents.OnInteractPulse += (target, cancelable) => { try { if (robotManager.Helpful.Var.GetVar<bool>("DismountRightClick") && ObjectManager.Me.IsMounted) { MountTask.DismountMount(); } } catch { } }; // .... disable robotManager.Helpful.Var.SetVar("DismountRightClick", false);
  15. Hello, it is strange problem, try to redownload and reinstall WRobot (in new folder), if your problem is not resolved if you can share your log file please
  16. Hello, I do not think the bot is detected. Create an account with a new IP, a new web browser and change the name of your Windows session, remove also wow cache (and don't download wow client on server website). Use another profile (a not-popular profile), another fightclass (a simple one) and avoid plugins, I'm sure your account will be not banned. If you bot on several accounts, don't register account with same ip/webbrowser, and try to run one account per windows install and ip (at the same time).
  17. Hello, try to redownload and reinstall WRobot, you can try to disable your antivirus during installation
  18. Hello, You need to adapt your profile to WRobot behavior. Try to blacklist zones where WRobot has problem, if this don't resolve problem avoid these zones. You can also try to disable option "ignore figth when in gound mount" and use option "avoid group of mobs".
  19. Changed Status to Added
  20. Hello, https://wrobot.eu/forums/topic/5417-change-fight-classload-pluginchanging-the-type-of-the-bot-in-questing-profile-using-code/?do=findComment&comment=25072
  21. Hello, can you read this: https://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 (install required softwares) If you problem is not resolved, can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  22. Hello, before to wait try to "MovementManager.StopMove();"
  23. Hello, sorry I haven't good solution for that, what spell (buff) use your server to regen?
  24. Hello, I have never managed to reproduce the problem, can you share the log file of the session or you have this problem.
×
×
  • Create New...