-
Posts
12519 -
Joined
-
Last visited
Content Type
Forums
Articles
Bug Tracker
Downloads
Store
Everything posted by Droidz
-
Bot isn't vendoring correctly (Vanilla 1.12.1)
Droidz commented on thatsugly's bug report in Bug Tracker
Hello, are you sure that you don't have these items in "do not sells" list (in advanced general settings tab vendor)? -
Vendor attack bug/ doesn't clear target
Droidz replied to RonSwanson's topic in WRobot for Wow Vanilla - Help and support
Hello, http://wrobot.eu/bugtracker/tries-to-cast-spells-to-friendly-target-after-the-update-wrobot-1121-r607/ -
Hello, can you read this: http://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 If you problem is not resolved, can you share your log file please ( http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
-
Stutter Moving - Vanilla
Droidz replied to RonSwanson's topic in WRobot for Wow Vanilla - Help and support
can you share your log also, you get this problem if you use Click to Move without WRobot? -
Stutter Moving - Vanilla
Droidz replied to RonSwanson's topic in WRobot for Wow Vanilla - Help and support
Hello, do you have try to activate "Use lua to move" in advanced general settings? -
Hello, can you record video of the problem and send me it here (or by private message) edit: http://wrobot.eu/forums/topic/4885-stutter-moving-vanilla/
-
It is because you used normal WRobot subscription (limited at one session). I upgraded your license key.
-
Hello, yes you have access at all files when you buy private server license.
-
Hello, yes you can
-
Try also to reinstall WRobot
-
Hello, Can you share your log file please ( http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
-
Problems with the use of the bot at vanilla
Droidz replied to tray's topic in WRobot for Wow Vanilla - Help and support
I releases new update, activate option "Use lua to move" in advanced general settings, now wrobot for vanilla works 100% without keyboard. -
Wait next update
-
You use name like is appear in game?
-
Try to disable your antivirus. WRobot press shift key to autoloot, but some antivirus can block keyboard access.
-
Why did the program crash this night, seeing no update
Droidz replied to testingz's topic in General assistance
Hello, Can you share your log file please ( http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ). -
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.
-
Hello, can you share log where he crash please
-
Problems with the use of the bot at vanilla
Droidz replied to tray's topic in WRobot for Wow Vanilla - Help and support
If you can update WRobot and try again -
Problems with the use of the bot at vanilla
Droidz replied to tray's topic in WRobot for Wow Vanilla - Help and support
1. Do you have close and relaunch WRobot after ? 2. Ok if you can tell me if this resolve your problem -
http://wrobot.eu/forums/topic/4861-multitarget-rotation-c-trouble/?do=findComment&comment=22484
-
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); } } }
-
Problems with the use of the bot at vanilla
Droidz replied to tray's topic in WRobot for Wow Vanilla - Help and support
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 -
Problems with the use of the bot at vanilla
Droidz replied to tray's topic in WRobot for Wow Vanilla - Help and support
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?