Jump to content

Droidz

Administrators
  • Posts

    12581
  • Joined

  • Last visited

Everything posted by Droidz

  1. When you activate radar3d (tab map), herbs/mines is not underground.
  2. Hello, try to disable option "use lua to move" in advanced general settings
  3. yes if yo can try to be sure that is not the problem
  4. increment min latency in advanced general settings
  5. 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);
  6. 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();
  7. 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
  8. Droidz

    submitted tasks

    Hello, If I understand correctly what you are asking me, you can already:
  9. 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.)
  10. Droidz

    Pathfinder wrong path

    hi. You have try to increment settings "OffMeshConnectionsSearchDistance" ?
  11. 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.
  12. 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
  13. Hello, try to increment your min latency in advanced general settings (or in product settings you can try to increment timer)
  14. 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)
  15. Hello, when this happen you haven't reason in the log?
  16. Hello, use questtypee FollowPath
  17. Hello, you have installed required softwares (read file README.txt)?
  18. https://wrobot.eu/forums/topic/12316-party-bot-not-mounting/?tab=comments#comment-59028
  19. Hello, try with another mount name, can you share log if problem is not resovled
  20. Hello, you can add node names to list of object to not gather (in advanced general settings)
  21. Since when you have this problem?
  22. Hi, if lua is modified only on MPQ file (and server don't check it after) you can try to call this code to reset CastSpell...: wManager.Wow.Memory.WowMemory.InjectAndExecute(new [] { wManager.Wow.Memory.WowMemory.CallWrapperCode(0x53B740), "ret" });
  23. you need to add destination position (where portal teleport) (I haven't tested, but you positions seem very near)
  24. Hello, It is strange, @pudge you have this problem since last update? After how many time? @M4k5P0w3r restart WRobot resolve your problem? you have this problem frequently?
  25. No sorry, If you have some knowledge of C # you can create a plugin or add it to your profile.
×
×
  • Create New...