Everything posted by Droidz
-
Error - not working with new updates.
Hello, I'll work on this, wait one or two hours.
-
Problème de minage...
Bonjour, Pouvez vous partager le fichier journal d'une session de WRobot ou vous avez rencontré ce problème (vous pouvez trouver le journal dans le dossier "Logs" du bot? Vérifier si dans Wow la touche pour s’asseoir/décentre est bien une lettre (X par défaut).
-
Repa et vendre sur ma monture
Merci, je vais corriger ce problème, je reviens vers vous des que le problème est résolu.
-
Whisper Screenshot
Hello, To active pluging: Go to "General Settings" > "Enter advanced settings..." > tab "Plugins" > Select "WhisperScreenshot" > Click on button "Activate/Desactivate selected Plugin" (plugin name is green when is activated).
-
How to create Plugin (developer only)
You can found another's plugin source code here:
-
Repa et vendre sur ma monture
Bonjour, Le vendeur de votre monture est bien: http://fr.wowhead.com/npc=32638 ? Et le réparateur est bien: http://fr.wowhead.com/npc=32639 ?
-
Immerseus won't rotate
If you can wait next update, I have added more informations in debug spell log, when next update is released, send me debug spell log again please. Thanks.
-
Mob Problem
Hello, If you want fight to loot herbs/mines, in advance generals settings tab "Looting and Farming options" disable option "Ignore fight during farm if druid form". If you want ignore herbs/mines with mobs near, in advance generals settings tab "Looting and Farming options" put 0 at option "Max Units Near".
-
bot problem
Hello, You have a privileges problem. Your Windows user (session) is probably not an administrator user. Your error: Get admin rights on your Windows user to resolve problem.
-
Subscription Question
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.
-
bot problem
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).
-
Questions Easy quest
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
-
Bot Trying to Attack Hunter Pets.
Hello, Do you have tried to activate option "Ignore combat with all pet" in general settings advanced?
-
Looting question
Hello, You can change your shortcuts in wow "Game menu" > "Key Bindings"
- Ok in Townlong Steps there is an Area that the herbing bot will try and herb.
-
move character during combat
I have created a simple plugin: I have also posted source code (if you want improve plugin).
-
Move During Combat
- 6463 downloads
- Version 1.1
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#).- 13 comments
- 4 reviews
-
Add support for windows 8.1
And open your logs with internet explorer, google chrome or firefox it is more easy at read.
-
Gatherer bot dont recolte, he only fly on the map
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.
-
Add support for windows 8.1
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?
-
quest turn in
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?
-
Profile Issue, Need Dr , Droidz =D
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.
-
move character during combat
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.
- Gatherer bot dont recolte, he only fly on the map
-
Snippets of LUA codes (for FightClass)
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: