Skip to content
View in the app

A better way to browse. Learn more.

WRobot

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Droidz

Administrators
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, your project seem good, I added subscription a your account ( https://wrobot.eu/clients/purchases/ )
  2. Hello, you have forget to change fight range (top-left in fightclass editor)
  3. Hello, this type of subscription no longer exists.
  4. You use a very old version, I cannot help you, update WRobot and check if problem appear again.
  5. Bonjour, déplacez le fichier dll dans le dossier fightclass il sera visible dans lors dans la selection
  6. 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... } } };
  7. Hello, you need to complete list yourselft, list is in advanced general settings.
  8. Essayez de réinstaller WRobot, vous avez beaucoup d'erreurs
  9. 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:
  10. 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/ ).
  11. Key

    Droidz replied to vizit138787's topic in General assistance
    Hello, problem resolved by PM
  12. Hello, can you give more detail about your problem
  13. Try to reinstall WRobot in new folder (don't remove your old folder, just to check if it is the problem)
  14. Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  15. WRobot use server now to find path
  16. Hello, try to download another wow client
  17. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  18. Hello, try to remove your all in "taxi db" (tab tools)
  19. Hello, in advanced general settings disalbe option "Ignore fighting during farm if in druid form"
  20. Droidz commented on sycs's bug report in Bug Tracker
    Hello, it is because "ObjectiveCount1" = 1, put 0
  21. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  22. <QuestsSorted Action="RunLuaCode" NameClass="RunMacroText('/use item:22962')" /> or <QuestsSorted Action="RunLuaCode" NameClass="RunMacroText('/use ItemName')" />

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.