Jump to content

Droidz

Administrators
  • Posts

    12579
  • Joined

  • Last visited

Everything posted by Droidz

  1. Droidz

    Orc 1-5

    1042 downloads

    Orc 1-5 (You need only to finish manually class quest (quests with trainer))
  2. Hello, I don't recommend for all products to starting from garrison (it is a separated mapn this can cause problems with path finder). Archaeology bot use your wow map, try to disable your wow addons and check if dig sites is showed on your minimap and continent map. If problem is not resolved if you can send me of bugged session please.
  3. Bonjour, Diminuez le temps de l'option "Solving Every" (dans "Product settings" du bot archéo).
  4. Bonjour, pouvez vous m'envoyer votre fichier Essayez également de changer votre version de directx en jeu (dans les options graphique de wow)
  5. 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.
  6. 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.
  7. 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.
  8. 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
  9. Hello, You can try with lua condition:
  10. Hello, I have moved your topic to good forum. if you do not know how create a profile you can use the bot "Automaton".
  11. Hello, I'll add
  12. Hello, to heal your character add normal spells ("For friends (party) = false) and deactivate spell option "Combat only".
  13. 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.
  14. Version 1

    1740 downloads

    90-92 Draenor (Alliance) (Level 90-92) Beta version, possible bugs, thank you to report them to me. I recommand to use potion and http://www.wowhead.com/quest=34692
  15. Hello, Sorry, I had uploaded the bad file, download again this file and copy it in folder "Profiles\Quester\", use product "Quester".
  16. Bonjour, Pouvez vous m'envoyer un
  17. Version 1

    1614 downloads

    WoD Start - Tanaan Jungle (Alliance) (Level 90) Beta version, possible bugs, thank you to report them to me.
  18. Hello, Use lua conditon, I have post sample: sample is for "Maelstrom Weapon" buff)
  19. Stack count LuaScript: returnResult = false; local name = GetSpellInfo(53817); local _, _, _, count = UnitBuff("player", name); if count and count >= 5 then returnResult = true; end Research: true Var: returnResult Replace 53817 by your spell id and "count >= 5" by your condition (count contain stack count). ps: to get buff/aura spell id you can use this script:
  20. Dump buff/aura of your character: Entrer this script in wow chat, this return name and id of spells: /run for i=1,40 do local name, _, _, _, _, _, _, _, _, _, spellId=UnitBuff("player",i); if name then local nameReal = GetSpellInfo(spellId) print(spellId.."="..name.."="..nameReal) end end
  21. Do you have try to desactivate option "Ignore fight during farm if druid form" (in advanced general settings tab "Looting and ...")? EDIT: Wait next update and tell me if your problem is resolved.
  22. Hello, I have replied here:
  23. Hello, I have replied here:
  24. Hello, for ice ward test this sample he works fine. Ice Ward test.xml
  25. In your lua code activate spell option "Not spell, is lua script": ps: You can also activate option on all fightclass spells in "Spell settings" "Cast if mounted" (when you cast spells wow dismount mount).
×
×
  • Create New...