Jump to content

Droidz

Administrators
  • Posts

    12579
  • Joined

  • Last visited

Everything posted by Droidz

  1. I cannot reproduce this problem. Do you have try to reinstall WRobot?
  2. Changed Status to Fixed
  3. Changed Status to Fixed
  4. Changed Status to Fixed Changed Version to All
  5. Version 1.0.0

    346 downloads

    Human Warrior start zone test
  6. Use ID don't resolved problem? http://wrobot.eu/forums/topic/3573-snippets-c-codes-for-fight-classes/#comment-16508
  7. Changed Status to Confirmed Changed Version to All
  8. Changed Status to Confirmed Changed Version to All
  9. Hello, if you can use default WRobot settings, "no dx" is only for users with problems with directx.
  10. Changed Status to Not a Bug Changed Version to All
  11. Hello, http://wrobot.eu/forums/topic/1118-snippets-of-lua-codes-for-fightclass/?do=findComment&comment=17321
  12. Check if any buff/debuff by type LuaScript: anyPoison = false; for i=1,40 do local name, rank, icon, count, debuffAuraType = UnitAura("player", i); if name and debuffAuraType and debuffAuraType == "Poison" then anyPoison = true; return; end end - you can replace player by UnitId - Replace 53817 by your spell id. Research: true Var: anyPoison Wow API: http://wow.gamepedia.com/API_UnitAura You can change "player" by "target" or "pet" or... to check target, pet... buff/debuff. You can change "Poison" by "Magic", "Disease", "Curse".
  13. Hello, can you share your log file please.
  14. Hello, if you can wait next udpate and tell me if problem is resolved.
  15. Changed Status to Fixed
  16. Hello, no tested, but in fightclass editor you can use this code like this:
  17. Hello, do you have check "Remember Account Name" in login wow window? If yes, uncheck this option.
  18. Hello, WRobot don't need update for this build.
  19. Can you try this version: Loot-A-Rang.cs, try also to change your fightclass
  20. Changed Status to Confirmed Changed Version to All
  21. Hello, step 6 and 10 http://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966
  22. Hello, can your share log file
  23. Droidz

    Fight Class ?

    Bonjour http://wrobot.eu/forums/topic/3566-wrotation/#comment-17262
  24. https://www.google.fr/#q=site:wrobot.eu%2Ffiles%2Ffile+[paid]
×
×
  • Create New...