Reject Duels
Description: This script will politely reject any duel requests by rejecting to duel for you and sending a whisper to the person initiating the duel.
How to use: Execute this on the event DUEL_REQUESTED
Submitted by: Peter Provost (http://www.peterprovost.org/)
-- Refuses duels and whispers to the dueler
-- Note: arg1 contains the player name who initiated the duel.
lang = GetDefaultLanguage("player")
SendChatMessage("I'm sorry, no duels today.", "WHISPER", lang, arg1)
CancelDuel()