Jump to content

Droidz

Administrators
  • Posts

    12508
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, look code of V2: https://wrobot.eu/files/file/414-multi-pull/
  2. Hello, try again with your 1 session key, if you need to run more than one session on this version send me message
  3. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  4. Even in official server this config will cause problems (and I don't speak about usage of plugin like ClearBlacklist.cs in quester mode). To be sure, if you can try to download another wow client (in another website)
  5. the problem is your profile, edit him to remove this line, and it is not new install, all your plugins is in folder...
  6. Log of new install (in new folder), don't copy plugins/settings and ..., install only your profile and fightclass (in your log all addons is activated and plugin like HumanMasterPlugin is enabled)
  7. share log of the fresh wrobot install without wow addons please
  8. You get this problem without wow addons? yes or no You get this problem with new WRobot install (in new folder, add only your fightclass and profile)? yes or no
  9. If it is no wow addons problem, it is WRobot settings/plugins/fightclass problem
  10. Hello, Run C# code: for (int i = 0; i < 100; i++) { wManager.Wow.Helpers.Lua.RunMacroText("/click MyButtonNameGoesHere"); Thread.Sleep(100); // wait 100 ms before next run, you can remove or edit this line. }
  11. If WRobot try to regen mana on when you activate option "regen mana". In your log he try to regen when you start bot, I ignore why (and if it is health or mana) Some wow addons can change health value. If disable addons don't work try to reinstall WRobot in new folder without plugin
  12. try to disable your wow addons
  13. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  14. Hello, sometime option "max unit near" can force bot to avoid mobs
  15. Hello, item name is case-sensitive (you need to put lower/upper cases)
  16. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  17. Droidz

    Bot is not working

    Hello, WRobot is for private servers only, he don't support BfA
  18. Hello, try code like wManager.Events.MovementEvents.OnMoveToPulse += (point, cancelable) => { if (point.DistanceTo2D(new Vector3(-3077.433, 4942.94, -101.0476)) < 1.5 && !ObjectManager.Me.IsAlive && wManager.Wow.Helpers.Usefuls.ContinentId == (int)wManager.Wow.Enums.ContinentId.Expansion01) { var enterdungeon = new Vector3(-3077.433, 4942.94, -101.0476); point.X = enterdungeon.X; point.Y = enterdungeon.Y; point.Z = enterdungeon.Z; } };
  19. In relogger option "ping to check internet connectivity" put wrobot website address
  20. Droidz

    Black Friday

    Hello, Use discount code to get reduce of 35% on your subscription: blackfriday18 (this coupon can then be entered on the checkout page, expires 11/25/2018). View full article
×
×
  • Create New...