-
Posts
12579 -
Joined
-
Last visited
Content Type
Forums
Articles
Bug Tracker
Downloads
Store
Everything posted by Droidz
-
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? -
Can you tell me if you were getting different usage when WRobot is slow or no
-
You use English game client? Because you need to put mount name like is appear ingame.
-
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)
-
Hello, Can you share your log file please ( http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
-
Hello, update Wow
-
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.
-
Yes with normal WRobot subscription you can run one session on Wrobot for private server.
-
Hello, put all in one line like: /run SetSpecialization(2) TalentMicroButton:Click() if PlayerTalentFrame then PlayerTalentFrameTab2:Click() PlayerTalentFrameTalentsTalentRow1Talent3:Click() PlayerTalentFrameTalentsTalentRow2Talent2:Click() PlayerTalentFrameTalentsTalentRow3Talent3:Click() PlayerTalentFrameTalentsTalentRow4Talent1:Click() PlayerTalentFrameTalentsTalentRow5Talent1:Click() PlayerTalentFrameTalentsTalentRow6Talent2:Click() PlayerTalentFrameCloseButton:Click() end
-
Can you share your fightclass
-
Hello, Memory/Cpu usage increment? You can use "Relogger" application to restart WRobot (and wow) automaticly.
-
Hello, iMod method is good, but you can also use @ http://net-informations.com/q/faq/multilines.html (method 1) like: int numberPetAlive = Lua.LuaDoString<int>(@" local aliveCount = 0; for p=1, 3 do local petID, ability1ID, ability2ID, ability3ID, locked = C_PetJournal.GetPetLoadOutInfo(p); if petID then local health, maxHealth, _ = C_PetJournal.GetPetStats(petID); if health > 0 then aliveCount = aliveCount + 1; end end end return aliveCount;");
-
New Release - No Longer Casts
Droidz replied to RonSwanson's topic in WRobot for Wow Vanilla - Help and support
Yes I have fixed this problem is last update -
New Release - No Longer Casts
Droidz replied to RonSwanson's topic in WRobot for Wow Vanilla - Help and support
Hello, how do you use IsSpellUsable in you code? -
Use this lua code to disable autoattack: if (PlayerFrame.inCombat) then ClearTarget(); TargetLastTarget(); end Don't forget also to put range better than 15 yards at your fightclass (if range is smaller than 15 yards, wrobot relaunch autoattack), you can found this option in top/left of fightclass editor, or you can also with this c# code like here line 19.
-
If your problem is not resolved if you can give me name of your server.
-
Try without wow addon
-
Hello, in wow vanilla he doesn't have RunMacroText() and StopAttack() lua function (you can found lua api of vanilla here: http://vanilla-wow.wikia.com/wiki/World_of_Warcraft_API ). Why do you want stop AutoAttack?
-
If you get message 'Incorrect game version' after WRobot update, close wow and launch Battlenet to update Wow. If you cannot start grinder/gatherer/quester/petbattle bot after update, update again WRobot I resolved problem.
-
Update Status - Patch 7.1.5 Build 23420 | Bot doesnt start
Droidz commented on petertrasg's bug report in Bug Tracker
Update WRobot again to resolve problem. -
Try to relaunch updater