Jump to content

Droidz

Administrators
  • Posts

    12519
  • Joined

  • Last visited

Everything posted by Droidz

  1. 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.
  2. 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.
  3. 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
  4. Hello, You can try with lua condition:
  5. Hello, I have moved your topic to good forum. if you do not know how create a profile you can use the bot "Automaton".
  6. Hello, I'll add
  7. Hello, to heal your character add normal spells ("For friends (party) = false) and deactivate spell option "Combat only".
  8. 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.
  9. Version 1

    1737 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
  10. Hello, Sorry, I had uploaded the bad file, download again this file and copy it in folder "Profiles\Quester\", use product "Quester".
  11. Bonjour, Pouvez vous m'envoyer un
  12. Version 1

    1611 downloads

    WoD Start - Tanaan Jungle (Alliance) (Level 90) Beta version, possible bugs, thank you to report them to me.
  13. Hello, Use lua conditon, I have post sample: sample is for "Maelstrom Weapon" buff)
  14. 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:
  15. 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
  16. 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.
  17. Hello, I have replied here:
  18. Hello, I have replied here:
  19. Hello, for ice ward test this sample he works fine. Ice Ward test.xml
  20. 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).
  21. Bonjour, Mettez le nom de votre appât WoD dans "Temporary bait name".
  22. Hello, I have noted your suggestion, I'll add support during next updates.
  23. Wait next update, I have added debug info, if you can try again and send me again log file please.
  24. If you can try again with the next update, this problem seem caused by Wow server but I have try to bypass it. Tell me the problem is resolved or not.
  25. Can you try to disable your antivirus, you get problem to download meshes files (DownloadThread()#1, [E] 01:15:48 - DecompressOnMemory(string filename) this files is used to generate path), without it WRobot don't works.
×
×
  • Create New...