Jump to content

Droidz

Administrators
  • Posts

    12579
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, When I'll update WRobot beta, I'll also remove trial version and free products (WRotation and Party). If you want play on Wow PTR servers, you can use WRobot stable version (currently support PTR servers). ps: If you want wrobot subscription and you do not pay, you can help the Community (sharing profiles, fightclasses, help users on the forum) and I would give you a free subscription.
  2. Salut, si ça peut t'aider regarde dans le dossier "WRobot\Profiles\Quester\Cache\", les profils XML sont convertis en c# (ça te donne des exemples). Pour ce que tu veux faire, reste dans avec un profil XML est utilise une quête de type "OverridePulseCSharpCode" (ou "FullCSharpCode" si elle est complexe) (regarde dans le dossier Cache après avoir lancé le profil pour comprendre ou est mis le code). Si tu veux je peux essayer de la coder, pour ça donne-moi le plus d'information possible.
  3. Wait few minutes I'll release update. Do not hesite to report problems with relogger (a lot of change on wow login system in this update).
  4. Hello, I'll fix it quicly.
  5. Hello,: http://wrobot.eu/articles/news/some-changes-r99/
  6. 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".
  7. Can you tell me if this works:
  8. 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.
  9. Droidz

    Quests in automation

    Hello, Sorry but I'll not add this feature ( It will never work properly ).
  10. Can you give me button name please: http://wrobot.eu/forums/topic/1689-useful-scripts/?do=findComment&comment=8447
  11. Wait next update, selected position is now orange/red (not selected positions is orange)
  12. Hello, this feature is now added (program "Relogger.exe" in WRobot folder).
  13. Hello, this feature is now added (program "Relogger.exe" in WRobot folder).
  14. uint offsetFocus = 0xDA59F8; // offset wow 6.2.4.21348
  15. Hello, If you can wait next update and tell me if problem is resolved.
  16. Hello, If you can wait next update and tell me if problem is resolved.
  17. Hello, If you can wait next update and tell me if problem is resolved.
  18. Hello, If you can wait next update and tell me if problem is resolved.
  19. I have tested the two codes and this works on wotlk.
  20. 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
  21. 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
  22. 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.
  23. 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); }
  24. If you can wait next update and tell me if problem is resolved.
×
×
  • Create New...