Jump to content

Droidz

Administrators
  • Posts

    12618
  • Joined

  • Last visited

Everything posted by Droidz

  1. It is because you used normal WRobot subscription (limited at one session). I upgraded your license key.
  2. Hello, yes you have access at all files when you buy private server license.
  3. Hello, yes you can
  4. Try also to reinstall WRobot
  5. Hello, Can you share your log file please ( http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  6. I releases new update, activate option "Use lua to move" in advanced general settings, now wrobot for vanilla works 100% without keyboard.
  7. Wait next update
  8. You use name like is appear in game?
  9. Try to disable your antivirus. WRobot press shift key to autoloot, but some antivirus can block keyboard access.
  10. Hello, Can you share your log file please ( http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  11. Non vous ne pouvez pas looter qu'un type de mob. Mais certain plugin wrobot ou addon wow permette de détruire automatiquement les items inutile.
  12. Hello, can you share log where he crash please
  13. If you can update WRobot and try again
  14. 1. Do you have close and relaunch WRobot after ? 2. Ok if you can tell me if this resolve your problem
  15. http://wrobot.eu/forums/topic/4861-multitarget-rotation-c-trouble/?do=findComment&comment=22484
  16. No tested but use code like internal void MultiTargetRotation() { var unitsAffectingMyCombat = ObjectManager.GetUnitAttackPlayer(); if (unitsAffectingMyCombat.Count <= 0) return; var unitsAttackMe = unitsAffectingMyCombat.Where(u => u != null && u.IsValid && u.IsTargetingMe).ToList(); if (unitsAttackMe.Count > 1) { var unitToAttack = unitsAttackMe.FirstOrDefault(u => u != null && u.IsValid && !u.IsMyPetTarget); if (unitToAttack != null && unitToAttack.IsValid && unitToAttack.IsAlive) { if (!unitToAttack.IsMyTarget) Interact.InteractGameObject(unitToAttack.GetBaseAddress, !ObjectManager.Me.GetMove); if (unitToAttack.IsMyTarget) Lua.LuaDoString("PetAttack();"); Logging.Write("PET ATTACKING: " + unitToAttack); } } //IF ALL THE MOBS ARE ATTACKING THE PET FOCUS THE LOWER HP ONE else { var unitsAttackPet = unitsAffectingMyCombat.Where(u => u != null && u.IsValid && u.IsTargetingMyPet).ToList(); var lowerHpUnit = unitsAttackPet.OrderBy(unit => unit.HealthPercent).FirstOrDefault(); if (lowerHpUnit != null && lowerHpUnit.IsValid && lowerHpUnit.IsAlive && !lowerHpUnit.IsMyPetTarget) { if (!lowerHpUnit.IsMyTarget) Interact.InteractGameObject(lowerHpUnit.GetBaseAddress, !ObjectManager.Me.GetMove); if (lowerHpUnit.IsMyTarget) Lua.LuaDoString("PetAttack();"); Logging.Write("PET ATTACKING LOWER HP: " + lowerHpUnit); } } }
  17. Try to add English us keyboard like here: https://www.youtube.com/watch?v=AfhU69RhNdI If this don't works try to use Russian wow client
  18. Do you have an Azerty or Qwerty keyboard layout on your windows settings? https://www.youtube.com/watch?v=AfhU69RhNdI Do you have try to use Russian wow client?
  19. Can you tell me if you were getting different usage when WRobot is slow or no
  20. You use English game client? Because you need to put mount name like is appear ingame.
  21. Bonjour, aller dans l'onglet "General Settings" > "Enter advanced general settings..." > onglet "Food / Drink" > Dans 'Food' > Cocher (Not an item, is spell) > Dans name mettez Rétablissement (vous pouvez également changer le % de vie a partir du quel WRobot doit ce régénérer)
  22. Hello, Can you share your log file please ( http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  23. Hello, update Wow
  24. C'est pas bien grave qu'il n'ai pas d'endroit précis, enregistrer le chemin que vous voulez utiliser pour ramasser les plantes. Dans la liste des cible a attaquer (Entry id...) ajouter l'id du mob, comme ça des qu'il y en aura un dans la zone, WRobot va aller l'attaquer.
  25. Yes with normal WRobot subscription you can run one session on Wrobot for private server.
×
×
  • Create New...