Jump to content

Droidz

Administrators
  • Posts

    12579
  • Joined

  • Last visited

Everything posted by Droidz

  1. Bonjour, le anciennes versions de WRobot pour MoP sont obsolètes et ne seront pas réactivés.
  2. Hello, it is for this reason than I don't add it in bot routine. This feature can help you to save time, but it is recommanded to check manually all the time (you can also use wow addon to help you to select good price).
  3. The real lua name like "ActionButton1" (not the displayed name)
  4. I'll add this feature. If you can help me to complete list of all mobs spawn by the herbs: http://www.wowhead.com/npc=98232/withered-hungerer http://www.wowhead.com/npc=98234/nightmare-creeper
  5. "Influenced" don't works? else try this c# condition: For your character: wManager.Wow.ObjectManager.ObjectManager.Me.Root for target: wManager.Wow.ObjectManager.ObjectManager.Target.Root
  6. Hello, I have upgraded your key, you can now use also old version of WRobot (you can found your new key here: http://wrobot.eu/clients/purchases/ )
  7. Avez vous activer ce sort (Summon Water Elemental) dans les réglages de la fightclass? (cliquer sur la petite icone ou vous avez sélectionné votre fightclass pour accéder aux réglages)
  8. Hello, what is the name of the button http://wrobot.eu/forums/topic/1689-useful-scripts/?do=findComment&comment=8447
  9. Can you share your log file please (http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/).
  10. Hello, it is automatic, what product (bot) do you use?
  11. Hello, line 133, replace Lua.LuaDoString("SendChatMessage(\"" + Message + "\", \"CHANNEL\", nil, " + ChannelId + ");"); by Lua.LuaDoString("SendChatMessage(\"" + Message + "\", \"SAY\");"); ref: http://wow.gamepedia.com/API_SendChatMessage
  12. Bonjour, cette fightclass ne support que le client wow en Anglais, essayez en une autre (ou vous pouvez également la traduire en français)
  13. Like here: https://www.youtube.com/watch?v=Vvmdlgrbz-g ?
  14. Bonjour, http://wrobot.eu/forums/topic/1925-sample-dungeon-profile/
  15. In your log, WRobot dismount because you are stuck
  16. Can you share your log
  17. Hello, do you have try to active option "Ignore fighting during farm if in druid form" in advanced general settings tab "farming..."?
  18. Hello, In game, when you have selected http://fr.wowhead.com/npc=105393/il-gynoth, can you go to tab "Tools" > "Development Tools" > bouton "Memory informations" and send me result by private message.
  19. Hello, try to replace if count and count =< 6 then by if count and count <= 6 then
  20. Can you share your log with new setting/profile
  21. Hello, you can also, in grinder profiles editor add zones, in all zones put the min/max level in "For character level 'x' to 'x'". WRobot will change zone automaticly.
  22. Hello, sorry you cannot use party bot out of party
  23. Hello, this version is obsolete.
  24. Bonjour, vous pouvez regarder ce guide http://wrobot.eu/forums/topic/3560-fight-class-tutorial-video/ et lire http://download.wrobot.eu/wrobot/guides/WRobot guide FR.pdf . Editer également de fightclass qui existe déjà (pour wotlk ou cata) afin de voir comment utiliser les sorts.
  25. ps: you can also replace if (itemId > 0) ItemsManager.UseItem(itemId); // if it is item if (spellId > 0) SpellManager.CastSpellByIdLUA(spellId); // if it is spell by Lua.LuaDoString("ExtraActionButton1:Click()");
×
×
  • Create New...