Jump to content

Droidz

Administrators
  • Posts

    12519
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, try to use shortcut "WRobot No DX" to launch WRobot
  2. Hello, I think it is installation problem, try to remove file "WRobot\Settings\ReloggerGeneralSettings.xml"
  3. Hello, you get this problem frequently? You have try to use anothers fightclass?
  4. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  5. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  6. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  7. Hello, restart computer/reinstall WRobot resolve this problem
  8. Wait next update and edit with notepad the file "WRobot\Settings\WRobotGlobalSetting.xml" and change value in CloseIfCannotLoginWowMinutes (by default 2 minutes, replace 2 by your delay to close WRobot if cannot login wow) (I try to release update today)
  9. Hello, no sorry
  10. Yes I took note, I will add this code but I ignore when.
  11. Can you run this code several time when you or your target are rooted and send me results: var meUnitFlags = wManager.Wow.Memory.WowMemory.Memory.ReadInt32(wManager.Wow.ObjectManager.ObjectManager.Me.GetDescriptorAddress(Descriptors.UnitFields.Flags)); var targetUnitFlags = wManager.Wow.Memory.WowMemory.Memory.ReadInt32(wManager.Wow.ObjectManager.ObjectManager.Target.GetDescriptorAddress(Descriptors.UnitFields.Flags)); robotManager.Helpful.Logging.Write("meUnitFlags: " + meUnitFlags + " - targetUnitFlags: " + targetUnitFlags);
  12. Hello, use "Relogger" application for that, you can start relogger when you want with https://www.howtogeek.com/123393/how-to-automatically-run-programs-and-set-reminders-with-the-windows-task-scheduler/ (use argument "AutoAttachAndLog=true" (used in shortcut "Relogger Quick Launch") to autostart checked relogger profiles).
  13. Ok, send me screenshot of you wow window (before to login, first window) and can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  14. I checked, if you use default settings with default wow UI, WRobot go to water surface before to dead
  15. Hello, when you launch wrobot "Updater" you have selected to install MoP version?
  16. In the while add condition like ObjectManager.Me.Position.DistanceTo2D(waypoint) > 1.5 (to start to go to next hotspot before than WRobot stop your movement)
  17. yes this subscription works on wrobot for private servers
  18. Old limitation is to 1 PC (not applied) and 1 IP (It is true that there was no real limit, even if limiting to 1 pc limit the number of sessions). Send me private message with number of sessions that you use, we will found solution. And I warned, I made news, I added logs every 30 seconds on the old versions since few weeks to tell you to contact me if you have problems with the new update to resolve them resonances before than I disable older versions.
  19. Hello, https://wrobot.eu/forums/topic/9462-pour-firestorm-la-solution-735/ (In wow folder, rename file "Firestorm.exe" to "wow.exe" and remove files "wow64.exe" and "firestorm64.exe". Launch "wow.exe")
  20. Hello, I'll release WRobot for private server Legion (not the old WRobot versions) when Bliz will release BfA pre-patch (and when I will close WRobot for official servers, in July I think)
  21. Hello, it is not a bug, the problem is than for now WRobot does not know how to avoid the hostile enemy, it is for this reason that it does not move out of water if it does not have the life / mana configured in the option "Regen".
  22. Ok, if you get this problem again, do not hesitate to send me your list of items. Some wow addons auto selling poor items (to bypass this problem to wait)
  23. Hello, you get error in your log Can you give me list of items in your bags when you get this error (you can get items in in tab "Tools" > "Dev... tools")
  24. Hello, you can use code like var spell = new Spell("Healing Touch"); spell.Launch(true, false); Thread.Sleep(Usefuls.Latency + 300); while (ObjectManager.Me.CastingSpell.Name == "Healing Touch") { if (ObjectManager.Me.HealthPercent > 80) { Lua.LuaDoString("SpellStopCasting() SpellStopCasting()"); break; } Thread.Sleep(50); } https://wrobot.eu/forums/topic/2652-how-to-cancel-the-current-cast/
  25. Bonjour, la version trial fonctionne uniquement avec WRobot pour serveurs privés. Vous jouez sur serveurs privés?
×
×
  • Create New...