Everything posted by Droidz
-
cant login wrobot
Hello,: http://wrobot.eu/articles/news/some-changes-r99/
-
Quester avec conditions
Salut, Pour le runcode avec wManager.wManagerSetting.CurrentSetting.ListHarvest.Ad... , le problème c'est qu'il est exécuté quand les taches de base du bot son terminé (par exemple, le bot teste si le perso est mort, s’il est mort il le fait revivre, puis il teste si y'a besoin d'aller à la ville, s’il y a quelque chose à farm, ... plus si tout est OK il exécute le profil). Tu ne peux pas changer ça, juste le contourner (par exemple si le perso va chercher les minerais avant de commencer le profil, désactiver l'option « Harvest minerals »... dans general settings et réactive l'option en c# dans le profil (dans le runcode): wManager.wManagerSetting.CurrentSetting.HarvestMinerals = true;). Dans la « Quest » "Collect Chache - Gatherer", dans "Is complete condition" met la même chose que tu as mise dans "Can condition".
-
Implement auto Need/Greed loot?
Can you tell me if this works:
-
Quests in automation
Too much information is missing in lua. To kill some mobs and pick up a few items that would work (if the areas are not far and does not contain too many caves, mountains...). But everything else would work poorly.
-
Quests in automation
Hello, Sorry but I'll not add this feature ( It will never work properly ).
-
Implement auto Need/Greed loot?
Can you give me button name please: http://wrobot.eu/forums/topic/1689-useful-scripts/?do=findComment&comment=8447
-
My advice and the bugs(updated 1.12)
Wait next update, selected position is now orange/red (not selected positions is orange)
-
Implement auto Need/Greed loot?
- [Suggestion] Start all Bots with 1 Key and Force stop fight
Hello, this feature is now added (program "Relogger.exe" in WRobot folder).- a way to restart game client
Hello, this feature is now added (program "Relogger.exe" in WRobot folder).- Gestion du focus ?
uint offsetFocus = 0xDA59F8; // offset wow 6.2.4.21348- 3.3.5a Regen module stays on untill mana is full or close to
Hello, If you can wait next update and tell me if problem is resolved.- Bot is drinking twice or more C#
Hello, If you can wait next update and tell me if problem is resolved.- Bot is drinking twice or more
Hello, If you can wait next update and tell me if problem is resolved.- 3.3.5a Regen never ends if it fails to use drinks even tho you have them
Hello, If you can wait next update and tell me if problem is resolved.- Command to party By Party Chat
- WRobot for WoW for 6.2.4 available
Hello, I have released WRobot for WoW for 6.2.4.21336. If you play on european server, wait tomorrow to update WRobot (if you have updated WRobot, you can download old version of WRobot here). To get more informations about WRobot update click here. To get more informations about Wow 6.2.4 click here. You can reports bug here. EDIT: Works with Wow 6.2.4.21348- WRobot for WoW for 6.2.4 available
Hello, I have released WRobot for WoW for 6.2.4.21336. If you play on european server, wait tomorrow to update WRobot (if you have updated WRobot, you can download old version of WRobot here). To get more informations about WRobot update click here. To get more informations about Wow 6.2.4 click here. You can reports bug here. EDIT: Works with Wow 6.2.4.21348 View full article- How can I set Relogger for multiply wow.exe?
Hello, I have noted this, I'll add this but not quicly. You can create several folder with just relogger (copy "Relogger.exe" and folder "Bin") to start quickly wow and wrobot from different wow.- Command to party By Party Chat
Hello, To interact with current target of party leader use csharp code: if (wManager.Wow.Helpers.Party.IsInGroup()) { wManager.Wow.Helpers.Interact.InteractGameObject(new wManager.Wow.ObjectManager.WoWPlayer(wManager.Wow.ObjectManager.ObjectManager.GetObjectByGuid(wManager.Wow.Helpers.Party.GetPartyLeaderGUIDHomeAndInstance()).GetBaseAddress).TargetObject.GetBaseAddress); } To interact with nearest npc: if (wManager.Wow.Helpers.Party.IsInGroup()) { wManager.Wow.Helpers.Interact.InteractGameObject(wManager.Wow.ObjectManager.ObjectManager.GetNearestWoWUnit(wManager.Wow.ObjectManager.ObjectManager.GetObjectWoWUnit()).GetBaseAddress); }- 3.3.5a AutomaticFlightMaster usage skipping if fails once
If you can wait next update and tell me if problem is resolved.- Command to party By Party Chat
- 3.3.5a AutomaticFlightMaster usage skipping if fails once
Hello, when your character don't know flightmaster (green exclamation), wrobot don't try to discover flightmaster?- Spell As Food
Hello, can you share your log file please ( http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).- Command to party By Party Chat
- [Suggestion] Start all Bots with 1 Key and Force stop fight