Jump to content

Droidz

Administrators
  • Posts

    12596
  • Joined

  • Last visited

Everything posted by Droidz

  1. Bonjour, Quand vous avez http://www.wowhead.com/spell=157605/swift-poison sur votre personnage, aller dans l'onglet "tools" > "dev... tools" > puis cliquer sur le bouton "memory info", la beaucoup d'informations du jeu vont s'afficher, aller un petit peut plus bas dans le texte, vous pourrez trouver la liste des buff/debuff actuel de votre personnage (avec l'id et le nom des sorts).
  2. You can get problem with fightclasses only if the owner of the fightclass use "lua" with item/spell name directly (to resolve this problem: http://wrobot.eu/forums/topic/1688-lua-and-multi-language-support/ )
  3. Hello, if you play on official wow server you can use wow german client without problem. On private server (old wow versions), it is recommanded to use english wow client to avoid some bugs.
  4. Hello, You can download fightclasses here: http://wrobot.eu/files/category/9-fight-classes/ Move downloaded files in folder "\WRobot\FightClass\". If you problem is not resolved read this: http://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 and share your log files.
  5. Hello, for many users, teamviewer blocks keyboard access.
  6. Hello, you get this problem frequently? Wow seem crash, you get "Wow error"? Try to launch WRobot with shortcut "WRobot No DX".
  7. Hello, do you get errors in your log files?
  8. Droidz

    Condition Soul Shards

    http://wrobot.eu/bugtracker/profile-creator-condition-soul-shards-not-working-r424/?do=findComment&comment=3080
  9. Changed Status to Confirmed Changed Version to All
  10. Hello, to wait fix, you can use lua condition http://wow.gamepedia.com/API_UnitPower like: LuaScript: local power = UnitPower("player", 7); if (power > 0) then retV = "1";else retV = "0"; end VarRet: retV ValueRet: 1
  11. Bonjour, pouvez vous partager le fightclass
  12. Hello, you can also use this method: http://wrobot.eu/forums/topic/2846-dont-attack-the-mobs/?do=findComment&comment=13087
  13. Bonjour, merci pour le partage, si vous voulez que votre profil soit plus accessible, partagé le dans la section adapté: http://wrobot.eu/files/
  14. Hello, can you share your fightclass
  15. Hello, use this profile with "Quester" product.
  16. Can you try to Right-click on WRobot.exe and then click Properties. On the Compatibility tab, select Disable Display Scaling On High DPI Settings, and then click OK: https://www.youtube.com/watch?v=0xS-UCuyq7s
  17. Changed Status to Not a Bug
  18. Hello, no sorry (but you can add players on tab "Map" and in radar 3d (ingame radar))
  19. Hello, to clear target you can use lua code http://wowwiki.wikia.com/wiki/API_ClearTarget : ClearTarget();
  20. Bonjour, réponse par message privé
  21. Hello, can you share your log file of session where you tried to create a fightclass or a profile. (you can find log file in the "Logs" folder).
  22. Hello, try to run this C# code ( http://wrobot.eu/forums/topic/2202-profile-positions-and-action-column/ ) : System.Threading.Thread.Sleep(1000); (replace 1000 by delay in ms)
  23. Hello, you cannot update your license because I have already upgraded your license key (read your private messages).
  24. Hello, can you share your log file please.
  25. Droidz

    Warlock destro

    Changed Status to Not a Bug Changed Version to All
×
×
  • Create New...