What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

themarketguy

New Member
Joined
Jun 24, 2015
Messages
117
I'm periodically getting an exception thrown when in the midst of a grinding profile. It seems to only happen in two of my grind tags on two maps. I can't pinpoint a timing for exactly when it occurs. I can go and restart the profile, come back to the grinding area and proceed normally until it decides to fail again. Any thoughts on how I can eliminate it? Full log is posted in the pastebin link below, note the exception near the end of the log (should also be a second instance of the failure up a bit).

http://pastebin.com/PvVczwbn

The grind tag this one crashed on:

Code:
			<Grind CreatureIds="63212, 54601, 54596, 63212" Condition="not IsQuestObjectiveComplete(9885, 0)" >
				<GrindArea>
					<Hotspot X="2456.907" Y="-953.0418" Z="-5914.952" Timeout="750" Range="90" />
					<Hotspot X="2609.906" Y="-963.557" Z="-5977.724" Timeout="750" Range="90" />
					<Hotspot X="2773.721" Y="-1002.698" Z="-5908.883" Timeout="750" Range="90" /> 
					<Hotspot X="2909.3" Y="-1012.808" Z="-5833.104" Timeout="750" Range="90" />
				</GrindArea>
			</Grind>

Any feedback is appreciated
 
Does the exception actually cause any issues? It may be related to the target searching, and if that's the case, then you can safely ignore it.
 
Back
Top