Jump to content

Droidz

Administrators
  • Posts

    12577
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, For upgrade your subscription you need to contact me by private message or email. I have credit your mmorobot account of the price of you old subscription, you can use this credit to buy unlimited subscription.
  2. Hello, Do you sure to launch WRobot in administrator mode (and you launch WRobot in a administrator Windows session?)? Can you share your log please (you can found it in "Logs" folder).
  3. Bonjour, Oui c'est possible, créer plusieurs quêtes (un quête par quête) et met dans quest order les pickup a la suite, par exemple: Quest1>Pickup Quest2>Pickup Quest3>Pickup Quest1>Pulse Quest2>Pulse Quest3>Pulse Quest1>Turnin Quest2>Turnin Quest3>Turnin
  4. Hello, Do you have tried to activate option "Ignore combat with all pet" in general settings advanced?
  5. Hello, You can change your shortcuts in wow "Game menu" > "Key Bindings"
  6. Hello, Try to add id 211721 and 211719 (http://www.wowhead.com/object=211721 and http://www.wowhead.com/object=211719)
  7. I have created a simple plugin: I have also posted source code (if you want improve plugin).
  8. Version 1.1

    6369 downloads

    Move During Combat Simple plugin to move during combat. You can configure the move sequences. Ps: I have added source code of this plugin (MoveDuringCombatSourceCodeProject.zip), it is visual studio 2013 project (in C#).
  9. And open your logs with internet explorer, google chrome or firefox it is more easy at read.
  10. Je vais regarder si je trouve d'où peut venir le problème mais je n'ai jamais eu de problèmes similaires reportés. - Pour le moment, essayez de re télécharger WROBOT et réinstaller WROBOT dans un nouveau dossier (ne toucher pas aux configurations sauf le choix de votre fightclass et profil). - Si ça ne fonctionne toujours pas allez dans l'onglet "General Settings" > "Advanced ..." > onglet "Looting and farming options" > dans la zone de texte "Harvest object (one id by line)" ajoutez "189973" (sans les "), sauvegardez et essayez de nouveau. Dites-moi si votre problème est résolu, si vous pouvez également partager votre journal (qui se trouve dans l'onglet "Logs"). Je reviens vers vous quand je trouve la cause du problème.
  11. I have found similar error on the web: http://forums.iis.net/t/1148147.aspx?It+is+an+error+to+use+a+section+registered+as+allowDefinition+MachineToApplication+beyond+application+level+ Can you try to install WRobot in your desktop, if this don't works, try to install WRobot in base HDD folder (by sample "C:\WRobot\"). Do you have try to disable your anti virus?
  12. I'll look it but it is no easy problem at solved. Do you know if wow map of this zone have changed since last updates of wow?
  13. For the moment ignore if bot cannot pickup/turnin http://www.wowhead.com/quest=9704 because npc is dead, I'll fix problem in next updates you can continue your profile.
  14. Hello, You can create an wrobot plugin (if you know C# or VB.net) or add it in your fightclass and move with lua api.
  15. Quel est ton niveau avec le métier herboriste? Et quelle herbe veux-tu ramasser?
  16. Activate/Deactivate spells of rotation with wow macro In wow create new macro with this code: /run if pausecooldown == 1 then pausecooldown = 0; print("pause desactivated") else pausecooldown = 1; print("pause activated") end Now in your spell add condition script lua: LuaScript: if not (pausecooldown == 1) then resultCooldown = "canlaunch" else resultCooldown = "" end Research: canlaunch Var: resultCooldown After, just click on macro to pause your spells. PS: You can change variables name. EDIT: Sample here:
  17. If I found better solution I post it here but I don't understand why this don't works correctly on all mobs.
  18. Hello, Do you have look for an wow addon?
  19. Do you have try to disable your wow addon? You have this problem also with mobs and mines loot?
  20. Bonjour, Vous pouvez trouver le forum Français ici. Pour votre problème, vérifiez si dans l'onglet "General Settings" l'option "Harvest Herbs" est bien activé. Si le problème est toujours présent pouvez vous poster votre fichier journal (vous le trouvez dans l'onglet "Logs" d'une session de WRobot ou vous avez eu ce problème. Essayez également d'utiliser un autre profil. PS: Je vous conseil de lire le est en Français.
  21. Hello, Time is in milliseconds, for 60 secondes put 60000 (1 sec = 1000 milliseconds)
  22. Droidz

    erreur

    Bonjour, WRobot ne trouve pas les sites de fouille, Essayez de désactiver tout vos addons wow (et vérifiez également si sur le continent sur lequel vous vous trouvez il y a des sites de fouille). ps: J'ai déplacé vos sujet dans le forum Français.
  23. Droidz

    Ignore This mob

    Hello, Activate option "Start fighting with Elite" for don't avoid this mob (you can found this option in advanced "General Settings"). Tell me if your problem is solved.
  24. Hello Use spell http://www.wowhead.com/spell=686 instead of http://www.wowhead.com/spell=29722. Use spell http://www.wowhead.com/spell=172 instead of http://www.wowhead.com/spell=348. Tell me if this works. You can use this macro to get base spell name:
  25. Hello, What is your latency in game?
×
×
  • Create New...