This event will congratulate everyone on the server for their hard-won accomplishments with 1 of 3 random replies. Please customize your replies. It also includes a timer so as not to spam if there are several accomplishments in a row.
Warning: communicating with strangers via any sort of automation has potential consequences, e.g. this can make your character extremely cool and popular, it may even result in people inviting you to their raids and in-game weddings.
Warning: communicating with strangers via any sort of automation has potential consequences, e.g. this can make your character extremely cool and popular, it may even result in people inviting you to their raids and in-game weddings.
congorats:
[congorats]
trigger=<SYSTEMWIDE_MESSAGE>: #1# has been defeated by a group of hardy adventurers! Please join us in congratulating #2# along with everyone#*#
command=/if (${congratz} == NULL) /multiline ; /timed 10 /if (!${Defined[congratz]}) /declare congratz timer global 990; /timed 15 /varset congratz 990; /timed 20 /if (!${Defined[randreply]}) /declare randreply int global ${Math.Rand[300]}; /timed 25 /varset randreply ${Math.Rand[300]}; /timed 90 /if (${randreply} >= 0 && ${randreply} <= 100) /tell ${EventArg2} congratz!; /timed 95 /if (${randreply} >= 101 && ${randreply} <= 200) /tell ${EventArg2} nice job!; /timed 100 /if (${randreply} >= 201 && ${randreply} <= 300) /tell ${EventArg2} thanks I hate ${EventArg1}!
Last edited: