Translation issues and Character Creation Level.

Results 1 to 6 of 6
  1. #1
    Apprentice vinateam is offline
    MemberRank
    Oct 2022 Join Date
    8Posts

    sad Translation issues and Character Creation Level.

    Someone help me, when I create a new character, the default level is 95, how do I bring it back to level 1. And another problem is where to translate this line, thank you.
    https://ibb.co/Tq4nV47


    - - - Updated - - -

    hlep me


  2. #2
    Enthusiast nikhafif20 is offline
    MemberRank
    Oct 2021 Join Date
    34Posts
    For character, you'd have to alter procedure DNWorld P_AddCharacter on this line
    Code:
    VALUES (@inbCharacterID, 95, @IntCharacterEXP
    . Change it from 95 into whatever level you want the character to have on character creation. And for the translation, it would require hex modification on the client.

  3. #3
    Apprentice vinateam is offline
    MemberRank
    Oct 2022 Join Date
    8Posts
    Quote Originally Posted by nikhafif20 View Post
    For character, you'd have to alter procedure DNWorld P_AddCharacter on this line
    Code:
    VALUES (@inbCharacterID, 95, @IntCharacterEXP
    . Change it from 95 into whatever level you want the character to have on character creation. And for the translation, it would require hex modification on the client.
    Ok Thank you, the level problem has been solved, and about translation, can you be more specific in which file to look for?

  4. #4
    Enthusiast nikhafif20 is offline
    MemberRank
    Oct 2021 Join Date
    34Posts
    The hex modification would be on the client itself (DragonNest.exe), but if you're not familiar with the code it might break the game and prevent you from using it.

  5. #5
    Apprentice vinateam is offline
    MemberRank
    Oct 2022 Join Date
    8Posts
    thank you I also have a solution to make a copy, but how do I type that hex code, I don't know where to search..

  6. #6
    Enthusiast kurohide97 is offline
    MemberRank
    Oct 2022 Join Date
    33Posts
    Need Help too ,same problem, but i can't edit this DNWorld
    What Version Need To Edit or Update SQL Procedur?



Advertisement