Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BladeEdge Quest 10584 - works but throws a lot of errors #14

Closed
marrvin2 opened this issue Oct 23, 2017 · 1 comment
Closed

BladeEdge Quest 10584 - works but throws a lot of errors #14

marrvin2 opened this issue Oct 23, 2017 · 1 comment

Comments

@marrvin2
Copy link

(This was an Alliance char)
got this in my log mutliple times:

DoWhen-4627b8(debug)] Executing UseMagnetoCollector hook
[UseItem-4627b8(warning) @line 324]: Attribute 'MobId' is not recognized by this behavior--ignoring it.
[DoWhen-4627b8(debug)] Stopped executing UseMagnetoCollector hook
[(debug)] Executing UseMagnetoCollector hook
[DoWhen-4627b8(debug)] Stopped executing UseMagnetoCollector hook
[DoWhen-4627b8(debug)] Executing UseMagnetoCollector hook
[UseItem-4627b8(warning) @line 324]: Attribute 'MobId' is not recognized by this behavior--ignoring it.
[(error)] For DoWhenActivity ActivityName(UseMagnetoCollector), predicate (() => Me.CurrentTarget != null && Me.CurrentTarget.Entry == 21729 && !Me.CurrentTarget.HasAura(37136)) was not reset by execution.
This is a profile problem, and can result in erratic Honorbuddy behavior.
The predicate must return to 'false' after the action has been successfully executed.
[UseItem-4627b8(warning) @line 324]: Attribute 'MobId' is not recognized by this behavior--ignoring it.

@EchoTiger
Copy link
Collaborator

EchoTiger commented Oct 23, 2017

Seems the DoWhen is looping too quickly before the CurrenTarget mob in question can despawn.
A simple ClearTarget(); with a slight wait timer at the end of the DoWhen should fix it up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants