Jump to content

Droidz

Administrators
  • Posts

    12587
  • Joined

  • Last visited

Everything posted by Droidz

  1. In the task type "Run", in option "Additional Args" put: -nodx (put it in all tasks run)
  2. Salut, désolé pour le retard. 1: WoWPlayer _allié = new WoWLocalPlayer(0); // met le joueur allié dans cette variable int count = 0; foreach (var unit in ObjectManager.GetObjectWoWUnit()) { if (unit.IsValid && unit.Target == _allié.Guid) // && unit.InCombat) count++; } ou (version courte) WoWPlayer _allié = new WoWLocalPlayer(0); int count = ObjectManager.GetObjectWoWUnit().Count(unit => unit.IsValid && unit.Target == _allié.Guid); (le nombre de PNJ qui cible l'allié est dans la variable "count") 2: Tu est sur que tu n'a pas de buff associé au sort?, si tu est des buff utilise ca: int count = ObjectManager.Me.BuffStack("Nom du buff en anglais"); sinon tu peux utiliser ce code lua ( http://wow.gamepedia.com/API_GetSpellCharges ): int spellId = 123456; // Met l'id du sort ici int count = Lua.LuaDoString<int>("local currentCharges, maxCharges, cooldownStart, cooldownDuration = GetSpellCharges(" + spellId + "); return currentCharges;");
  3. Hello, thank you I have contacted bitdefender. To wait you can add this file in bitdefender whitelist.
  4. If I understand, WRobot never end to drink. And flood usage of food item? Do you use only WRobot regen feature? What is name of your food/drink?
  5. And do you use wow addon?
  6. continue here: http://wrobot.eu/forums/topic/2747-clear-session-blacklist/#comment-12650
  7. Hello, can you share your log file (of session where you get the problem) and the profile used please.
  8. You can also look this profile: http://wrobot.eu/files/file/409-98-100-meatgut-needs-bones-repeatable-quest-nagrand/
  9. You play on officiel or private server?
  10. Hello, I don't understand exactly the problem, can you give me more information please
  11. Hello, use this pluging http://wrobot.eu/files/file/644-loot-a-rang/
  12. Version 1.0.0

    336 downloads

    Loot-A-Rang Use http://www.wowhead.com/item=109167/findles-loot-a-rang#created-by-spell if lootable npc near
  13. Hello, you can found whispers in your log file, you can found lines like this:
  14. If you can wait next update and tell me if you get again this problem. Now you can use "Relogger.exe" application (this relaunch wow and wrobot when crash).
  15. If you can wait next update and tell me if problem is resolved.
  16. Wait next update for auto profile select. For the fightclass this works fine, I haven't found problem (do you use file like is appear in your WRobot general settings?) ps: For the profile and fightclass you can keep option empty (in relogger), if it is empty, WRobot will use last profile/fightclass used by the character (like when you launch WRobot manually).
  17. Hello, I have added option in relogger general settings "Is unresponsive after (in secondes)" (increment it) (or you can disable option "Relaunch if Wow or WRobot crash"). But, for avoid bugs and crashs I recommand to not use more than 80 or 90% of your physical memory.
  18. Hello, Thank you. I'll fix it today.
  19. Hello, it is very rare but this can happen. You can found ban reports here: http://wrobot.eu/forums/forum/29-security-ban-reports/
  20. Hello, you can found your license key here: http://wrobot.eu/clients/purchases/
  21. Hello, 'Relogger' application is now available. Update WRobot, the file 'Relogger.exe' will appear in your WRobot folder. PS: If you cannot run WRobot today (crash instantly), launch file "Update.exe" (you can found this in WRobot folder) and update WRobot to resolve problem.
  22. Hello, 'Relogger' application is now available. Update WRobot, the file 'Relogger.exe' will appear in your WRobot folder. PS: If you cannot run WRobot today (crash instantly), launch file "Update.exe" (you can found this in WRobot folder) and update WRobot to resolve problem. View full article
  23. Droidz

    Work in progress

    Hello, I post a small new for say that currently I work principly on "Relogger" application (you can look screenshot in this post). I took a little delay on the support (on the forum) and for fix the bugs on WRobot for private server, I'll catch up when "Relogger" is realesed (soon :)). After it, I'll start to work on Legion. Regards, Droidz. View full article
  24. Droidz

    Work in progress

    Hello, I post a small new for say that currently I work principly on "Relogger" application (you can look screenshot in this post). I took a little delay on the support (on the forum) and for fix the bugs on WRobot for private server, I'll catch up when "Relogger" is realesed (soon :)). After it, I'll start to work on Legion. Regards, Droidz.
  25. Hello, The quest not exist (the quest is not in your questlog)?
×
×
  • Create New...