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, 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/ ).
  2. Use product Schedule
  3. Hello, you can try (it's not recommended to use this code, it can add bugs) : wManager.Events.FightEvents.OnFightEnd += delegate(Int128 guid) { var o = ObjectManager.GetObjectByGuid(guid); if (o != null && o.IsValid && o.Type == WoWObjectType.Unit && // o.Entry == 1234 && // By Entry ID ????? new WoWUnit(o.GetBaseAddress).IsAlive) { Fight.StartFight(guid, false); } };
  4. Hello, we need more information to help you. There are many possibilities, but we need to know the context.
  5. For the options, you can find most of them here https://wrobot.eu/byme/doc/html/AllMembers.T-wManager.wManagerSetting.htm For the rest, search on the forum (use Google it is better), look at the code for profiles/plugins/etc, or request help of forum.
  6. Hello, if you want to use several products, using "relogger" application is the best way.
  7. Hello, run this code from your profile : wManager.Wow.Helpers.Radar3D.Pulse(); wManager.wManagerSetting.CurrentSetting.BlackListZoneWhereDead = true;
  8. List<String> ItemNames = new List<string> { "First Item", "second Item", //etc }; foreach (string ItemName in ItemNames) { if(!wManager.wManagerSetting.CurrentSetting.DoNotSellList.Contains(ItemName)) wManager.wManagerSetting.CurrentSetting.DoNotSellList.Add(ItemName); }
  9. I am sorry, I don't understand why you get this problem. Have you tried to restart your computer? Do you use proxy ?
  10. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  11. Hello, in advanced general settings tab "Looting & Farming..." add herbs names in "Harvest object..." list
  12. Hello, try SpellManager.ExistMount("Warhorse") || SpellManager.ExistSpellBook("Warhorse")
  13. Droidz commented on lichong8826's bug report in Bug Tracker
    Changed Status to Fixed
  14. I recently added https://wrobot.eu/articles/news/mobiyo-allopass-payment-gateway-has-been-added-r133/
  15. Hello, At the end of your subscription, we will send you an invoice with renewal link to remind you to renew your subscription. We will not automatically renew your subscription.
  16. Hello, in product "settings tab" you need to disable option "Manage character movement"
  17. Hello, There is no other solution than events, a bot session can contain several FSMs.
  18. Droidz replied to Pudge's topic in General assistance
    Are you enabled https://wrobot.eu/byme/doc/html/P-wManager.wManagerSetting.RestingMana.htm ?
  19. Droidz replied to Pudge's topic in General assistance
    You are sure that no one of your plugins/figthclass/profile change these settings ? Check value of option (with dev tools) when bot is running
  20. Droidz replied to Pudge's topic in General assistance
    Hi, try to disable option "TryToUseBestBagFoodDrink"
  21. Hello, you need to install SlimDX (4.0 X86)
  22. Hello, If you get stuck often it is probably your profile. But movement behavior can't be changed with default WRobot feature.

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.