Jump to content

Droidz

Administrators
  • Posts

    12587
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, I am not sure to understand exactly what you want say, but if I have understand, try to use the spell condition "Spell Affected By A Proc".
  2. Hello, Do you get this problem frequently? At the start? Like Eeny said, try to install SlimDX (and if you can share your log file please: http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ )
  3. When you right click on "Wow.exe", click on property, you get this informations:
  4. Hello, If you don't pay, your subscription is automatically cancelled (ignore invoices). Regards.
  5. Hello, Do you run WRobot in admin Windows session? Can you share your log file please : http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/
  6. Hello, You can found ban reports here: http://wrobot.eu/forums/forum/29-security-ban-reports/ WRobot only supports the old donjon (raid) you can do solo (if the profile is available). You can download profile here: http://wrobot.eu/files/category/4-profiles/ You can use trial version of WRobot to test features.
  7. Droidz

    Bot stops working

    I have found others problem similar at your problem on google (for others software), update framework seem resolve the problem. Try and tell me if this works.
  8. Je n'ai pas trouvé de solution sans passer par lua.
  9. Hello, I have replied here: http://wrobot.eu/forums/topic/2523-converting-kicks-draenor-pathfinder-profiles/?do=findComment&comment=11543 I shared some quests profiles for alliance (90-100) here: http://wrobot.eu/files/category/51-90-100/ (you can use grinder for missing profiles: http://wrobot.eu/files/category/36-90-100/)
  10. Hello, Can you share profile please. But if it is quest profile you cannot convert it easily.
  11. Hello, Thank you. I don't understand your request, you can found your new license key here: http://wrobot.eu/clients/purchases/ (license key is automaticly generated after payment).
  12. Hello, No yet, but I'll add it (after the version for 3.3.5a is released).
  13. Hello, Are you sure that install SlimDX don't resolve this problem? Try to install last Framework version: https://www.microsoft.com/fr-fr/download/details.aspx?id=48130 (if you run Windows 10 use "Windows Updater"). Try to disable your antivirus/firewall and reinstall WRobot.
  14. Hello, welcome to the forum of WRobot 1: 32 bit only. 2: Injection. 3: Ban report forum is here: http://wrobot.eu/forums/forum/29-security-ban-reports/ Regards, Droidz.
  15. Hello, You can use "Grinder", "Quester" or "Automaton" bot to leveling. He has a lot of grinder profiles delivred with the bot. Automaton don't required profiles.You can found Grinder and Quester profiles shared by the community here: http://wrobot.eu/files/category/4-profiles/
  16. Hello, Do you run WRobot on Windows admin session? Try to install SlimDX, if this don't resolve problem try to change directx version in game: .
  17. I have found this on google: http://forum.keenswh.com/threads/unable-to-launch-serialization-errors.7291703/ Try to install last framework version: https://www.microsoft.com/fr-fr/download/details.aspx?id=48130
  18. Droidz

    Bot stops working

    Hello, Can you try to download and install last framework version: https://www.microsoft.com/fr-fr/download/details.aspx?id=48130 (if you use windows 10 use windows update)
  19. Hello, Np, if any have same question you need to use product "WRotation".
  20. Hello, I use Windows 10. Try to update Windows, this will automaticly install last Framework version. You can also try to use preinstaller version of WRobot: http://download.wrobot.eu/wrobot/tmp/WRobotPack.zip
  21. Hello, Put this code insted spell name in your fightclass, and activate spell setting "Not Spell, is lua...". I haven't tested, but try this lua code: local spell, _, _, _, _, _, _, castID, _, = UnitCastingInfo("Arena1"); local usable, nomana = IsUsableSpell("Tremor Totem"); if spell then if castID == 5782 and usable then RunMacroText("/cast Tremor Totem"); end end or this code (if you want check all area members): for i = 1, 5 do local spell, _, _, _, _, _, _, castID, _, = UnitCastingInfo("Arena" .. tostring(i)); local usable, nomana = IsUsableSpell("Tremor Totem"); if spell then if castID == 5782 and usable then RunMacroText("/cast Tremor Totem"); end end end
  22. Hello, WRobot is not affected by this banwave. This banwave seem detect free rotations bots like Soapbox (don't use free of charge wow cheat/bot, it's all time risky).
  23. Topic here: http://wrobot.eu/forums/topic/2506-banwave/
  24. Hello, You can use lua macro like http://wrobot.eu/forums/topic/1118-snippets-of-lua-codes-for-fightclass/#comment-6551 But the best way is to create fightclasses in C# (you need c# know base).
  25. Hello, You cannot change priority by digsites types, but only digsite by digsite. To improve priority, increment number in cell "Priority Digsites". More the number is bigger, more the digsite is priority.
×
×
  • Create New...