Jump to content

Droidz

Administrators
  • Posts

    12587
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, Following the "The begining of the end of WRobot for official servers" , I'll stop to sell subscriptions of WRobot for official servers the 24 June 2018, and I'll remove and stop support of this version the 24 July 2018 (or before if blizz release the BfA pre-patch earlier). This don't affected versions of WRobot for private servers. Kind regards EDIT: Subscriptions removed from the store ? View full article
  2. Hello, Following the "The begining of the end of WRobot for official servers" , I'll stop to sell subscriptions of WRobot for official servers the 24 June 2018, and I'll remove and stop support of this version the 24 July 2018 (or before if blizz release the BfA pre-patch earlier). This don't affected versions of WRobot for private servers. Kind regards EDIT: Subscriptions removed from the store ?
  3. Hello, druid form is managed by your fightclass
  4. Hello, wManager.Wow.Helpers.Skill.GetValue(wManager.Wow.Enums.SkillLine.Skinning) wManager.Wow.Helpers.Skill.GetMaxValue(wManager.Wow.Enums.SkillLine.Skinning) The condition: wManager.Wow.Helpers.Skill.GetValue(wManager.Wow.Enums.SkillLine.Skinning) > 250
  5. Hello, if you current plugin settings have a public and static field you can try to get value with code like https://wrobot.eu/forums/topic/8930-quester-settings-saving/?do=findComment&comment=41462 , you can also try to contact plugin creator, or try code like wManager.Plugin.PluginsManager.DisposeAllPlugins(); // load and edit settings file wManager.Plugin.PluginsManager.LoadAllPlugins();
  6. Droidz

    Machine learning combat

    Hello, I haven't capacity to add feature like that.
  7. Hello, If you use XML fightclass, add in spell: 116271 Put true a the spell settings "Not spell, is item id". Add condition "C Sharp Code" with: wManager.Wow.ObjectManager.ObjectManager.Me.IsSwimming Add condition "Buff" with: Name: Greater Water Breathing Need: "False" Draenic Water Breathing Elixir.xml
  8. Wait 24h, send me message again if problem is not resolved
  9. Hello, I don't found any payment, send me your paypal email or transaction id by private message
  10. Hello, you can check logs: https://wrobot.eu/forums/topic/8234-bot-on-the-way-to-flightmaster/?do=findComment&comment=37647 You can also check state: https://wrobot.eu/forums/topic/8106-totown-state/?do=findComment&comment=37079 You have also events: wManager.Events.FarmingEvents.OnFarmingPulse += ... wManager.Events.FarmingEvents.OnFarmEnd += ... wManager.Events.FarmingEvents.OnFarmSuccessful += ... wManager.Events.OthersEvents.OnDismount += ... wManager.Events.OthersEvents.OnMount += ...
  11. Can you share full log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  12. Hello, you get this problem with others products/profiles? Try to disable current digsite zone (in product settings)
  13. Hello, try to use shortcut "WRobot No DX" to launch WRobot
  14. Hello, I think it is installation problem, try to remove file "WRobot\Settings\ReloggerGeneralSettings.xml"
  15. Hello, you get this problem frequently? You have try to use anothers fightclass?
  16. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  17. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  18. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  19. Hello, restart computer/reinstall WRobot resolve this problem
  20. 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)
  21. Hello, no sorry
  22. Yes I took note, I will add this code but I ignore when.
  23. 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);
  24. 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).
  25. 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/ ).
×
×
  • Create New...