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, you can try to look code of addon
  2. Hello, the Pathfinder servers are online and no one reported any problems to me. Can you share your log file.
  3. Hello, it is automatic or GM send it to suspect users?
  4. And code look like: var QuiverAmmoBagsId = new List<int> { 29143, 29144, 29118, 18714, 44447, 44448, 34105, 34106, 34099, 34100, 19319, 19320, 2662, 2663, 8217, 8218, 7371, 7372, 3604, 3605, 3573, 3574, 11362, 11363, 5439, 5441, 7278, 7279, 2101, 2102, }; var freeSlots = 0; var bags = wManager.Wow.ObjectManager.ObjectManager.GetObjectWoWContainer(); foreach (var b in bags) { if (b.IsValid && QuiverAmmoBagsId.Contains(b.Entry) && b.Owner == wManager.Wow.ObjectManager.ObjectManager.Me.Guid && (b.ContainedIn == 0 || b.ContainedIn == wManager.Wow.ObjectManager.ObjectManager.Me.Guid) && !string.IsNullOrWhiteSpace(b.Name)) { freeSlots += Lua.LuaDoString<int>($@" local freeSlots = 0; for bagID = 1, 4 do if GetBagName(bagID) ~= nil and GetBagName(bagID) == '{b.Name.Replace("'", "\'")}' then for s=1,GetContainerNumSlots(bagID) do local i = GetContainerItemInfo(bagID,s); if not i then freeSlots = freeSlots + 1 end end end end return freeSlots;"); } }
  5. wManager.Wow.Helpers.Bag.GetContainerNumFreeSlotsNormalType return good result for me in Wotlk and Tbc
  6. I'll try to resolve this problem in bot, can you confirm than list of bags is complete here? https://www.wowhead.com/icon=133581/inv-misc-ammo-bullet-01#used-by-item:0+14-2 (items type Bag)?
  7. Hello, try to reinstall bot in new folder and copy only your fightclass profile, if you get problem again share log please
  8. This is not normal, but it's hard to say there may be a lot of reason, but normally WRobot will sell to the "Repair" and "Vendor" (repair only to the "Repair"and buy only from the "Vendor"). Check your search radius, your blacklist, if your profile does not delete NPCs, if it is not disabled.
  9. Why create new thread? Why hide your old thread when I give code than can help another users? I stop help you
  10. Hello, in all relogger profiles, add in first task, task type "ChangeWowPath"
  11. Hello, blacklist npc (tab "Tools")
  12. Hello, it is probably your antivirus
  13. Hello, can you read this: https://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 step 4, 7, 15
  14. Droidz commented on Shae's bug report in Bug Tracker
  15. Hello, 1: You can try to use lua https://web.archive.org/web/20080618171140/http://wowprogramming.com/docs/api_categories ( UnitMana ) or check player type. 2: https://wrobot.eu/forums/topic/1381-repairinstall-wrobot/?do=findComment&amp;comment=42784
  16. Hello, Is your computer powerful enough? you get this problem without wrobot?
  17. Droidz commented on Sey's bug report in Bug Tracker
    Hello, can you give more detail about your problem
  18. Hello, Now you can do that: Close "Buy" window. Click on "Save and Close button" In main WRobot window go to tab "Tools" Click on button "NPC DB"
  19. Hello, can you read this: https://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 If you problem is not resolved, can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  20. Hello, when you record path you need to record loop (bot go from last position of path to first position of path at the end). If you use grinder you can use option in profile editor "no loop, ..."
  21. Hello, your memory (RAM) is 100% used? Which process takes up more memory than before (when you look at the task manager)?
  22. Hello, disable "Smooth path" option, I'll resolve this problem in next update
  23. can you share logs of sessions where you get this problem please

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.