Code: Select all
/if (${Cursor.Name.Equal["Ethereal Parchment"]}) {
/mqlog Destroying Ethereal Parchments.
/echo Destroying Ethereal Parchments.
/destroy
/delay 1s
}
thanx in advance.
Moderator: MacroQuest Developers
Code: Select all
/if (${Cursor.Name.Equal["Ethereal Parchment"]}) {
/mqlog Destroying Ethereal Parchments.
/echo Destroying Ethereal Parchments.
/destroy
/delay 1s
}
Code: Select all
:cursorloop
/delay 5
/if (!${Cursor.ID} /goto :cursorloop