Everything posted by Droidz
-
Fight Classes
Hello, Thank you for share. You can post your fightclasses here to reach the maximum number of people.
-
Bot skips waypoints
Hello, if you can wait next update. I have added step type "Reset", use this step before "Pulse" step.
-
[feature request] new profile + quest pulse types
Hello, (sorry, this post is old, I ignore if you have found how to resolve problem since) Farm-path > I'll add option like "No hotspots, is path" (and add possibility to record path) in grinder, killandloot,... You can set search radius with c# code wManager.wManagerSetting.CurrentSetting.SearchRadius = 9999; (add step type "RunCode") Kill+gather > To gather and kill, add step type "RunCode" with the code: wManager.wManagerSetting.CurrentSetting.ListHarvest.Add(232544); (replace 232544 by your game object entry id) Add quest type "KillAndLoot" and pulse it (like here: http://wrobot.eu/files/file/486-garrison-farm-minesherbs/ ) ( to remove game object at collect, use this code: if (wManager.wManagerSetting.CurrentSetting.ListHarvest.Contains(232544)) wManager.wManagerSetting.CurrentSetting.ListHarvest.Remove(232544); )
-
Suggestions for FightClass Conditions
Changed Status to Not a Bug
-
Suggestions for FightClass Conditions
Hello, for your first problem, use "C sharp code" condition with code: wManager.Wow.Helpers.Fight.InFight (add "!" before code if you want use it out of combat) For your second problem use lua condition like this: ( http://wow.gamepedia.com/API_UnitCreatureType http://wowwiki.wikia.com/wiki/API_UnitCreatureType )
- Wrotation Auto Attack Delay
-
not stopping for drink or food (party mode)
Hello, Use this plugin http://wrobot.eu/files/file/650-party-chat-command/
-
[MovementManager] Randomly "stuck"
Changed Status to Awaiting Feedback
-
[MovementManager] Randomly "stuck"
http://wrobot.eu/bugtracker/movement-stuck-detection-too-sensitive-for-caster-r487/#comment-3247
-
Disable Teamviewer Warning
Wait next update, I have removed teamviewer messagebox with 'WRobot Quick Launch'. To avoid message, you can launch WRobot with the "Relogger".
-
If I don't want to hit alliance first?
I cannot reproduce this problem, if someone are more informations.
-
Computer freezes up
If he works better without fightclass, edit your fightclass and try to put 'false' at spell setting "Lock frame when checking the conditions" (on all spells). Try also to reinstall your video card driver.
-
Movement stuck detection too sensitive for Caster
Changed Status to Awaiting Feedback Changed Version to All
-
Movement stuck detection too sensitive for Caster
If you can wait next update and tell me if problem is resolved ( http://wrobot.eu/bugtracker/movementmanager-randomly-stuck-r444/ )
-
Computer freezes up
Can you try without fightclass if your get freezes
- Stop drinking / eating once 100%
-
Automaton Bot not attacking Invasion NPC's?
Hello, can you share your profile and log files. Wath is names (or wowhead links) of your target list
-
If I don't want to hit alliance first?
Hello, you speak about alliance unit or player?
-
Computer freezes up
Do you have errors in your wrobot log files?
- Stop drinking / eating once 100%
- Stop drinking / eating once 100%
- Flight Form & Mining
-
Pause if Player nearby
http://wrobot.eu/bugtracker/bot-died-while-player-nearby-and-paused-wont-unpause-r360/?do=findComment&comment=3242
-
Bot died while player nearby and paused, won't unpause
Changed Status to Awaiting Feedback
-
Bot died while player nearby and paused, won't unpause
Hello, If you can tell me if problem is resolved in next update.