Jump to content

Droidz

Administrators
  • Posts

    12579
  • Joined

  • Last visited

Everything posted by Droidz

  1. Vous utilisé une ancienne version de WRobot qui n'ai plus supporté, les fichiers pour générer les chemins n'existent plus, c'est pour cette raison que WRobot n’évite pas les obstacles. La seul version a jour pour MoP est ici: http://wrobot.eu/forums/topic/2477-download-wrobot-for-mop/ (un version d'essai est disponible pour tester avant achat).
  2. Hello, if you don't understand how works quest profile, try to use Grinder to create dungeon profile (it is better but it is very hard to create dungeon profile with quester profile).
  3. Hello, in game, your character continue to target selected npc?
  4. Bonjour, essayer avec lua: http://wow.gamepedia.com/API_CastSpellByName
  5. Hello, try to remove file "WRobot\Settings\RobotManagerGlobalSetting.xml"
  6. Bonjour, pouvez vous partager votre fichier journal (log) svp : http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/
  7. Hello, step 6: http://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966
  8. Changed Status to Fixed
  9. 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)
  10. 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).
  11. 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/ )
  12. 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.
  13. 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.
  14. Hello, for many users, teamviewer blocks keyboard access.
  15. Hello, you get this problem frequently? Wow seem crash, you get "Wow error"? Try to launch WRobot with shortcut "WRobot No DX".
  16. Hello, do you get errors in your log files?
  17. Droidz

    Condition Soul Shards

    http://wrobot.eu/bugtracker/profile-creator-condition-soul-shards-not-working-r424/?do=findComment&comment=3080
  18. Changed Status to Confirmed Changed Version to All
  19. 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
  20. Bonjour, pouvez vous partager le fightclass
  21. Hello, you can also use this method: http://wrobot.eu/forums/topic/2846-dont-attack-the-mobs/?do=findComment&comment=13087
  22. Bonjour, merci pour le partage, si vous voulez que votre profil soit plus accessible, partagé le dans la section adapté: http://wrobot.eu/files/
  23. Hello, can you share your fightclass
  24. Hello, use this profile with "Quester" product.
  25. 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
×
×
  • Create New...