Hey,
nice idea !
well i checked the DB tables etc and found this
T_FriendMail = emails each character gets
and at stored procedures
WZ_WriteMail
Code:
INSERT INTO T_FriendMail (MemoIndex, GUID, FriendName, wDate, Subject,bRead, Dir, Act) VALUES(@memocount @userguid, @SendName, getdate(), @subject, 0, @Dir, @Act)
if( @@error <> 0 )
BEGIN
SET @return = 4
GOTO EndProcTran
END
i dont know much SQL but if u can understand and figure out where u can update a welcome messages for each new character then ur ready to go.