Here is a simple Macro I wrote with the assitance of a friend. In a nuthsell it automates the long wait in the Sol 6 mission. Requires a FD class with hotkey button 9 set to aa FD et. FD class must have completed the Sol5 Mission.. Works best if you have a 2nd character in group who has completed through sol 5 to pull the Sol 6 mission over and over again by telling Xio "goals".
Only person who enters the instance is the FD class. You move to the far side of the teleporter where there is a little rise.. stop there and let macro run. Macro looks for emotes of snakes porting down to attack and FD's you. After you loose agro it will make you stand after a short period of time.
I do not run this AFk but its nice when I am doing other things at the same time. Macro follows:
#Event FD "#*#Look out#*#"
#Event Forgotten "#*#Your enemies have forgotten you#*#"
|Trigger events above
Sub Main
/echo "Starting Macro"
:Foreverloop
/doevents
/goto :Foreverloop
/return
|Event to stand after agro is lost
Sub Event_Forgotten
/delay 200
/stand
/return
|Event to FD when Snakes attack
Sub Event_FD
/keypress 9
/delay 20
/keypress 9
/delay 20
/doability "Feign Death"
/return
ENJOY
Only person who enters the instance is the FD class. You move to the far side of the teleporter where there is a little rise.. stop there and let macro run. Macro looks for emotes of snakes porting down to attack and FD's you. After you loose agro it will make you stand after a short period of time.
I do not run this AFk but its nice when I am doing other things at the same time. Macro follows:
#Event FD "#*#Look out#*#"
#Event Forgotten "#*#Your enemies have forgotten you#*#"
|Trigger events above
Sub Main
/echo "Starting Macro"
:Foreverloop
/doevents
/goto :Foreverloop
/return
|Event to stand after agro is lost
Sub Event_Forgotten
/delay 200
/stand
/return
|Event to FD when Snakes attack
Sub Event_FD
/keypress 9
/delay 20
/keypress 9
/delay 20
/doability "Feign Death"
/return
ENJOY

