Jump to content

Droidz

Administrators
  • Posts

    12602
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, I am not sure to understand what you want but: robotManager.Events.FiniteStateMachineEvents.OnRunState += delegate(robotManager.FiniteStateMachine.Engine engine, robotManager.FiniteStateMachine.State state, System.ComponentModel.CancelEventArgs cancelable) { if (state is wManager.Wow.Bot.States.StopBotIf && state.DisplayName == "Security/Stop game") { // sample to disable tp detection: wManager.wManagerSetting.CurrentSetting.CloseIfPlayerTeleported = false; wManager.Wow.Bot.States.StopBotIf.ForcePvpMode = true; wManager.Wow.Bot.States.StopBotIf.LastPos = wManager.Wow.ObjectManager.ObjectManager.Me.Position; // how to wrobot check if your char is tp: if (wManager.Wow.Bot.States.StopBotIf.LastPos != null && wManager.Wow.Helpers.Conditions.InGameAndConnectedAndAlive && wManager.Wow.ObjectManager.ObjectManager.Me.Position.DistanceTo(wManager.Wow.Bot.States.StopBotIf.LastPos) >= 450) { // close bot... } } };
  2. Hello, you need to complete list yourselft, list is in advanced general settings.
  3. Essayez de réinstaller WRobot, vous avez beaucoup d'erreurs
  4. Hello, To launch Wow in 32 bit with "Battle.net launcher": https://eu.battle.net/support/en/article/33881 To launch Wow in 32 bit without "Battle.net launcher" you have several methods: Create shortcut (create shortcut of Wow.exe and add argument "-noautolaunch64bit"): Rename(or remove) "Wow-64.exe": Use WRobot to launch Wow: Use "Relogger": https://wrobot.eu/forums/topic/3632-relogger-tutorial-video/ To check if Wow is running in 32bit:
  5. Bonjour, pouvez vous partager le fichier journal de la session qui bug ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  6. Hello, problem resolved by PM
  7. Hello, can you give more detail about your problem
  8. Try to reinstall WRobot in new folder (don't remove your old folder, just to check if it is the problem)
  9. Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  10. WRobot use server now to find path
  11. Hello, try to download another wow client
  12. 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, try to remove your all in "taxi db" (tab tools)
  14. Hello, in advanced general settings disalbe option "Ignore fighting during farm if in druid form"
  15. Droidz

    Not execute TurnIn

    Hello, it is because "ObjectiveCount1" = 1, put 0
  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. <QuestsSorted Action="RunLuaCode" NameClass="RunMacroText('/use item:22962')" /> or <QuestsSorted Action="RunLuaCode" NameClass="RunMacroText('/use ItemName')" />
  18. No, in WRobot folder use "Relogger.exe" https://wrobot.eu/forums/topic/3632-relogger-tutorial-video/
  19. Try to change flying mount, or to reinstall WRobot in new folder (don't edit default settings, just select fightclass and profile).
  20. relogger app will restart the game
  21. Hello, use relogger application
×
×
  • Create New...