Jump to content

Droidz

Administrators
  • Posts

    12519
  • Joined

  • Last visited

Everything posted by Droidz

  1. Bonjour, pouvez vous partager votre fichier journal (log) svp : http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/
  2. Hello, step 6: http://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966
  3. Changed Status to Fixed
  4. Vous pouvez aussi utiliser: ObjectManager.Me.HaveBuff("Swift Poison") (si vous pouvez me montrer comment vous utiliser votre code c# et me dire si vous obtenez des erreurs dans votre fichier log)
  5. 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).
  6. 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/ )
  7. 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.
  8. 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.
  9. Hello, for many users, teamviewer blocks keyboard access.
  10. Hello, you get this problem frequently? Wow seem crash, you get "Wow error"? Try to launch WRobot with shortcut "WRobot No DX".
  11. Hello, do you get errors in your log files?
  12. Droidz

    Condition Soul Shards

    http://wrobot.eu/bugtracker/profile-creator-condition-soul-shards-not-working-r424/?do=findComment&comment=3080
  13. Changed Status to Confirmed Changed Version to All
  14. 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
  15. Bonjour, pouvez vous partager le fightclass
  16. Hello, you can also use this method: http://wrobot.eu/forums/topic/2846-dont-attack-the-mobs/?do=findComment&comment=13087
  17. Bonjour, merci pour le partage, si vous voulez que votre profil soit plus accessible, partagé le dans la section adapté: http://wrobot.eu/files/
  18. Hello, can you share your fightclass
  19. Hello, use this profile with "Quester" product.
  20. 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
  21. Changed Status to Not a Bug
  22. Hello, no sorry (but you can add players on tab "Map" and in radar 3d (ingame radar))
  23. Hello, to clear target you can use lua code http://wowwiki.wikia.com/wiki/API_ClearTarget : ClearTarget();
  24. Bonjour, réponse par message privé
  25. 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).
×
×
  • Create New...