Se here for Quest Details.
So load up with gold and head to Sro. - Make sure you never press the Shift while the macro is running, or it will hand in all your gold at once with no faction gain.
Code: Select all
#turbo
Sub Main
/declare loopvar global
:Loop
/ctrl /notify Inventorywindow IW_Money1 leftmouseup
/delay 2
/click left target
/delay 10
/for loopvar 2 to 30
/ctrl /notify Inventorywindow IW_Money1 leftmouseup
/click left target
/next loopvar
/notify GiveWnd GVW_Give_Button leftmouseup
/delay 10
/notify Inventorywindow IW_Destroy leftmouseup
/delay 2
/varset loopvar 2
/goto :Loop
/return

