Jump to content

Droidz

Administrators
  • Posts

    12618
  • Joined

  • Last visited

Everything posted by Droidz

  1. 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".
  2. Hello, can you share your log file please.
  3. Hello, if you can wait next udpate and tell me if problem is resolved.
  4. Changed Status to Fixed
  5. Hello, no tested, but in fightclass editor you can use this code like this:
  6. Hello, do you have check "Remember Account Name" in login wow window? If yes, uncheck this option.
  7. Hello, WRobot don't need update for this build.
  8. Can you try this version: Loot-A-Rang.cs, try also to change your fightclass
  9. Changed Status to Confirmed Changed Version to All
  10. Hello, step 6 and 10 http://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966
  11. Hello, can your share log file
  12. Droidz

    Fight Class ?

    Bonjour http://wrobot.eu/forums/topic/3566-wrotation/#comment-17262
  13. https://www.google.fr/#q=site:wrobot.eu%2Ffiles%2Ffile+[paid]
  14. Droidz

    WRotation

    Bonjour, Les Figthclass(es) gère les sorts de votre personnage (sans fightclass, votre personnage fera du corps a corps sans utiliser de sort). WRotation permet de controler le votre personnage manuellement, mais le bot gère les combats. Plus d'info ici http://download.wrobot.eu/wrobot/guides/WRobot guide FR.pdf et http://download.wrobot.eu/wrobot/guides/WRobot FAQ FR.pdf
  15. WRobot support now Wow 7.0.3 build 22498, you need to update WRobot.
  16. Hello, http://wrobot.eu/forums/topic/3693-update-status-patch-703-build-22498/
  17. Hello, I just start to work on this patch
  18. Hello, trial version is available only on WRobot for private server.
  19. Yes, I cannot resolve this problem, you cannot use class ProfileHelper in quest steps (after reload profile), you need to use full code, fixed profile: Eeny_Slagmines_EDITED.xml Some time, lua return empty ( ), I have try to fix it in quest step code.
  20. Hello, do you have try to disable Loot-A-Rang plugin to check if you get this problem or no?
  21. Thank you, if you can wait next update. Problem is resolved.
  22. Hello, read this: http://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 If problem is not resolved, please share your log file.
  23. Hello, can you share your log files please.
  24. For general WRobot usage, 15 fps is too low to works fine. But you can run this command in wow chat (or create macro) to put quickly maxfps at 15: /run SetCVar('maxFPS', 15); SetCVar('maxFPSBk', 15);
  25. Can you send me profile (by private message if you want) where your get more frequently this problem please.
×
×
  • Create New...