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, look this plugin http://wrobot.eu/files/file/359-whisper-reply/
  2. If you want than WRobot stop to reloadui you can change settings here http://wrobot.eu/forums/topic/4918-since-last-update-the-bot-spams-reloadui/?do=findComment&comment=22750
  3. You have activate spell setting 'Not spell, is lua script'?
  4. Hello, in the fightclass editor, in "Additionnal C# code" (top left) put this code: static Main() { bool lastState = false; while (Conditions.ProductIsStarted) { if (Conditions.InGameAndConnectedAndProductStartedNotInPause && !Conditions.IsAttackedAndCannotIgnore) { if (lastState && !ObjectManager.Me.IsDeadMe) { Logging.WriteDebug("Retrieve corpse, ReloadUI"); Lua.LuaDoString("ReloadUI()"); } lastState = ObjectManager.Me.IsDeadMe; } Thread.Sleep(100); } }
  5. Where do you run this line?
  6. "PetAttack()" works in all wow version, "runmacrotext" has been added in TBC
  7. Hello, run lua code PetAttack() works . You can also try to run lua code PetActionButton1:Click() (same result) (Runmacro... is not implemented in wow vanilla)
  8. Hello, do you have try to clear your taxidb or reinstall wrobot?
  9. Add condition "CooldownEnabled" > "false" or "CooldownTimeLeft" > "bigger..." > "0"
  10. In runluacode, put only lua code: SummonFriend("party1")
  11. Hello, can you read this: http://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 If you problem is not resolved, can you share your log file please ( http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  12. Can you try to reactive "Calculate interact/combat distance by target size" or reinstall WRobot in new folder to test if problem is caused by your settings
  13. Can you share your log file please ( http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ). (if you have wow addons try to disable all)
  14. I get same problem with german client, I'll fix it, for the moment try to use English or french client.
  15. Droidz commented on jeste309's bug report in Bug Tracker
    You use mount name like is appear ingame?
  16. You use english client? Do you have try to disable all wow addons?
  17. In the last update, CTM is disabled by default, but when you are in water CTM is used automaticly (you don't need to use this plugin now).
  18. Hello, you need to manage this in your fightclass, cancel form if you are out of combat, or you can use this csharp condition to test if you go to town: wManager.Wow.Bot.States.ToTown.GoToTownInProgress

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.