Jump to content

Droidz

Administrators
  • Posts

    12590
  • Joined

  • Last visited

Everything posted by Droidz

  1. Bonjour, Pouvez vous m'envoyer un
  2. Version 1

    1614 downloads

    WoD Start - Tanaan Jungle (Alliance) (Level 90) Beta version, possible bugs, thank you to report them to me.
  3. Hello, Use lua conditon, I have post sample: sample is for "Maelstrom Weapon" buff)
  4. 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:
  5. 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
  6. 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.
  7. Hello, I have replied here:
  8. Hello, I have replied here:
  9. Hello, for ice ward test this sample he works fine. Ice Ward test.xml
  10. 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).
  11. Bonjour, Mettez le nom de votre appât WoD dans "Temporary bait name".
  12. Hello, I have noted your suggestion, I'll add support during next updates.
  13. Wait next update, I have added debug info, if you can try again and send me again log file please.
  14. 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.
  15. 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.
  16. Droidz

    Harvest Lumber Option

    Hello, I have added this option in advanced general settings, if you can wait next update and tell me if this works. Thank you.
  17. I haven't this problem, but I think it is an probleme of latency (wrobot have time to select next target before than last target loot appear). Wait next update and tell me if your problem is resolved, you can try also to increment min latency in advanced general settings tab other.
  18. Hello, I need your to help you.
  19. How to post your log file with your topic 1 - Where you post/reply at the topic click on "Choose Files...": 2.1 - (if the bugged session of WRobot is running) You can click on button "Copy log to desktop" in tab "Log" and in next step select the log file directly on your desktop: 2.2 - Select the log(s) file(s) of bugged session(s) (you can found file(s) in WRobot folder "Logs" (to select the good log file you can sort it by date): 3 - Now your log file is added:
  20. Hello, Check in general settings if you haven't activate option "don't start fight". Try to increase number of "Max Units near" (in advanced general settings > tab Lootin and Farming options)
  21. Hello, Check if "Loot mobs" option (in tab general settings) is activated. In the log what is written when your character should loot?
  22. Hello, Grinder is the good bot to make skinning profile. What does not works correctly (if you can give me more details)?
  23. Hello, Reinstall Framework 4.0, DirectX 9, DirectX 11, Redistributable Visual C + + 2010 (X86) and SlimDX (4.0 X86) resolving the problem generally.
  24. 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.
  25. Droidz

    connection impossible

    Bonjour, Pouvez vous me donner plus de détails. Le message d'erreur que vous avez, une capture d'écran ou le fichier journal (que vous pouvez trouver dans le dossier "Logs"). Je vous recommande également de réinstaller tout les logiciel mentionnés dans ce guide:
×
×
  • Create New...