Jump to content

Droidz

Administrators
  • Posts

    12587
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, target is attackable? You can try to put lower range value in your fightclass
  2. Hello, in advanced general settings tab "regen..." put lower value a min hp%
  3. Hello, I think than you try to use encrypted dll, but this feature was not in old WRobot verison.
  4. Droidz

    Radar errors

    Hello, http://www.tomshardware.co.uk/faq/id-2066988/enable-window-transparency-aero-windows.html
  5. try to install framework 4.6 https://www.microsoft.com/fr-fr/download/details.aspx?id=53344
  6. Hello, try to install visual studio
  7. Bonjour, même dans "dev.. tools" > "Player/Target Buff/Debuff" le buff n'ai pas trouvé?
  8. try to disable option "skip/blacklist if cannot make path"
  9. Hello, add hotspots
  10. Hello, try to disable option "auto calcul range..." in advanced general settings
  11. Hello, can you active spell debug mode and share your log file
  12. Hello; use product "WRotation"
  13. Hello, you can edit regen start/end % and food/drink name in advanced general settings. Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  14. Hello, can you read this: https://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 (install required software)
  15. Hello, in fightclass if you use option "in combat only" wrobot will not casts spells. You can try to dispose figthclass wManager.Wow.Helpers.CustomClass.DisposeCustomClass(); wManager.Wow.Helpers.CustomClass.LoadCustomClass();
  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, Winifix method can be detected easily, and I have check darklinux method, I never see game change this value, I prefer to be careful (because if the game does not change this value it can be detected easily too)(and this don't resolve direction problem, it just improves the fluidity of movement)
  18. hello, try to use another fightclass
  19. Droidz

    Happy New Year 2018

    To celebrate new year, you can get 35% Off with discount code YEAR2018 (this coupon can then be entered on the checkout screen) (expires 01/01/2018, 6:00 PM UTC+1).
  20. To celebrate new year, you can get 35% Off with discount code YEAR2018 (this coupon can then be entered on the checkout screen) (expires 01/01/2018, 6:00 PM UTC+1). View full article
  21. https://wrobot.eu/forums/topic/7634-movement-follow-path-strafing-or-running-backwards/?do=findComment&comment=34860 it is better code to move back
  22. static Main() { wManager.Events.FightEvents.OnFightLoop += (unit, cancelable) => { if (unit.IsValid && ObjectManager.Target.IsTargetingMyPet && ObjectManager.Target.GetDistance <= 12) { wManager.Wow.Helpers.Move.Backward(Move.MoveAction.PressKey, 2000); } }; robotManager.Events.FiniteStateMachineEvents.OnBeforeCheckIfNeedToRunState += delegate (Engine engine, State state, CancelEventArgs cancelable) { if (!string.IsNullOrWhiteSpace(state.DisplayName) && state.DisplayName == "Regeneration" && ObjectManager.Pet.IsValid && ObjectManager.Pet.IsAlive && ObjectManager.Pet.HaveBuff("Feed Pet Effect") && !state.NeedToRun) { while (Conditions.InGameAndConnectedAndAliveAndProductStartedNotInPause && !Conditions.IsAttackedAndCannotIgnore && ObjectManager.Pet.IsValid && ObjectManager.Pet.IsAlive && ObjectManager.Pet.HaveBuff("Feed Pet Effect")) { Thread.Sleep(800); } } }; }
×
×
  • Create New...