Code: Select all
| - Auction.mac -
| Made by Iceassassin
#chat auction
#chat tell
#event tell "tells you"
Sub Main
:loop
/auction WTS Hi
|100 second pause
/delay 1000
/doevents
/goto :loop
/return
Sub Event_tell
/beep
/return Moderator: MacroQuest Developers

Code: Select all
| - Auction.mac -
| Made by Iceassassin
#chat auction
#chat tell
#event tell "tells you"
Sub Main
:loop
/auction WTS Hi
|100 second pause
/delay 1000
/doevents
/goto :loop
/return
Sub Event_tell
/beep
/return 