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. https://wrobot.eu/bugtracker/tbc-not-runing-r1434/
  2. Droidz commented on aljbilan's bug report in Bug Tracker
    Hello, WRobot works only on private servers, he doesn't support Blizzard servers (64 bit version don't exist on old TBC version)
  3. I just put PayPal on this site again.
  4. Hello, in "dev tools" check player buff (invisible passive buffs can have the same name)
  5. Hello, ... I will try this platform to see how it goes. if I am satisfied I would integrate myself into the site.
  6. Log files are in folder "Logs" (or tab "Log" you have button to copy log of current session to desktop)
  7. No you don't need to enable this option. But you need to start bot where (position/rotation) you want fishing. If your problem is not resolved share log of the bugged session (folder "Logs")
  8. Hello, you use "Fish School" option with custom profile? your does profile walk well at the water's edge?
  9. Hello, can you share log of session where you get this problem please
  10. Hello, I am sorry no alternative payment option for the moment. Some service like "Skrill" gives the possibility to create virtual credit cards.
  11. Hi, autostart is read only: public bool AutoStart => !string.IsNullOrEmpty(Product) && !string.IsNullOrEmpty(LicenseKey) && ProcessId > 0; Try use arg LicenseKey (seems missing in your code)
  12. Droidz replied to Widder38's topic in Français
    Bonjour, Je peux comprendre, mais cette décision vient de PayPal, car le type de logiciel qu'est WRobot ne correspondait plus à leurs règles. Certains services comme Skrill par exemple propose de créer de carte bancaire virtuelle, ça peut être une solution si vous ne voulez pas donner votre CB.
  13. Hello, use https://wrobot.eu/byme/doc/html/M-wManager.Wow.Helpers.PathFinder.GetZPosition.htm
  14. Try to use this https://wrobot.eu/files/file/276-seus-journey-to-the-center-of-the-earth-pandaria-archaeology-100-complete/
  15. Hello, try without wow addons
  16. Bonjour, Ajouter les noms (un par ligne, avec le majuscules/minuscules ) des minerais que vous voulez ramasser dans "Advanced settings" onglet "Looting and Farming options" > "Harvest objects...."
  17. Hello, in next update I'll avoid that WRobot throws exception for that, this should resolve your problem.
  18. Maybe I do error with enabled https://wowpedia.fandom.com/wiki/API_GetItemCooldown, seems return true when item is ready, try: robotManager.Events.FiniteStateMachineEvents.OnRunState += (engine, state, cancelable) => { int itemId = 1234; int questId = 1234; if (!wManager.Wow.Helpers.Conditions.InGameAndConnectedAndAliveAndProductStartedNotInPause) return; if (wManager.Wow.Helpers.Conditions.IsAttackedAndCannotIgnore) return; if (state.DisplayName == "Quester") { if (wManager.Wow.Helpers.Quest.HasQuest(questId) && !wManager.Wow.Helpers.Lua.LuaDoString<bool>("local start, duration, enable = GetItemCooldown("+ itemId + "); return enable;")) { cancelable.Cancel = true; } } }; or robotManager.Events.FiniteStateMachineEvents.OnRunState += (engine, state, cancelable) => { int itemId = 1234; int questId = 1234; if (!wManager.Wow.Helpers.Conditions.InGameAndConnectedAndAliveAndProductStartedNotInPause) return; if (wManager.Wow.Helpers.Conditions.IsAttackedAndCannotIgnore) return; if (state.DisplayName == "Quester") { if (wManager.Wow.Helpers.Quest.HasQuest(questId) && wManager.Wow.Helpers.Lua.LuaDoString<bool>("local start, duration, enable = GetItemCooldown("+ itemId + "); return start ~= nil and start > 0 and duration ~= nil and duration > 0;")) { cancelable.Cancel = true; } } };
  19. Droidz replied to farmbuddy's topic in General discussion
    Hello, I replied by private message, you have several accounts, check the others one of them for a subscription.
  20. if you launch "Ascension.exe" manually (without launcher), you can login?
  21. My fault I had misconfigured the obfuscation I solved the problem in an update
  22. Try to use this relogger plugin (no tested), save it as .cs file in the folder "WRobot\Plugins\Relogger\": using System; using System.Runtime.InteropServices; using System.Windows.Forms; namespace Renamer { public class RenameWowWindow : Relogger.ReloggerPlugin { public override string Name { get { return "Rename wow window"; } } [DllImport("user32.dll")] static extern bool SetWindowText(IntPtr hWnd, string text); public override void OnStart() { Relogger.Events.OnStartBot += (profile, cancelable) => { if (profile.ExistWowProcess() && profile.CurrentWowProcess.MainWindowTitle != "World of Warcraft") SetWindowText(profile.CurrentWowProcess.MainWindowHandle, "World of Warcraft"); }; } public override void OnStop() { } public override void OnButtonPress() { MessageBox.Show("No settings"); base.OnButtonPress(); } } }
  23. Droidz commented on Pudge's bug report in Bug Tracker
    Hi, thank you wait next update for the fix

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.