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. It is true that in your log file the response time of the pathfinder is long. Can you try with a VPN?
  2. When you run your Lua code (in "dev... tools"), it works ? try to add a print in you code to debug it, like that : for i=1,40 do local name, rank, icon, count, debuffAuraType = UnitAura("player", i); if debuffAuraType == "Magic" then anyCurse = true; print("true") return; end end print("false")
  3. Good morning, It's complicated to provide help on the creation of dungeon profiles. Tried disabling your Wow addons. Activate the radar3d to understand where the bot is trying to go. What is the state of the bot (tab info) when it is blocked?
  4. Hello, what is log debug log lines when the spell should be cast?
  5. You need to run this code once (before the quest or when the profile starts).
  6. Hello, this post is reserved for the users with WRobot subscription
  7. Hello, https://wowdl.net/fichiers/clients
  8. Hi, I'm sorry, I won't update the auction bot.
  9. https://wrobot.eu/bugtracker/wrobot-stürzt-nach-ca-5-10-min-ab-wow-wird-dann-beendet-r1508/
  10. And with the shortcut "WRobot (DX hook)" ? Do you have an error in your log ? (if you can share few log files where the sessions crashes)
  11. 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/ ).
  12. Hi, look github : https://github.com/droidzfr/WRobot_Packages/tree/fccc740c611b6447361d401c2aa35bb401d6f638/Old paid files/[DTN] Zerokx/[N] 55-58 Death Knight (search in https://github.com/droidzfr/WRobot_Packages/tree/master/Old paid files )
  13. In quest names avoid using the Cyrillic alphabet.
  14. Droidz replied to Deakins's topic in Deutsch
    Hello, your problem should solved
  15. Hello, I replied to your ticket. Try to launch the bot with the shortcut named 'WRobot (No Lock Frame)'. Cordially,
  16. Hello, you should use events : robotManager.Events.FiniteStateMachineEvents.OnRunState += (engine, state, cancelable) => { if (state is wManager.Wow.Bot.States.Resurrect && ObjectManager.Me.IsDead) { // you code here cancelable.Cancel = true; } };
  17. Thanks, support added
  18. Hello, it isn't possible with the defaults WRobot features.
  19. It's caused by your plugin AutoSelectFoodAndDrink
  20. Hello, You can use "Task.Run" to call "SpellManager.CastSpellByNameOn" (and others synchronous methods) and make your asynchronous async. But, CastSpellByNameOn cast the spell and return (it doesn't wait that the spell was cast, for that, you should use "Usefuls.WaitIsCasting()")
  21. Hello, check if wManager.wManagerSetting.CurrentSetting.ToTownTimerActivated is disabled, but it's easier to help you with the full log file.
  22. No WRobot doesn't have an API for that. You must use Lua code, it is not possible to have a value return from Lua (to the bot) when character is not in game, which makes things more complicated. It's poorly documented, you have to read the game's interface code to find the functions to use https://github.com/tomrus88/BlizzardInterfaceCode/tree/bb430dbf9511eae926219d9548398f58b0012497
  23. Here : You don't have to put a space in 'Action Parameter', use the name as it appears when you click on the drop-down menu.
  24. Hello, if it's not done try to install this file https://wrobot.eu/files/file/276-seus-journey-to-the-center-of-the-earth-pandaria-archaeology-100-complete/

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.