Jump to content

Droidz

Administrators
  • Posts

    12448
  • Joined

  • Last visited

Community Answers

  1. Droidz's post in Wrobot error was marked as the answer   
    Hello,   Sorry for the delay.   I have reset your key (you can found your new license key here: http://wrobot.eu/index.php?app=nexus&module=clients&section=purchases )   I have also added free days at your subscription.   Tell me if problem is not resolved I'll refund your subscription.
  2. Droidz's post in Having issue was marked as the answer   
    Hello,
     
    Problem resolved: 
  3. Droidz's post in Pet Battle Profiles using Flight points was marked as the answer   
    Hello,
     
    In the profile creator,

     
    Record the path for first zone,edit "For character level" settings of this zone (2) (by sample, level 1 to 3).
    To add a new zone click on boutton "+" (1), edit "For character level" settings of this zone (2) (by sample, level 4 to 5) and record the path of this second zone.
  4. Droidz's post in HF [On s’est déjà rencontré ?] demande d'aide was marked as the answer   
    Bonjour, il y a plusieurs possibilités, la plus simple est de:
    Aller dans l'onglet "General Settings". Cliquez en bas à droite sur "Enter advanced settings...". Allez dans l'onglet "My Macros". Dans "Macro 1" mettre l'option "Active this macro" à "True", "Press all the x Second" à 20 par exemple (pour activer toutes les 20 secondes la macro), et dans "Press key" mettre la touche du raccourci clavier qui lance le macro ingame, par exemple "é" qui correspond au slot 2 de la barre de sorts. Résultat:  Cliquez sur le bouton en bas à droite "Save and Close". Sélectionnez le produit "Custom Profile" dans l'onglet "Main" et le profil "Anti Afk" dans l'onglet "Product Settings" (vous pouvez télécharger le profil anti afk ici:  ).  
  5. Droidz's post in Excluding certain nods was marked as the answer   
    Hello,
     
    Add objects id in the blacklist.
     
    Go to tab "General Settings". Go to "Enter advanced settings..." Go to tab "Looting and Farming options" In the textbox "Don’t harvest object (one id by line)" copy this id: 209349 221542 214510 ( http://www.wowhead.com/object=209349 , http://www.wowhead.com/object=221542 , http://www.wowhead.com/object=214510 ) (object id is the number than contain wowhead url, in this url wowhead.com/object=209349  the id is 209349 and is an object)
  6. Droidz's post in Player attack WildPet (Lvl 1)...every 5 sek. was marked as the answer   
    Hello,
     
    I have improve system, wait next update.
  7. Droidz's post in wrobot 5.4.8 was marked as the answer   
    Bonjour,
     
    Je pense que votre problème est causé par un logiciel que vous avez installé sur votre ordinateur (un logiciel style teamspeak). Essayer avant de lancer WRobot de fermer tous les logiciels non utiles. Vous pouvez également essayer de changer la version de Directx dans Wow.
     
    Si le problème persiste, pouvez-vous partager votre fichier journal (qui se trouve dans le dossier "Logs").
     
    Merci.
  8. Droidz's post in tous les profils de quêtes ont disparu was marked as the answer   
    Bonjour,
     
    Pour le moment, de livré avec WRobot il y'a uniquement le profile humain alliance 1-15 et ça n’a pas changé. Vous pouvez trouver quelques autres profils de quêtes ici, mais pour le moment peu de zones/races sont supportées.
     
    Je n'arrête pas le support des que quelqu'un a pris un abonnement, au contraire, ça peut m’arriver d’oublier de répondre ou de ne pas voir le sujet, n'hésitez pas à la reposer faire un up (pas toutes les deux heures, mais tous les 1 ou 2 jours).
     
    Pour ce qui est du Celestial Goldem pouvez-vous s'il vous plait me réexpliquer votre problème en détail ?
     
    Merci.
  9. Droidz's post in Bot Wont Attack was marked as the answer   
    Hello,
     
    Do you have edit settings? (in general settings advanced you have option "Don't start fighting", check if this option is disabled).
     
    You can try to disable all wow addon and reinstall wrobot.
     
    If your problem is not resolved, send me your log file please.
  10. Droidz's post in help plz game say ABS ????????????? was marked as the answer   
    Bonjour,
     
    Dans l'onglet "General Settings", "Advanced s..." activez l'option "Use lua to move" 
  11. Droidz's post in Nourriture was marked as the answer   
    Bonjour,
     
    Allez sur l'onglet "General Settings" > en bas à droite cliquez sur "Advanced...." > Une nouvelle fenêtre s'ouvre, allez sur l'onglet "Food/Drink". Plus d'informations dans le guide de WRobot.
  12. Droidz's post in automaton help was marked as the answer   
    Hello, You need to deactivate option "Attack mob for experience" (in product settings) to attack all mobs level.
  13. Droidz's post in Problem with Grinder was marked as the answer   
    Hello,   Search on download section if you don't find another profile for your zone.   You can avoid to close bot after 200 blockages in "General Settings" > "Advanced..." > tab "Security" but it is not normal to get 200 blockages, I recommand to change profile.
  14. Droidz's post in Cherche un profil was marked as the answer   
    Bonjour, merci.
     
    Essayer ce profil: 
     
    Oui c'est vrai qu'il peut encore manquer quelques profils pour certaines zones.
  15. Droidz's post in Monk's brews was marked as the answer   
    Hello,   I have found this id: 116740;Tigereye Brew 125195;Tigereye Brew 125196;+1 Tigereye Brew 123980;Brewing: Tigereye Brew 137591;Tigereye Brew! Try this:
    In FightClass "General Settings", "Additional C# code" add:
    public int TigereyeBrewStackCount() { // 116740;Tigereye Brew // 125195;Tigereye Brew // 125196;+1 Tigereye Brew // 137591;Tigereye Brew! int buffStack = 0; buffStack = buffStack + ObjectManager.Me.BuffStack(116740); buffStack = buffStack + ObjectManager.Me.BuffStack(125195); buffStack = buffStack + ObjectManager.Me.BuffStack(125196); buffStack = buffStack + ObjectManager.Me.BuffStack(137591); return buffStack; } To use it, add in the spell condition type "C Sharp Code", > in "Value" put code:
    TigereyeBrewStackCount() >= 10 (replace 10 by number of stack required)
     
    ps: I ignore if this code works but it is good way to calculate stack of several spells.
    ps 2: You can replace "ObjectManager.Me.BuffStack" by "ObjectManager.Target.BuffStack" to get target stack.
  16. Droidz's post in horde/85-90/85-90 Jade Forest.xml bug was marked as the answer   
    Hello,   Thanks for report.   You can found another profile for level 85 at jade forest here:
  17. Droidz's post in Problème de minage... was marked as the answer   
    Bonjour,
     
    Essayé d'ajouter les objets a ramasser dans les configuration de WRobot:
    Onglet "General Settings". Bouton "Enter advanced settings...". Onglet "Looting and Farming options". Dans la zone de text "Harvest object (one id by line)" ajoutez le texte: 1734 1735 1733 1732
  18. Droidz's post in moving plug-in was marked as the answer   
    Hello,
     
    I have fixed problem, download again plugin.
  19. Droidz's post in Reconnexion Avis was marked as the answer   
    Bonjour,
     
    Comme répondu par message privé WRobot ne fonctionne pas avec l'authentificator.
  20. Droidz's post in Profile Issue, Need Dr , Droidz =D was marked as the answer   
    I have added support for dead NPCs to pickup/turnin quest, tell me if you have problem with it.
  21. Droidz's post in Error - not working with new updates. was marked as the answer   
    Problem solved. Relaunch WRobot and accept update.
  22. Droidz's post in Subscription Question was marked as the answer   
    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.
  23. Droidz's post in move character during combat was marked as the answer   
    I have created a simple plugin:   I have also posted source code (if you want improve plugin).
  24. Droidz's post in Gatherer bot dont recolte, he only fly on the map was marked as the answer   
    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.
  25. Droidz's post in erreur was marked as the answer   
    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.
×
×
  • Create New...