Jump to content

Droidz

Administrators
  • Posts

    12587
  • Joined

  • Last visited

Everything posted by Droidz

  1. When you want move you need to be in product thread
  2. 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();
  3. hello, disable option "randomize path" in product settings
  4. Hello,; try to download another wow client, WRobot support only default wow client
  5. 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)
  6. Hello, download another Wow client
  7. 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)
  8. Check if you use same value for "ArgsEnvironmentVariables" on all WRobot install (edit file with notepad: "WRobot\Settings\RobotManagerGlobalSetting.xml")
  9. is enabled when selected (blue)
  10. it is normal, I changed it to select/disable steps quickly (if you use option advanced selection mode)
  11. https://wrobot.eu/bugtracker/wrobot-does-not-open-after-the-update-r1268/?do=findComment&comment=5869
  12. Wait few minutes I'll release new update to fix this problem (launch "Updater.exe" directly)
  13. Wait next upadate and tell me if problem is resovled
  14. Hello, wait next update, I added option "Lock when launch Wow or bot (to launch one by one) (cross relogger process)"
  15. 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))
  16. 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)
  17. Hello, check if you use fightclass for your game version and if he is correctly installed
  18. Hello, it is false positive, try to add file in your antivirus whitelist (or rename WRobot.exe and launch bot with renamed file)
  19. Hello, you can try to lock how bliz use them here: https://github.com/goldpaw/WoW_UI_Source_WotLK/blob/7ac7bc5b6ebc57f7de70c64aaf61072bb22bc511/FrameXML/LFRFrame.lua
  20. Droidz

    NoMemoryEdit shortcut

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

    NoMemoryEdit shortcut

    Hey, "no memory edit" shortcut hook Wow with HWBP (instead to change few bytes in Wow memory to jmp to hook code), but you can write in memory this change nothing. ( http://www.rohitab.com/discuss/topic/41855-tutorial-the-different-ways-of-hooking/ )
×
×
  • Create New...