Jump to content

Droidz

Administrators
  • Posts

    12508
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, try to disable all wow addons, if your problem is not resolved increment min latency in advanced general settings
  2. Hi, You cannot resolve this problem
  3. 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);
  4. Hi, wowUnitFlightMaster.NpcMarker == NpcMarker.GreenExclamation
  5. 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?
  6. 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)
  7. 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.
  8. Hello, try to restart WRobot, if problem is not resolved if you can share full log file please
  9. When you activate radar3d (tab map), herbs/mines is not underground.
  10. Hello, try to disable option "use lua to move" in advanced general settings
  11. yes if yo can try to be sure that is not the problem
  12. increment min latency in advanced general settings
  13. 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);
  14. 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();
  15. 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
  16. Droidz

    submitted tasks

    Hello, If I understand correctly what you are asking me, you can already:
  17. Droidz

    Pathfinder wrong path

    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.)
  18. Droidz

    Pathfinder wrong path

    hi. You have try to increment settings "OffMeshConnectionsSearchDistance" ?
  19. I cannot reproduce problem, and when I lost connection with one server wrobot switch to another without problem. Try to use cloudflare or google dns, or try with another proxy server.
  20. Hello, Proxifier is generally used: https://wrobot.eu/forums/topic/9219-guide-to-botting-with-proxifier/ . Also avoid using the same webbrowser when you create your account
  21. Hello, try to increment your min latency in advanced general settings (or in product settings you can try to increment timer)
  22. WRobot start when you character is already in game, you cannot bypass multiaccount security with him. You can try to edit mpq file (add code to randomize GetTime in MPQ file or found function used if they don't detect mpq files change)
  23. Hello, use questtypee FollowPath
  24. Hello, you have installed required softwares (read file README.txt)?
×
×
  • Create New...