Jump to content

Droidz

Administrators
  • Posts

    12519
  • Joined

  • Last visited

Everything posted by Droidz

  1. 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.
  2. 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.
  3. 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:
  4. 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
  5. Hello, Reply here:
  6. 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
  7. Hello, I have just posted "multi pull" plugin here: I'll work on plugin for buy with honor point.
  8. Version 2.0

    2578 downloads

    Multi Pull Beta Plugin for multiple pulling in combat.
  9. Hello, Wait next update, I have added support.
  10. 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".
  11. 397 downloads

    Ashran (Artifact Fragments + Bonus Objective) (Level 100) Recommended Horde ps: You can use
  12. 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)
  13. 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 ).
  14. Hello, sorry for the delay. Fightclasses structure is easy. You have the spells list (ordered by priority) and all spells have conditions (if all the conditions are true the spell is launched and WRobot return to the first spell, if any condition are false, WRobot go to the next spell). For Nocombat,Mounted,... just activate/deactivate the spell options. If you have questions do not hesitate, you can also edit existing Fightclasses to give you an idea of how this works. ps: You can use lua code like PQR to check if you need to launch or not the spell.
  15. Hello, WRobot not support Wow fullscreen mode (you need to use window mode when you use WRobot). If you can send me your please. For wait you can try to activate option "Use lua to move" and
  16. Resolved by private message
  17. Désolé de me répéter mais pouvez vous réinstaller Slimdx: http://slimdx.googlecode.com/files/SlimDX%20Runtime%20.NET%204.0%20x86%20%28January%202012%29.msiet de re télécharger WRobot et de le réinstaller Essayé également de désactiver votre antivirus. Faite moi savoir si votre problème est résolu.
  18. Hello, can you send me your please.
  19. ps: For heal fightclass I recommand to use C# ( ) it is more powerfull.
  20. Hello, Check in your fightclass (Button "Create Fightclass" tab "Tools" and load your fightclass) if the spell name of option "Call pet spell name" is good.
  21. Tu as bien mis public Int128 lastTarget = Int128.Zero(); Et tu utilise bien la dernière version de wManager comme référence?
  22. Hello, If you can try this profile:
  23. 444 downloads

    Ashran (Artifact Fragments + Bonus Objective) (Level 100) Recommended Alliance ps: You can use
  24. 1437 downloads

    Auto Accept Auto accept pop-up window (works to join Ashran)
×
×
  • Create New...