Jump to content

Droidz

Administrators
  • Posts

    12440
  • Joined

  • Last visited

Community Answers

  1. Droidz's post in Problème Archéologie was marked as the answer   
    Bonjour,
     
    Diminuez le temps de l'option "Solving Every" (dans "Product settings" du bot archéo).
  2. Droidz's post in can't use Bot was marked as the answer   
    Hello,   You have probably an software launched (like video record, teamspeak..., this softwares use directx like WRobot).   You can also try to change wow directx version.
  3. Droidz's post in goes afk while fishing? was marked as the answer   
    Hello,
     
    If you have in your log errors like: System.ComponentModel.Win32Exception (0x80004005): Invalid window handle reinstall Framework 4.0, DirectX 9, DirectX 11, Redistributable Visual C + + 2010  (X86) and SlimDX (4.0 X86), this resolve the problem generally.
     
    If your problem is not resolved please.
  4. Droidz's post in Garrison mine & herb was marked as the answer   
    Hello,   Your problem is probably caused by pathfinder, and it is very hardly to make the support of Garrison at 100% (he has one map by garrison level and one map by build level). I'll add the support but not quickly.   You can try to bypass problem, for it: When you create your profile record way near the mines/herbs. In "advanced general settings" tab "Looting and Far..." deactivate option "Detect nodes stuck". In "advanced general settings" tab "Looting and Far..." put small distance at option "Search Radius" (try with 6). In "advanced general settings" tab "Others..." deactivate option "Blacklist Npc/Node if cannot make full path to go to". In "advanced general settings" tab "Others..." deactivate option "Use Path Finder". ps: In "harvest object" you need to put object id (not object name), it is probably why your list haven't saved.
  5. Droidz's post in Draenor Temporary Bait. was marked as the answer   
    Hello,   I have added lures/baits queue support, in the lure/bait name put text like: Bright Baubles;Shiny Bauble or
    Abyssal Gulper Eel Bait;Blackwater Whiptail Bait;Blind Lake Sturgeon Bait;Fat Sleeper Bait;Fire Ammonite Bait;Jawless Skulker Bait;Sea Scorpion Bait
  6. Droidz's post in Frostwolf war wolf was marked as the answer   
    Hello,
     
    I'll add
  7. Droidz's post in Pêche sous WOD was marked as the answer   
    Bonjour, Si il y as une solution pour contourner le problème je vais ajouter la possibilités d'utiliser plusieurs  appâts dans les prochaines mise à jours.
  8. Droidz's post in Enh Shaman - Maelstrom Weapon stacks was marked as the answer   
    Hello,
     
    Use lua conditon, I have post sample:  sample is for "Maelstrom Weapon" buff)
  9. Droidz's post in How to use frostwolf war wolf ? was marked as the answer   
    Hello, I have noted your suggestion, I'll add support during next updates.
  10. Droidz's post in Does not work. was marked as the answer   
    Hello,   Read this: more important is to "reinstall Framework 4.0, DirectX 9, DirectX 11, Redistributable Visual C + + 2010  (X86) and SlimDX (4.0 X86).")   Try to disable your antivirus when you reinstall WRobot.
  11. Droidz's post in wrobot crashing every few minutes was marked as the answer   
    Hello,
     
    If you get error "Connection error, close bot, you have probably launched 2 times bot with same license key..." please send me an private message, I have found solution but I need to fix it manually in your mmorobot account.
  12. Droidz's post in Wrobot Mammoth useless. was marked as the answer   
    Hello,
     
    If you can try with new update and tell me if your problem is resolved.
  13. Droidz's post in Weird movement error? was marked as the answer   
    Ok thank you, if you can try with new update and tell me if your problem is resolved
  14. Droidz's post in Game Version Incorrect. was marked as the answer   
    Hello,
     
    Can you try with new WRobot update.
  15. Droidz's post in won't load in 32 bit was marked as the answer   
    You have two problems:
    WRN: Assembly binding logging is turned OFF. To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1. Note: There is some performance penalty associated with assembly bind failure logging. To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog]. (https://www.google.com/search?q=WRN%3A+Assembly+binding+logging+is+turned+OFF)
    and
    System.IO.FileNotFoundException: Could not load file or assembly 'fasmdll_managed' Do you have the file "WRobot\Bin\fasmdll_managed.dll" ? Do you use a administrator Windows session? Do you have reinstalled  Framework 4.0, DirectX 9, DirectX 11, Redistributable Visual C + + 2010  (X86) and SlimDX (4.0 X86)? (reinstall/repair all, it is important) Do you have redownload and reinstall WRobot? (try to disable your antivirus during installation)
  16. Droidz's post in question bg was marked as the answer   
    Réinstallez  Framework 4.0, DirectX 9, DirectX 11, Redistributable Visual C + + 2010  (X86) et SlimDX (4.0 X86) pour résoudre ton problème.
  17. Droidz's post in Crashes wow client was marked as the answer   
    Hello,   Do you have this problem all time? If you can try to change Wow directx version (use directx9 instead directx11, don't forget to restart wow. if problem persiste try to reinstall framework, slimdx and vc++ (launch "WRobotRepairTools.exe" for it)). Tell me if your problem is resolved.
  18. Droidz's post in Automation was marked as the answer   
    Hello,   As said therabbi98, "Automaton" combine bot Grinder/Gatherer/Pet Battles. Go to the zone, in product settings select if you want kills mobs, gatherer, pet battles, use flying mount and the work distance and clique on Start, WRobot create random path in start zone and kills/farms. It is a good alternative at grinder/gatherer bot if you want farm an zone shortly time.   Currently for leveling I use WRotation bot for help me during quests, and when I make pause, I launch "Automaton" (avoid quests zone with automaton for not disturb others players).
  19. Droidz's post in How to add players unit to a list ? was marked as the answer   
    After 
    WoWPlayer unit = getTankList().Where(o => o.IsAlive && o.IsValid && !TraceLine.TraceLineGo(o.Position)).OrderBy(o => o.GetDistance).FirstOrDefault(); add
    if (unit == null || !unit.IsValid) return false; your fonction "public bool IsTank(WoWPlayer unit)" is not good, try this:
    bool IsTank(string name) { var lua = new[] { "partyTank = \"\";", "for groupindex = 1,MAX_PARTY_MEMBERS do", " if (UnitInParty(\"party\" .. groupindex)) then", " local role = UnitGroupRolesAssigned(\"party\" .. groupindex);", " if role == \"TANK\" then", " local name, realm = UnitName(\"party\" .. groupindex);", " if name == \"" + name + "\" then", " partyTank = \"yes\";", " return;", " end", " end", " end", "end", }; return Lua.LuaDoString(lua, "partyTank") == "yes"; }
  20. Droidz's post in Gatether was marked as the answer   
    Bonjour,
     
    Actuellement il n'y à pas d'option, la seule solution est d'enregistrer un chemin avec des points proche les uns des autres.
     
    Mais je vais améliorer le retour au chemin du profil dans les prochaines mises à jour.
  21. Droidz's post in WOD was marked as the answer   
    Bonjour.
     
    Pour ce qui est des classes de combat (Fightclasses) je ne pense pas qu'il y est de problème le jour de la sortie.
     
    Pour les profils du bot Grinder c'est relativement facile et rapide à faire (au pire il y a le bot "Automaton"), je pense qu'il devrait y en avoir rapidement des profils disponibles.
     
    Pour les profils de quêtes, ce sera beaucoup plus long (ça demande beaucoup plus de travails).
  22. Droidz's post in How to avoid mounting/dismounting at every node was marked as the answer   
    Hello,   In the Gatherer "Product Settings" deactivate option "Using flying mount all time".   In "Advanced General Settings" tab "Mount..." increment the option "Mount Distance".   And you cannot farm mine/herb without dismount (except druid if I'm not mistaken).   Tell me if this resolved your problem.
  23. Droidz's post in Blacklist was marked as the answer   
    You have problem on your installation (System.ComponentModel.Win32Exception (0x80004005): Invalid window handle) Make all steps of this page if installed, reinstall framework, vc++ and slimdx) and activate option "Use lua to move" in General Settings advanced .
     
    Tell me when is done, if your problem is not resolved please send me again the log of new bugged session.
  24. Droidz's post in Version du jeu incorrect 4828 was marked as the answer   
    Bonjour,
     
    Il y a eu une petite mise à jour de Wow, je viens à l'instant de mettre à jour WRobot pour cette mise à jour. Relancer WRobot et accepter la mise à jour pour résoudre le problème.
  25. Droidz's post in Profil WOD was marked as the answer   
    Bonjour,
     
    Oui bien-sur.
×
×
  • Create New...