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. Sample of plugin for Relogger (move file in the folder "WRobot\Plugins\Relogger\") Relogger Plugin Sample.cs
  2. Hello, Have you come back with a new fresh WRobot installation or you use your old install folder? If you use old install try to make fresh. Check if your fightclass / plugins / profiles are up to date, and try to deactivate everything and reactivate 1 by 1 to be sure that the problem does not come from one of them. If the problem is not solved can you send me few log files.
  3. Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  4. Hello, try to reinstall SlimDX
  5. Hello, lua code can change from one version of wow to another but you must use lua, try https://wowwiki.fandom.com/wiki/API_SetDungeonDifficulty and https://wowwiki.fandom.com/wiki/API_SetRaidDifficulty
  6. 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/ ).
  7. Hi, try with new update. But be careful, This team seems active, using a bot can be risky for your game account
  8. Droidz commented on Pudge's bug report in Bug Tracker
    I won't back to old version of code (change was do 1 year ago). Current code: public static void BuyItem(string name, int number) { try { Lua.LuaDoString($@" local n = '{name.Replace("'", @"\'")}'; local q = {number}; for i=1,100 do local name, _, _, quantity = GetMerchantItemInfo(i) if name and n==name then if q > quantity then q = quantity end BuyMerchantItem(i,q) end end"); } catch (Exception e) { Logging.WriteError("BuyItem(string name, int number): " + e); } } to get old code remove: if q > quantity then q = quantity end
  9. Can you share your log please (and all who have this problem), more I have log files, better is it, log helps me find and understand what can cause this problem for few users.
  10. Droidz commented on TheSmokie's bug report in Bug Tracker
    hello, you are sure it is WRobot error? (no plugin/profile?) Can you tell me what is your list of "do not sell" and "force to sell" items, and name of your food/drink please
  11. Hello, try to download orinale wow client on another website. You can also try to run WRobot with shortcut "WRobot (DX hook)". If you problem is not resovled try to disable one per one your plugins, change fightclass
  12. Hello, try to download client on another website (original client), if WRobot still don't works if you can share your log file (in folder "Logs")
  13. Droidz commented on Pudge's bug report in Bug Tracker
    hi, You need to call this method several time for (int i = 0; i < b.Quantity && b.NeedToBuy(); i++) { var qToBuy = b.Quantity - ItemsManager.GetItemCountByNameLUA(b.ItemName); if (qToBuy > MaxItemsQuantityToBuyByRequest) qToBuy = MaxItemsQuantityToBuyByRequest; Vendor.BuyItem(b.ItemName, qToBuy); Thread.Sleep(Usefuls.Latency + 400); }
  14. Hello, create grinder profile https://wrobot.eu/forums/topic/5938-grind-profile-creation-5-mins/
  15. Hello, use c# condtion with the code ObjectManager.Me.HaveBuff(59578)
  16. can you try again and tell me if you have again this problemù
  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. tab tool, in "dev tools" can you click on buff name (maybe you have passive "The Art of War" buff)if it is case, try to check buff by spell id
  19. Try to download another wow client in another website, it is strange,
  20. Hello, you have try to activate spell settings "Debug mode" (on the bugged spells) to try to understand what happen?
  21. hello, try to download wow client in another website (at least try to use wow.exe from another client). If problem is not resolved with default wow client if you can share your log files (folder "Logs")
  22. use "AutoDetectObjectiveCount1" instead "ObjectiveCount1". But you have some weird problems. Have you tried other user's profiles? you have the same problem?

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.