This was a couple days ago, and there's been an SVN update since, but in case anyone is having the problem I had, this is what I ran into:
In [Fly][A - Quest] 94-96 Talador [Kick] it kept picking up quest, running to objective, and then abandoning
Code:
1110 <!--EchoTiger: Jump link added.
1111 <CustomBehavior File="InteractWith" QuestId="34913" MobIds="231105, 231106" NonCompeteDistance="0" X="1668.672" Y="1709.965" Z="297.9299" /> 3 - Serena's Portal -->
Is commented out, adjusting removing comment like so fixed the abandon loop for me:
Code:
1110 <!--EchoTiger: Jump link added. -->
1111 <CustomBehavior File="InteractWith" QuestId="34913" MobIds="231105, 231106" NonCompeteDistance="0" X="1668.672" Y="1709.965" Z="297.9299" /> 3 - Serena's Portal -->
think it causes something redundant at the end of 1111 but I know literally nothing about scripting or anything sorry, just figured it was worth mentioning in case anyone ran into this because it worked for me