Jump to content

Droidz

Administrators
  • Posts

    12519
  • Joined

  • Last visited

Everything posted by Droidz

  1. New update:
  2. Droidz

    The new beta program

    Hello, I have try to fix problem, if you can download again the wrobot beta. Thank you for report.
  3. Hello, Thank you Trinigon.
  4. Ok thanks, it is normal for update request (WRobot try to update to normal version, but I have removed update application to don't update). I have added in game radar (you can activate this option in tab "Map"), you need to download again WRobot beta.
  5. Hello, Try it: ShaiMutilateRogue-avoidelite.xml I have added code in "General Settings" > "Additional C#".
  6. Vous pouvez également jouer avec la distance de recherche des PNJ/Objets à tuer/ramasser ("General Settings" > "Advanced" > Tab "Others options" option "Npc/Mailbox Search Radius"). Sans voir la zone et le profil, c'est compliqué de vous aider.
  7. Hello, For the moment WRobot don't support donjon, I'll add this feature with update for WoD.
  8. Hello, Go to tab "Tools", click on button "Black list editor". I have found this objects (id at end of url): http://www.wowhead.com/object=210216 http://www.wowhead.com/object=207724 http://www.wowhead.com/object=214547 http://www.wowhead.com/object=211423 In window add manually in 'blacklist by type' this ids:
  9. Can you donwload and try again please. I have try to fix problem. Thanks
  10. Bonjour, List<WoWUnit> unitTargetMe = new List<WoWUnit>(); var tempsList = ObjectManager.GetObjectWoWUnit(); for (int i = 0; i < tempsList.Count; i++) { if (tempsList[i].IsValid && tempsList[i].IsAlive && tempsList[i].IsTargetingMe && tempsList[i].CreatedBy <= 0 && tempsList[i].SummonedBy <= 0 // Is Pet? ) unitTargetMe.Add(tempsList[i]); } La liste des monstres/joueurs qui te cible sont dans la liste "unitTargetMe".
  11. Hello, It is possible than zone has changed since that profile has been created. I have found this profiles for your level: - - And this profile for your zone (but it is skinning profile, try if this works for leveling): - If this profles don't works you can create your own profile (look in tuto forum) or use bot "Automaton" (works without profile).
  12. Hello, Thanks for report. Can you say me if you have file "MemoryRobot.dll" in folder "WRobot\Bin\"? It is normal for update request.
  13. Hello, About beta: I have changed" memory read" library (I have written it in c++, more fast), to avoid problems I need a testers before release this update. If you can tell me if you get problems (or not) with this version (don't forget "log" file if you have problems). You can download beta version here: http://download.mmor.../wrobotbeta.zip Edit August 21: I have added 3D radar (tab "Map"), it is ingame radar, I need review: About schedule: I work currently on your suggestions/bugs proposed on the forum or on the bug tracker. I'll try to finish all before WoD (to start WoD adventure on good bases). I'll start to work on WoD when PTR WoD server will been open (and I'll release quickly WRobot beta version for WoD to allow you/me time to fix problems and start to work on profiles/fightclass before WoD beta end). Best regards, Droidz.
  14. Hello, About beta: I have changed" memory read" library (I have written it in c++, more fast), to avoid problems I need a testers before release this update. If you can tell me if you get problems (or not) with this version (don't forget "log" file if you have problems). You can download beta version here: http://download.wrobot.eu/wrobot/wrobotbeta.zip Edit August 21: I have added 3D radar (tab "Map"), it is ingame radar, I need review: About schedule: I work currently on your suggestions/bugs proposed on the forum or on the bug tracker. I'll try to finish all before WoD (to start WoD adventure on good bases). I'll start to work on WoD when PTR WoD server will been open (and I'll release quickly WRobot beta version for WoD to allow you/me time to fix problems and start to work on profiles/fightclass before WoD beta end). Best regards, Droidz.
  15. Hello, Sorry for the delay. Wait next update and tell me if problem is solved.
  16. Hello, I have created plugin to reply automaticly, this plugin has very basic feature (I have shared sourcecode if anymore want improve it) You can download plugin here:
  17. Version 1.0

    803 downloads

    Whisper Reply Reply at the players when you received whisper. Ps: I have added source code of this plugin (WhisperReply_src.zip), it is visual studio 2013 project (in C#).
  18. Hello, You can use lua code for it, sample of lua code: and
  19. Hello, Can you share your log please (you can found it in "Logs" folder).
  20. Hello, What is the zone? Do you have try to change your fightclass and profile?
  21. Hello, If required yes, you can use Map (tab "Map" with Blacklist landmarks activated in "More options") to help you.
  22. Bonjour, Avant de se bloquer, le bot part ramasser une mine/herbe ou tuer un monstre? Si c'est le cas, je vous conseille de baisser la distance de recherche des monstres/mine (allez dans "General Settings" > "Advanced ..." > onglet "Looting and Farming options" > et baissez "Search Radius").
  23. Hello, I cannot help you if you don't share your fightclass. And do you have look what conditions is used on another fightclass for this spells?
  24. Bonjour, Oui: uint potionId = 76097;//Potion de soins de maître http://fr.wowhead.com/item=76097 if (Helpers.ItemsManager.HasItemById(potionId)) // if (Helpers.ItemsManager.GetItemCountById(potionId) >= 1) { Helpers.ItemsManager.UseItem(potionId); }
  25. Essaye ça: Interact.InteractGameObject(wowUnit.GetBaseAddress, !ObjectManager.Me.GetMove);
×
×
  • Create New...