[HELP] Create acc -> auto create Char

Results 1 to 5 of 5
  1. #1
    TruCore ES3N1N is offline
    MemberRank
    Nov 2018 Join Date
    UkraineLocation
    217Posts

    note [HELP] Create acc -> auto create Char

    Hello guys, maybe funct to create new acc and add auto chars to my acc.

    I am a new player. I want a new account. And I want that at registration I would be automatically created a Character. Maybe someone had such a function?


  2. #2
    Account Upgraded | Title Enabled! Oosmar02 is offline
    MemberRank
    Sep 2013 Join Date
    FranceLocation
    894Posts

    Re: [HELP] Create acc -> auto create Char

    Code:
    -- @in_ReferralID Char tag
    exec WZ_CharCreate  @CustomerID, 0, @in_ReferralID, 20174, 1, 1, 1
    place in WZ_Account_Create

    - - - Updated - - -


  3. #3
    TruCore ES3N1N is offline
    MemberRank
    Nov 2018 Join Date
    UkraineLocation
    217Posts

    Re: [HELP] Create acc -> auto create Char

    thank you very much! I edited the code.

    exec WZ_CharCreate @CustomerID, 0, @in_Email, 20174, 1, 1, 1

    And so what happened

    https://imgur.com/a/cZ6K364https://imgur.com/65BSccZ

  4. #4
    Account Upgraded | Title Enabled! Adnan DatLife is offline
    MemberRank
    Aug 2015 Join Date
    main.cppLocation
    207Posts

    Re: [HELP] Create acc -> auto create Char

    Quote Originally Posted by ES3N1N View Post
    thank you very much! I edited the code.

    exec WZ_CharCreate @CustomerID, 0, @in_Email, 20174, 1, 1, 1

    And so what happened

    https://imgur.com/a/cZ6K364https://imgur.com/65BSccZ
    good job but try to use userid

  5. #5
    TruCore ES3N1N is offline
    MemberRank
    Nov 2018 Join Date
    UkraineLocation
    217Posts

    Re: [HELP] Create acc -> auto create Char

    Today I have a new variable @in_Name

    example:

    exec WZ_CharCreate @CustomerID, 0, @in_Email, @in_Name, 20174, 1, 1, 1, 1, 1

    Infos: @CustomeID - but there ID
    @in_Email - use email
    @in_Name - use nev var class NickName
    20174 - Standart Char ID
    1,1,1,1,1 - Hair, Head, Body, Legs, Toe



Advertisement