Everything posted by Droidz
-
someone in group not ready
Can you give me button name (where you want to click): http://wrobot.eu/forums/topic/1689-useful-scripts/?do=findComment&comment=8447
-
How to make plugin to do some stuff in battle?
Yes but it will be complicated with current API.
-
Bot doesn't work with firestorm
Can you try to extract on your wow folder and run wow with this file: Wow_18414.zip
-
WRobot - Official
- 116 comments
- 6 reviews
-
Fight Class Paladin
Hello, this fightclass don't works? http://wrobot.eu/files/file/663-335a-retri-paladin-by-bettersister/ http://wrobot.eu/files/file/666-335a-prot-paladin-by-bettersister/
- Flightmaster
-
Make more pulse part at the same time
Hello, I cannot add possibility to pulse several quests at the same time. But you can interact/kill and gather like this: http://wrobot.eu/forums/topic/3331-feature-request-new-profile-quest-pulse-types/?do=findComment&comment=16900
-
Can this run on Linux?
Can you share your log file please (http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/).
- Trial
-
Trial
Hello, reply by private message.
-
Bug Path-finding : Path Count
Bonjour, avez vous essayé sur une nouvelle installation de WRobot si vous obtenez ce problème? (réinstaller juste votre fightclass/profile, garder les config par défauts pour tester)
-
Not Picking Up Artifact
Try to increment min/max latency option in advanced general settings.
- How to have bot come up for air when running out of Breath underwater?
-
questing on gathering
Hello, if you don't wan't avoid nodes when players are near, put 0 at "Avoid Harvest Players Radius" (in advanced general settings). I'll add option to disable this option quickly.
-
Click button to use a item/spell
In quest type "InteractWithNpc", you need to put full lua code (not chat command). You can put (in "Macro when interact"): RunMacroText("/click ExtraActionButton1") or: ExtraActionButton1:Click()
-
Grinding quest profile - Disaple item
Hello, do you have try to blacklist zones where they are "Titan Defense Orb"
-
Mana drinks
Hello, I cannot reproduct your problem. Do you have error in your log?
- IDLE + looting
-
Heal profiles not working
Hello, you can try to contact @Pasterke, but I ignore if support this fightclass yet. What product do you use?
-
anti afk?
Hello, http://wrobot.eu/bugtracker/moves-when-fishing-r516/
-
Moves when fishing
http://wrobot.eu/forums/topic/3906-anti-afk/
-
The Innkeeper's Daughter how to check if known and use it
Do you have try with lua? http://wow.gamepedia.com/API_IsSpellKnown var isKnown = wManager.Wow.Helpers.Lua.LuaDoString<bool>("return IsSpellKnown(91226)");
-
Bot se met en pause avec Automaton ou Gatherer
Bonjour, Pouvez vous partager votre fichier journal (Log) http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/
-
someone in group not ready
Hello, can you give me more informaiton about your problem. Do you have try to use this plugin http://wrobot.eu/files/file/508-readycheck/ or http://wrobot.eu/files/file/411-auto-accept-wow-popup-window/ ? (Some wow addon can do that also)
-
How to make plugin to do some stuff in battle?
Hello, it is very hard currently to control your character from plugin (but I'll add events to resolve this problem). You can try to put WRobot in pause and run your code.