GM Mail to every new Char

Results 1 to 4 of 4
  1. #1
    Valued Member Rostfrei is offline
    MemberRank
    Oct 2018 Join Date
    133Posts

    GM Mail to every new Char

    Hey everybody,

    i want to sent a GM Mail to every new Char with some welcome words. I tried it with dbo.cabal_sp_newchar but with no sucess yet.

    Is it possible to realize with existing procedures ? Or is it needed to created a new one ?

    Thanks for your Help in advance.


  2. #2
    0x1F0FFF TanGzkie is offline
    MemberRank
    Sep 2008 Join Date
    loc => {p => o}Location
    987Posts

  3. #3
    UtakAso Drav3n is offline
    MemberRank
    Aug 2011 Join Date
    PHLocation
    919Posts

    Re: GM Mail to every new Char

    dbo.cabal_sp_newchar

    paste the script below after the SELECT @CR_SUCCESS + @Stylemastery
    EXEC SERVER01.dbo.cabal_sp_mail_send_GM @CHARACTERIDX,
    'WELCOME',
    'Welcome to CABAL Online! Have a good day and play safe :)', 0, 0, 0

  4. #4
    Valued Member Rostfrei is offline
    MemberRank
    Oct 2018 Join Date
    133Posts

    Re: GM Mail to every new Char

    Quote Originally Posted by Drav3n View Post
    dbo.cabal_sp_newchar

    paste the script below after the SELECT @CR_SUCCESS + @Stylemastery
    Thanks that worked fine . I tried it with insert into didnt knew that EXEC command ;) Thanks for your help ;)



Advertisement