Added this to the plugin. Redownload. An exception or some form of actual information as to what the crash is, would help. I'm not psychic. I can't read your mind and find out, magically, how it crashed. Same as above. (Also, this was written for 1.9.3, not 1.9.2. Some things aren't available in earlier builds) Yes, yes they do.
Unfortunately this is crashing HB every time I start botting with this error "Object reference not set to an instance of an object" I am using the latest questing beta 1.931, default CCs, and plugin AutoEquip. I tried it with only target plugin installed,still crashed. once I remove plugin from plugin folder I don't get any crashes. class: shaman CC: default bot mode: questing
it crashes before it can log anything...so posting a log would be quite...hmmm... magical ;-) I will test with the new stable version and see if it changes anything. Does this fix the problem i was having with losing lock if i'm not main aggro ?
Still crashing (if non-leader is attacked while leader fights another mob, it crashes hard when leader ends his fight and I guess tries to target add on non-leader). Nothing in logs. Also leader should change target immediately when non-leader is attacked and not wait till current target is dead. Ideally leader should detect mob approaching party member and be proactive just as humans are .
We get asked to provide logs regardless if it makes sense to or not, anyways I'm going to start messing with the plugin source code to see if I can locate the problem, will report back if I find anything.
you wanted a log from the crash This is all it spat out... Yes, i did not have a mesh selected. I just wanted you to see as much as possible.
This plugin simply changes the Targeting.TargetList. It does not do any actual targeting. Your CC and HB are responsible for selecting the correct target from the list. (In most cases; Targeting.TargetList[0] being the best target)
Would like to use this with 1.921 but it crashes HB. I realize it was written for 1.931 but would it be possible to modify it to work with 1.921 as well ?
I'm afraid the new version 1.0.3.0 didn't fix the crash with this error "Object reference not set to an instance of an object" that I'm getting. The crash happens a few sec after starting the bot, just after HB and CC loads. It crashes even with plugin not enabled and have no crashes after removing it from plugin folder. Sorry I can't be of anymore help. edited: just tested 1.0.3.1, same problem
So target for pull is chosen by hb and target in combat is chosen by cc - correct? Can pull targeting be overridden by plugin as well?
Can you give me the line number the exception is thrown on? (It's in the exception message text) It makes my life easier if I know where to look.
Oki, just tried it and it does work but only on a full profile. Since i use hybrid, my profile is empty and your mod doesn't seem to like that. Is the "hold aggro/lock" done by the targetlist or does HB have that in it's gut ?
I'm not seeing a line number in the error popup. but I went and added a few Logging.WriteDebug(); lines throughout the source and the last line in my log is [1:13:25 PM:730] Update I added Logging.WriteDebug("Update"); and Logging.WriteDebug("Update2"); to the internal static void Update() method it never got to the 2nd so this means if (StyxWoW.AreaManager.CurrentGrindArea.CurrentHotSpot == null) is causing the crash internal static void Update() { Logging.WriteDebug("Update"); if (StyxWoW.AreaManager.CurrentGrindArea.CurrentHotSpot == null) { Logging.WriteDebug("Current Hotspot is null."); return; } Logging.WriteDebug("Update2"); UpdateMinMaxLevel(); CreateKillList(); }