Jump to content

Droidz

Administrators
  • Posts

    12510
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, In fightclass general settings, in option "Additional C# code" add code like: static Main() { wManager.Events.FightEvents.OnFightLoop += (unit, cancelable) => { if (unit.IsValid && !ObjectManager.Me.IsCast && (unit.IsStunned || unit.Rooted)) { wManager.Wow.Helpers.Move.Backward(Move.MoveAction.PressKey, 1500); } }; } (code not tested)
  2. Droidz

    Flight Travel Form

    Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  3. Do you have try to clear blacklist (when mobs are lootables)? Try also to increment option "max unit near..."
  4. I cannot reproduct, this problem is probably caused by your fightclass, and in drink % try to put value like 60
  5. Hello, normally it is automatic. But you can blacklists nodes in advanced general settings tab "Lootings..."
  6. Hello, i'll not add this option, but you can run this code for that: robotManager.Helpful.Others.ShutDownPc(); (run this code in quester or custom profile)
  7. Bonjour, pas d'option pour regen. Vous pouvez utiliser le plugin https://wrobot.eu/files/file/650-party-chat-command/ pour regen mais ca fonctionne uniquement si vous contrôlez le chef du groupe
  8. I tried several times I am not able to reproduce the problem, and you are the first to report it.
  9. Hello, Thank you. I added rules: https://wrobot.eu/files/submit/?do=submit&category=1 And yes we need to clean download session, do not hesitate to report bad files (use link "Report this file"), I'll move them in https://wrobot.eu/files/category/39-old-obsolete/
  10. Hello, try to increment your min/max latency in advanced general settings
  11. Hello, By default you cannot remember that it has finished. For you the best way is to check character position in "Can condition" with code like "return new Vector3(1, 2, 3).DistanceTo(ObjectManager.Me.Position) < 500;" But if you have good knowledge, you can do that with "robotManager.Helpful.Var" if you want remember for the current WRobot session, or create profile settings file if you want than WRobot remember for all the time.
  12. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  13. Hello, You cannot buy arrows for now, but for drink/food go in advanced general settings tab "Vendor" put value bigger at 0 in the option "Food/Drink Amount" and in tab "Food/drink..." put your food/drink name (don't forget to add vendor in your "NPC DB" (tab tools) or in your profile
  14. Bonjour, Pouvez vous m'envoyer une capture d’écran de votre configuration "vendor..." dans "Advanced general settings"
  15. Hello, You play in officiel server? if you can you tell me if problem is resolved in the new WRobot update
  16. Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
×
×
  • Create New...