Jump to content

Droidz

Administrators
  • Posts

    12586
  • Joined

  • Last visited

Everything posted by Droidz

  1. Salut. Généralement quand le perso perd l'aggro c'est que la cible ne le focus plus, donc: var reckoningSpell = new Spell("Reckoning"); // http://www.wowhead.com/spell=62124 var target = ObjectManager.Target; // Utilise la cible que tu veux if (target.IsValid && !target.IsTargetingMe) { if (reckoningSpell.KnownSpell && reckoningSpell.IsSpellUsable && reckoningSpell.IsDistanceGood) { reckoningSpell.Launch(); } } Il y a aussi des fonctions lua si tu veux être plus précis.
  2. Essaye d'utiliser le chemin complet de Lua: wManager.Wow.Helpers.Lua.LuaDoString("SetCVar(\"autoInteract\", 0);"); Pour http://www.wowhead.com/item=44098 tu peux utiliser: wManager.Wow.Helpers.ItemsManager.UseItem(44098); (Lua est quand même utilisé au final par le bot)
  3. Bonjour, Dans les configurations de WRotation vous pouvez activer l'option "Attack all selected target...". Le problème (gène) avec cette option c'est que si vous sélectionnez un PNJ ou joueur amis il va essayer de l'attaquer, vous pouvez utiliser 'ALT-X' pour mettre en pause le bot rapidement.
  4. Use this plugin to change quickly you settings:
  5. Version 1

    546 downloads

    Settings Backup Plugin to save/load WRobot settings (general settings) quickly. This plugin is created to change quickly your WRobot settings (if you need special settings for an profile/product, if you want use same settings on several characters). How to use: - Copy downloaded file in folder "WRobot\Plugins\". - Launch WRobot and go to tab "Plugins". - Select plugin and click on button "Settings selected plugin". (this plugin don't change WRobot during runtime, you don't need to active it)
  6. Hello, Moved to good forum. And yes you can, use product "Profiles Converters"
  7. Droidz

    Clé à vie

    Bonjour, Vous pouvez télécharger WRobot ici: Lancer le programme "Update" pour installer WRobot.
  8. Hello, it is all old WRobot versions (I don't guarantee that this works now and later). Go here:
  9. Hello, Small new to say than WRobot support Wow 6.0.3 19342. Best regards, Droidz.
  10. Hello, Small new to say than WRobot support Wow 6.0.3 19342. Best regards, Droidz.
  11. Hello, You don't need to know XML, use tool in tab "Tools" button "Create Fightclass". Edit existing fightclass and add/edit spells (I have found http://wrobot.eu/files/category/19-warlock/for WoD, you can also update old fightclass: http://wrobot.eu/files/category/39-old-obsolete/ )
  12. Hello, I have reply is not same spell but it is same way). Check in your log (just after start an bot with your fightclass) if your spell are found, you have line like: Spell(string spellName): spellName=Starfire, Id found: 0000, Name found: Starfire, NameInGame found: Starfire, know = True if know=False WRobot don't found spell, in this case use base spell name. If know=true the problem is caused by your condition, try to use lua condition to check buff.
  13. Hello, For Wowwiki Sunfire replace Moonfire, try to use Moonfire instead Sunfire in your fightclass. You can also try to use lua condition like If you cannot resolve problem please fightclass.
  14. Target have buff/debuff LuaScript: returnResult = false; local name = GetSpellInfo(53817); local name = UnitDebuff("target", name); if name then returnResult = true; end Research: true Var: returnResult Replace 53817 by your spell id. ps: to get buff/aura spell id you can use this script:
  15. Bonjour, Pour les profils horde niveau 90-100 vous pouvez aller sur ce post: Sinon il y a également le site Français de WRobot qui contient quelques profils: http://mmorobot.eu/forum.php
  16. Hello, Reply here:
  17. Hello, Try this (not tested), for level 97-100 use this H 94- 96 Talador.xml H 90-95 Frostfire Ridge 300k.xml H 90-96 Darkspears edge.xml H 92-94 Gorgrond.xml
  18. Hello, I have just posted "multi pull" plugin here: I'll work on plugin for buy with honor point.
  19. Version 2.0

    2651 downloads

    Multi Pull Beta Plugin for multiple pulling in combat.
  20. Hello, Wait next update, I have added support.
  21. Droidz

    mine lvl 3

    Je viens d'essayer et ça fonctionne, il faut également dans "advanced general settings" onglet "Others..." désactiver l'option "Use Path Finder".
  22. 397 downloads

    Ashran (Artifact Fragments + Bonus Objective) (Level 100) Recommended Horde ps: You can use
  23. Hello, Can you give wowhead link of targets and the map zone. You can look this video to understand how to create grinder profile (it is old WRobot version but it is same way)
  24. Put at this option: Call Pet 1 And save your fightclass. If this don't works please send me your fightclass (to attach file at your reply look ).
×
×
  • Create New...