Everything posted by Droidz
-
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.
-
Compiler error in quester profile
Hello, you cannot use custom class (from a quest) in step, load your class TravelHelper like here http://wrobot.eu/forums/topic/3834-shared-cs-code-for-all-profiles/?do=findComment&comment=17924 if you want use your classe where you want.
-
stuff
You cannot, it is automatic and you cannot change it.
-
WRobot for Wow Legion build 7.0.3.2239 ready
Hello, yes
-
50FPS - Too high FPS?
I'll add option to avoid to change your max fps settings (I come back here when is added). More you use lua, more you need a high fps. You can run WRobot with low fps, but you need to use basic fightclass (only some spells), you can also try to disable option "Avoid walls with ray (beta)" in advanced general settings tab Path-Fin... After the best way is to try.
-
Bot doesn't work with firestorm
Hello, you can also get error: "game version incorrect" if you don't run WRobot in administrator mode (you need admin windows session). Check also if you get error in your log files (you can found this file in "Logs" folder).
-
Joins Queue but doesn't enter BG
Hello, do you use last WRobot update? Can you share your log file. If you play on private server you can look this thread: http://wrobot.eu/forums/topic/2811-bg-join/
-
Taxi doesnt work in russian client
Flightmasters in legion seem get some problems, I comeback here when is fixed.
-
Problem Profile
Bonjour, êtes-vous sur que la position et l'id de la quête sont corrects? Pouvez vous lancer ce code (quand vous obtenez le problème) et me donner le résultat (quand ce trouve dans votre fichier log): Logging.Write("Quest.HasQuest(37853): " + Quest.HasQuest(37853)); Logging.Write("Quest.GetLogQuestId(): " + Quest.GetLogQuestId().Select(q => q.ID.ToString()).Aggregate((i, j) => i + ", " + j)); Logging.Write("ObjectManager.Me.Position: " + ObjectManager.Me.Position); Logging.Write("ObjectManager.Me.Position.DistanceTo2D(new Vector3(675.9821f, 6659.576f, 59.67282f)): " + ObjectManager.Me.Position.DistanceTo2D(new Vector3(675.9821f, 6659.576f, 59.67282f))); (vous pouvez lancer ce code avec un step type "Run code" ou dans l'onglet "Tools" de wrobot > bouton "development t..." > coller le code dans la zone de texte et cliquez sur le bouton "c#...").
-
stuff
Yes, add NPC in your NPC DB (tab Tools)
-
wow and bot freezing when healing
Hello, try, you can also run WRobot with shortcut "WRobot no lock frame" to disable all "Lock frame when ..." quickly.
-
New condition suggestions for Wrobot(fightclass creator tool)
Do you use good spell id?