Jump to content

Droidz

Administrators
  • Posts

    12613
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, I tested few servers include NW, and no one seem detect WRobot. Only Tauri (MoP)server detect frequently WRobot, and when I fix problem they add method of detection.
  2. When you want move you need to be in product thread
  3. Thread Water = new Thread(() => { Logging.Write("[Water]: Water Search Initialized"); while (Conditions.ProductIsStarted) { try { if (!Conditions.ProductInPause && ObjectManager.Me.BreathTimerLeft <= 2000) { var unit = ObjectManager.GetWoWUnitAttackables().Where(x => x.Position.DistanceTo(ObjectManager.Me.Position) <= 30); foreach (var u in unit) { if (!ObjectManager.BlackListGetUnitAttackPlayerGuidTime.ContainsKey(u.Guid)) ObjectManager.BlackListGetUnitAttackPlayerGuidTime.Add(u.Guid, DateTime.Now + TimeSpan.FromMinutes(5)); } wManager.Wow.Helpers.Keybindings.PressKeybindings(wManager.Wow.Enums.Keybindings.JUMP, 5000); } } catch (Exception e) { Logging.WriteError("[Water] ERROR: " + e); } Thread.Sleep(12000); } Logging.Write("[Water]: Water Search Disposed"); }); Water.Start();
  4. hello, disable option "randomize path" in product settings
  5. Hello,; try to download another wow client, WRobot support only default wow client
  6. Droidz

    Error during hook test

    In last update I changed default hook type, if you haven't problem before last update run WRobot with shortcut "WRobot Dx" (few software like antivirus or malwarebyte can cause problem)
  7. Hello, download another Wow client
  8. I changed default hook type, maybe is that, in relogger general settings you can try to add in "Additional Wow Args": -dx (to use old hook method)
  9. Check if you use same value for "ArgsEnvironmentVariables" on all WRobot install (edit file with notepad: "WRobot\Settings\RobotManagerGlobalSetting.xml")
  10. is enabled when selected (blue)
  11. it is normal, I changed it to select/disable steps quickly (if you use option advanced selection mode)
  12. https://wrobot.eu/bugtracker/wrobot-does-not-open-after-the-update-r1268/?do=findComment&comment=5869
  13. Wait few minutes I'll release new update to fix this problem (launch "Updater.exe" directly)
  14. Wait next upadate and tell me if problem is resovled
  15. Hello, wait next update, I added option "Lock when launch Wow or bot (to launch one by one) (cross relogger process)"
  16. Droidz

    NoMemoryEdit shortcut

    CastSpellByName is modified by some servers. WRobot (and wow) run lua script by script (lua is not multithread in wow). Maybe, if you lua code crash sometime you don't restore function? try code like: if not randomNameProtectedFunctionSave then randomNameProtectedFunctionSave = protectedFunction; end protectedFunction = function(abc) return expectedValueForAntiCheat; end YOUR CODE HERE.... protectedFunction = randomNameProtectedFunctionSave (for the session use same name for "randomNameProtectedFunctionSave" (and don't use local var))
  17. Hello, sorry I'll not add it , best way is to edit xml file with notepad (I would do it maybe a day if I remake the interface of the editor in WPF)
  18. Hello, check if you use fightclass for your game version and if he is correctly installed
  19. Hello, it is false positive, try to add file in your antivirus whitelist (or rename WRobot.exe and launch bot with renamed file)
  20. Hello, you can try to lock how bliz use them here: https://github.com/goldpaw/WoW_UI_Source_WotLK/blob/7ac7bc5b6ebc57f7de70c64aaf61072bb22bc511/FrameXML/LFRFrame.lua
  21. Droidz

    NoMemoryEdit shortcut

    You save/restore function in same lua script (in one Lua.LuaDoString )?
  22. Hello, sorry you cannot change that with xml fightclass
  23. Hey, wait next update I added "CustomClassThread" in CusomClass
  24. Hello, try to download another wow client in another website
  25. Hello, look in folder "WRobot\Profiles\Quester\Cache\", use "Name"
×
×
  • Create New...