Jump to content

Droidz

Administrators
  • Posts

    12519
  • Joined

  • Last visited

Everything posted by Droidz

  1. 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".
  2. Can you tell me if this works:
  3. Droidz

    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.
  4. Droidz

    Quests in automation

    Hello, Sorry but I'll not add this feature ( It will never work properly ).
  5. Can you give me button name please: http://wrobot.eu/forums/topic/1689-useful-scripts/?do=findComment&comment=8447
  6. Wait next update, selected position is now orange/red (not selected positions is orange)
  7. Hello, this feature is now added (program "Relogger.exe" in WRobot folder).
  8. Hello, this feature is now added (program "Relogger.exe" in WRobot folder).
  9. uint offsetFocus = 0xDA59F8; // offset wow 6.2.4.21348
  10. Hello, If you can wait next update and tell me if problem is resolved.
  11. Hello, If you can wait next update and tell me if problem is resolved.
  12. Hello, If you can wait next update and tell me if problem is resolved.
  13. Hello, If you can wait next update and tell me if problem is resolved.
  14. I have tested the two codes and this works on wotlk.
  15. 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
  16. 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
  17. 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.
  18. 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); }
  19. If you can wait next update and tell me if problem is resolved.
  20. To add/edit commands, in "Plugins" tab, select "Party chat command.cs" and click on button "Settings for selected plugin" and:
  21. Hello, when your character don't know flightmaster (green exclamation), wrobot don't try to discover flightmaster?
  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, http://wrobot.eu/files/file/650-party-chat-command/
  24. Version 1.2.0

    547 downloads

    Party chat command This plugin execute command (Lua code, c# code, use item or cast spell) when any party member send specific message in wow chat party channel. Default commands (chat message > action): How to use:
×
×
  • Create New...