Firstly, love this script.
After running several toons with it I have made two changes:
line 672, between <While Condition... > and <CustomBehavior File... >, to stop walking into a wall on the way to the barracks blueprint
<MoveTo X="5592.512" Y="4482.291" Z="129.9034" />
also, line 580, changed the wait to 30 seconds so the toon doesnt try to hand in to Durotan before he is ready, (because he is waiting on NPCs to walk up the hill)
<CustomBehavior File="WaitTimer" WaitTime="30000"
The only other bugs are trying to walk back through the rockfall after the 100-man arena battle. It was so hard for me to identify what was going wrong with two short lines, so much respect to the authors for the other 800...
After running several toons with it I have made two changes:
line 672, between <While Condition... > and <CustomBehavior File... >, to stop walking into a wall on the way to the barracks blueprint
<MoveTo X="5592.512" Y="4482.291" Z="129.9034" />
also, line 580, changed the wait to 30 seconds so the toon doesnt try to hand in to Durotan before he is ready, (because he is waiting on NPCs to walk up the hill)
<CustomBehavior File="WaitTimer" WaitTime="30000"
The only other bugs are trying to walk back through the rockfall after the 100-man arena battle. It was so hard for me to identify what was going wrong with two short lines, so much respect to the authors for the other 800...