Shaman - lvl90
MoP Dailys Profile
Toon doesnt clear dead Mob. Stays there till it despawns.
*edit* latest release Version 3.0.0.2341
*edit* LOG 2 is 4-5 Fights later. Sometimes he fights, loot and go on and sometimes he let the dead Mob in target and wait.
tumbum, Thanks for the post with log file. I'm not exactly sure at the specific point where the behavior you described started. Please be sure to give me a reference point (the time on your local computer system or a logmark) so I know specifically what point the behavior began.
This appears to be a Questing Profile or Quest Behavior related issue from what I can see. There are a number of exceptions in your log. The following is repeated a number of times where it was attempting to load a referenced profile but could not:
[20:55:48.944 D] System.IO.FileNotFoundException: Unable to load new profile, file not found!
at Styx.CommonBot.Profiles.ProfileManager.LoadNew(String path, Boolean rememberMe)
at ProfileChanger.ProfileChanger.ChangeProfile(String Profile) in f:\TNS\000-Honorbuddy\Plugins\ProfileChanger\ProfileChanger.cs:line 622
at ProfileChanger.ProfileChanger.Pulse() in f:\TNS\000-Honorbuddy\Plugins\ProfileChanger\ProfileChanger.cs:line 133
at Styx.Plugins.PluginWrapper.Pulse()
The behavior you see appears to be due to the Questing Profile and/or Quest Behaviors. The first issue is that your HonorBuddy Settings have Pull Distance set to 1 yard. This typically occurs because a questing profile sets it to 1 yd temporarily, but then an error occurs before it can reset. This will get in the way of your character attacking anything.
[20:53:59.025 D] PullDistance: 1
... and mentioned later...
[20:55:46.719 N] [Singular] your Pull Distance is 1 yds which is low for any class!!!
There are a lot of exceptions in this log related to the Quest profile and/or Quest behaviors. It would be worth posting in the profile authors thread to see what may have occurred. In general though at the point where your character was standing still getting killed, the combat routine wasn't being called.
The Combat Routine (in this case Singular) isn't supposed to clear the current target because its dead. The Combat Routine is invoked only to kill stuff then gets out of the way and lets the other HonorBuddy components take over. A dead corpse targeted indicates that the Bot is either looting, or has already looted and doesn't have a new target it wants to set yet. At this point the BotBase is in charge so the lack of activity you described would fall there. The log indicates that the Questing or a QB is setting Shan'ze Bloodseeker as the BotPoi with a type of Kill, then detected its dead and clearing the POI, then selecting it again and clearing it again, repeatedly:
[21:05:00.577 D] Changed POI to:Type: Kill, Name: Shan'ze Bloodseeker
[21:05:00.988 D] Cleared POI - Reason POI is dead from Combat
[21:05:00.988 D] Cleared POI
[21:05:01.257 D] Changed POI to:Type: Kill, Name: Shan'ze Bloodseeker
[21:05:01.444 D] Cleared POI - Reason POI is dead from Combat
[21:05:01.444 D] Cleared POI
[21:05:01.677 D] Changed POI to:Type: Kill, Name: Shan'ze Bloodseeker
[21:05:01.863 D] Cleared POI - Reason POI is dead from Combat
[21:05:01.863 D] Cleared POI
[21:05:02.102 D] Changed POI to:Type: Kill, Name: Shan'ze Bloodseeker
[21:05:02.255 D] Cleared POI - Reason POI is dead from Combat
[21:05:02.255 D] Cleared POI
[21:05:02.491 D] Changed POI to:Type: Kill, Name: Shan'ze Bloodseeker
[21:05:02.644 D] Cleared POI - Reason POI is dead from Combat
[21:05:02.644 D] Cleared POI
Singular doesn't appear to be involved in that activity. Please post with the profile author. If there are specific Singular issues they identify I will be happy to look at them, but the above excerpts plus the number of File Not Found exceptions and Null Reference exceptions originating from Questing will require their attention in troubleshooting.
Thanks for the post and good luck with your Shaman,
Bobby53
Edit: I went ahead and created a fresh install of HonorBuddy .557, Singular 3.0.0.2341, and TheBrodieMan's MOP Daily Experience. I'm sure you know there are a number of steps associated with setting up the MOP Dailies including adding MOP Daily specific quest behaviors and plugins to the HonorBuddy installation. After doing that and configuring the Plugins, I am not encountering any obvious issues. I would recommend doing a fresh install of just the components I mentioned to a new folder (rather than updating an existing installation) and see if you continue to have the issue.