Hi there!
Last few toons through the Horde 90-92 have faced issues with the Garrison Invasion quest. It's odd - the first couple it seemed fine on, so maybe Blizzard have made some changes.
Anyways, there are two problems. Firstly, it runs too far ahead to start the quest.
Line 1851:
Code:
<MoveTo X="5692.055" Y="4514.929" Z="126.1018" />
Change to:
Code:
<MoveTo X="5634" Y="4533" Z="119" />
Secondly, one of the hotspots causes it to try and path around the outside of the Garrison, thus leaving the Garrison zone, entering Frostwall and resetting the invasion scenario.
The following hotspot appears three times, and needs updated in each instance:
Lines 1858, 1870, 1882:
Code:
<Hotspot X="5736.703" Y="4497.613" Z="131.9077" />
Must be changed to:
Code:
<Hotspot X="5555.840" Y="4690.780" Z="152.180" />
The removed hotspot is near, maybe just outside the front entrance, and it triesto path to it via the back entrance. I doubt it's even a shorter path it tries to take, so very odd.
The new hotspot I added is at the back entrance.
Tested and seems to cover all the Garrison well now, doesn't reset it, and completes the quest. I've another 15 or so horde toons to run through here, so I'll be sure to post any changes that might be required.
Keep up the good work!