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 Pudge's bug report in Bug Tracker
    You are sure that you use last version? I tested again I cannot reproduct problem. For me the problem came from CTM, sometime he was called with float.NaN param (that do blackscreen or crash wow)
  2. Droidz replied to alzaem121's topic in General assistance
    Hello, use old version https://wrobot.eu/forums/topic/2018-wrobot-old-versions/
  3. Hello, problem resovled
  4. Droidz commented on Pudge's bug report in Bug Tracker
    if you can try with new update
  5. Droidz commented on Pudge's bug report in Bug Tracker
    you are the first to report me this problem. When you found bugged node blacklist zone. FPS seems low, what return https://wowwiki.fandom.com/wiki/API_GetFramerate ? Maybe code like if GetFramerate() < 5 then ReloadUI() end can resolve problem
  6. Hello, problem resolved try again
  7. try to remove the code u.IsMyPet &&
  8. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  9. try to download another wow client (in another website), try also to disable your antivirus
  10. Droidz commented on Pudge's bug report in Bug Tracker
    Hi, you have try to use option "Skip nodes in water" ?
  11. hi, check if HumanMasterPlugin is correctly installed
  12. Hi, in relogger general settings disable option to close game when wrobot is closed. But you can also use relogger to change character
  13. 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/ ).
  14. Hi, like that (no tested): var center = ObjectManager.Target.Position; var distance = 3.5; var listPos = new List<Vector3>(); for (double angle = 0; angle < System.Math.PI * 2; angle += 0.6) { var p = new Vector3 { X = (float)(center.X + distance * System.Math.Cos(angle)), Y = (float)(center.Y + distance * System.Math.Sin(angle)), Z = center.Z }; listPos.Add(p); }
  15. Droidz commented on Pudge's bug report in Bug Tracker
    Hi, IsInGroupInstance() is for raid (severals groups). If it is dungeon for 5 players (1 group) use IsInGroupHome()
  16. Droidz commented on Marsbar's bug report in Bug Tracker
    Hi, To get link I use https://wow.gamepedia.com/API_GetItemInfo (and I cache result), I'll not fix this problem.
  17. Hello, you can do it with "custom profile" or if you create "Product" but you need good C#, LUA (wow api) and WRobot API knowledge
  18. @fauler in Wotlk too? you use what fightclass? iif you can also share log (and all users with same problem)
  19. Hello, try to disable all wow addons, if your problem is not resolved increment min latency in advanced general settings
  20. Hi, You cannot resolve this problem
  21. Hello, to call it try: wManager.Wow.Helpers.MovementManager.StopMove(); wManager.Wow.Helpers.Lua.RunMacroText("/use NAME"); wManager.Wow.Helpers.Usefuls.WaitIsCasting(); To interact try: wManager.Wow.Bot.Tasks.GoToTask.ToPositionAndIntecractWithNpc(wManager.Wow.ObjectManager.ObjectManager.Me.Position, 1234);
  22. Hi, wowUnitFlightMaster.NpcMarker == NpcMarker.GreenExclamation
  23. Hi, In Wotlk? I tested all seem good. You are sure it is not profile/plugins problem? What is name/id of buff in your server?
  24. Hello, You can probably do it with Quester profile (or Custom profile). But you need very good knowledge of WRobot and its C# API (and Wow lua). You haven't subscription active on your account. It is strange to need this type of profile with trial version (time limitation of trial version is too short)

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.