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. Droidz commented on Garub's bug report in Bug Tracker
    Npc is big (size)?
  2. Droidz commented on miltonbrad's bug report in Bug Tracker
    Disable all, try also to disable wrobot plugin and send me again your log file please
  3. Droidz commented on miltonbrad's bug report in Bug Tracker
    Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  4. Hello, in your profile, when you add hotspots try to fly (to get position type "Flying instead "None"), when you add quest giver/npc activate option "Can fly to". If you don't want record again profile, you can edit xml file and add 'Type="Flying"' to the hotspots:
  5. Hello, Use this plugin: Change Wow Window Title.cs using System; using System.Runtime.InteropServices; public class Main : wManager.Plugin.IPlugin { [DllImport("user32.dll", SetLastError = true, CharSet = CharSet.Auto)] public static extern bool SetWindowText(IntPtr hwnd, String lpString); public void Initialize() { try { SetWindowText(wManager.Wow.Memory.WowMemory.Memory.WindowHandle, wManager.Wow.ObjectManager.ObjectManager.Me.Name); } catch {} } public void Dispose() { } public void Settings() { } }
  6. Hello, Use this plugin: ResurrectDelay.cs public class Main : wManager.Plugin.IPlugin { public void Initialize() { robotManager.Events.FiniteStateMachineEvents.OnRunState += delegate (robotManager.FiniteStateMachine.Engine engine, robotManager.FiniteStateMachine.State state, System.ComponentModel.CancelEventArgs cancelable) { if (state is wManager.Wow.Bot.States.Resurrect) { System.Threading.Thread.Sleep(robotManager.Helpful.Others.Random(1000, 10000)); } }; } public void Dispose() { } public void Settings() { } }
  7. Hello, can you read this: https://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 try to installs Slimdx and vc+++
  8. Hello, no recent change, and recent versions are normally very optimized (compared to the olds), only in TBC you get problem with CPU usage if you have a lot of players in your zone.
  9. Droidz replied to notme's topic in General assistance
    Hello, WRobot no longer support official servers https://wrobot.eu/articles/news/following-the-begining-of-the-end-of-wrobot-for-official-servers-r126/
  10. Hello, you code seem good, use step type "If" before tu pulse quest, or put this code in "CanCondition"
  11. Hello, I planned to add option (position and rotation where to fishing), but I ignore when I'll add it. I comeback here when is added
  12. I don't think than it is WRobot problem, you are the first to report me it. Try to reset default wow settings (and remove cache), try to reinstall WRobot
  13. Hello, https://wrobot.eu/forums/topic/7220-help-with-quester-profile/?do=findComment&comment=41881
  14. Hello, your problem is very strange. You can try to run WRobot in VMware
  15. Hello, try to disable all WRobot plugins (if problem is resolved, enable plugin one per one)
  16. Hello, you bought 1 month subscription (no lifetime), and official servers are no longer supported.
  17. Hello, do you use wow addons? if yes try to disable all
  18. Hello, when this happen again, can you stop bot, select spirit, go to tab "tools", "dev tools", "target info" and share result here
  19. Droidz commented on Garub's bug report in Bug Tracker
    Hello, you have try with another fightclass (to check if it is flightclass problem). Try to activate option (in product settings) attack all
  20. Hello, in advanced general settings tab "food..." put lower value
  21. Hello, blacklisted zones can cause this problem, check tab "Map" if corpse zone is blacklisted.
  22. https://github.com/MOUZU/Blizzard-WoW-Interface/blob/d162a4c0d198a4381b5b6573d975635ed7316702/1.12.1/FrameXML/ContainerFrame.lua#L52 Not tested, but try: local itemIdSearch = 3467; local bag = KEYRING_CONTAINER; for slot = 1,MAX_CONTAINER_ITEMS do local itemLink = GetContainerItemLink(bag,slot); local _, itemCount = GetContainerItemInfo(bag,slot); if itemLink and itemCount then local _,_,itemId = string.find(itemLink, '.*|Hitem:(%d+):.*'); if itemId and tonumber(itemId) == itemIdSearch then print("Key found"); return end end end print("Key no found");
  23. Hello, sorry I never found how to detect keys on vanilla (if someone have lua code for that)
  24. Droidz commented on Marsbar's bug report in Bug Tracker
    I verified and I don't get this problem (and you are the first to report me this). Do you have errors in log? https://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 try to install Slimdx

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.