Jump to content

Droidz

Administrators
  • Posts

    12590
  • Joined

  • Last visited

Everything posted by Droidz

  1. Do you have try with lua code?
  2. Hello, It is hard. Why do you want script your own system? Lua is the best way
  3. Hello, you get this problem only in this zone?
  4. Hello, change search radius before this quest
  5. Hello,
  6. Droidz

    Cataclysm quester

    Hello, for some quests you need to use custom "is complete condition"
  7. Hello, your project seem good, I added subscription a your account ( https://wrobot.eu/clients/purchases/ )
  8. Hello, you have forget to change fight range (top-left in fightclass editor)
  9. Hello, this type of subscription no longer exists.
  10. You use a very old version, I cannot help you, update WRobot and check if problem appear again.
  11. Bonjour, déplacez le fichier dll dans le dossier fightclass il sera visible dans lors dans la selection
  12. 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... } } };
  13. Hello, you need to complete list yourselft, list is in advanced general settings.
  14. Essayez de réinstaller WRobot, vous avez beaucoup d'erreurs
  15. 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:
  16. 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/ ).
  17. Hello, problem resolved by PM
  18. Hello, can you give more detail about your problem
  19. Try to reinstall WRobot in new folder (don't remove your old folder, just to check if it is the problem)
  20. Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  21. WRobot use server now to find path
×
×
  • Create New...