Whats the difference between a suicide run and a normal run?
Also, would it be okay if I change the location of where I mount up and vendor after the dungeon (dungeon entrances are usually hotspots for enemy faction farming)
I would need to change
https://raw.githubusercontent.com/EchoTiger/AzyulSource/master/DungeonVendor/ItemsAndMounts.xml
to add a RunTo after it checks if I have the vendor mount, right? (and then change the dungeon profile to include the new edited file above)
EDIT: Yeah I got it to work (moving to different location before vendoring).
Is there a way to disable combat when outside of the dungeons (Just ignore the pvp farmers at dungeon entrance when exiting/entering or vendoring)
I tried
<DisableBehavior Name="Combat" />
<MoveTo Nav="Fly" X="8154.79" Y="-1021.44" Z="1009.36" />
<EnableBehavior Name="Combat" />
But putting that behavior just loops the 'remotecode' (it keeps getting all the remote files over and over)