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. Hi, in relogger general settings disable option to close game when wrobot is closed. But you can also use relogger to change character
  2. 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/ ).
  3. 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); }
  4. 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()
  5. 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.
  6. 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
  7. @fauler in Wotlk too? you use what fightclass? iif you can also share log (and all users with same problem)
  8. Hello, try to disable all wow addons, if your problem is not resolved increment min latency in advanced general settings
  9. Hi, You cannot resolve this problem
  10. 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);
  11. Hi, wowUnitFlightMaster.NpcMarker == NpcMarker.GreenExclamation
  12. 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?
  13. 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)
  14. Hi, Sorry I cannot change that, I virtualized WRobot functions to hook wow, and hook opcode is very obfuscated and randomized, this cause hight cpu usages during few seconds. I cannot improve that without reducing the security.
  15. Hello, try to restart WRobot, if problem is not resolved if you can share full log file please
  16. When you activate radar3d (tab map), herbs/mines is not underground.
  17. Hello, try to disable option "use lua to move" in advanced general settings
  18. yes if yo can try to be sure that is not the problem
  19. increment min latency in advanced general settings
  20. Hi, like that: var CodeToRun = "var r = 1 + 1;"; string _sourceCodeIQuesterCondition = @"using System; using System.Collections.Generic; using System.ComponentModel; using System.Configuration; using System.IO; using System.Linq; using System.Threading; using robotManager; using robotManager.FiniteStateMachine; using robotManager.Helpful; using wManager.Wow.Class; using wManager.Wow.Helpers; using wManager.Wow.ObjectManager; using Timer = robotManager.Helpful.Timer; using wManager.Wow.Enums; public class Main { public static void Pulse() { [RUNCODE]; } }"; string error; if (!robotManager.Helpful.RunCode.CompileAndInvokeStaticMethod(RunCode.CodeType.CSharp, _sourceCodeIQuesterCondition.Replace("[RUNCODE]", CodeToRun), "Main", "Pulse", out error)) Logging.WriteError(error);
  21. Hello, you cannot detect with relogger if profile is completed or not. To close bot and game you can run c# code: try { wManager.Wow.Memory.WowMemory.Memory.GetProcess().Kill(); } catch { } wManager.Pulsator.Dispose(true); but problem, if you close game and/or bot, relogger will relaunch all. You can try to stop bot and logout wow character like that (to wait end of relogger task): wManager.Wow.Helpers.Lua.LuaDoString("Logout()"); robotManager.Products.Products.ProductStop();
  22. And with this wow addon: testaddon.zip (change code, addon/Title/Author name to avoid problem), if this don't works, use VMs is the best way
  23. Droidz commented on M4k5P0w3r's bug report in Bug Tracker
    Hello, If I understand correctly what you are asking me, you can already:
  24. Droidz commented on Matenia's bug report in Bug Tracker
    Wrobot can use only one offmeshconnection per path, if path need several offmeshconnections you need to combine them. For your problem, you need to create one offmeshconnection "Rut'Theran to Auberdine", one to "Darnassus Portal Down to Rut'Theran" and one "Darnassus Portal Down to Auberdine" ("A to B", "B to C" and "A to C")). (if I understood the problem correctly.)
  25. Droidz commented on Matenia's bug report in Bug Tracker
    hi. You have try to increment settings "OffMeshConnectionsSearchDistance" ?

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.