[Release] Delia Server Files

Page 7 of 14 FirstFirst 1234567891011121314 LastLast
Results 91 to 105 of 196
  1. #91
    Apprentice lacefairy is offline
    MemberRank
    Aug 2016 Join Date
    9Posts

    Re: [Release] Delia Server Files

    Quote Originally Posted by junzhiL View Post
    Is this mean that I have to change all CashShopType to en-US (If I launch in en-US mode) in CustomizeItemInfo and other tables?
    - - - Updated - - -
    which client are you using?
    the Vindictus.exe I used is from en-EU.rar uploaded by ylwong in this thread Vindictus Server VMWare Image for EU Client 1.69.

    Quote Originally Posted by x651024262 View Post
    I have put font files, but it seems they do not work
    - - - Updated - - -
    hey,Which client and server do you use? Are you win10?
    Can you share your heroesContents.db3 and heroes.db3?
    the path is data\resource\localized_text\chinese\heroes_text_chinese.txt

  2. #92
    Enthusiast junzhiL is offline
    MemberRank
    Sep 2016 Join Date
    31Posts

    Re: [Release] Delia Server Files

    I can run my server now, but I get the old login interface and cannot creat delia. could someone help me about this? is there anything wrong with my db or bin files or something else?
    vindictus.jpg

  3. #93
    Account Upgraded | Title Enabled! Tetraspore is offline
    MemberRank
    Apr 2016 Join Date
    269Posts

    Re: [Release] Delia Server Files

    Quote Originally Posted by junzhiL View Post
    I can run my server now, but I get the old login interface and cannot creat delia. could someone help me about this? is there anything wrong with my db or bin files or something else?
    vindictus.jpg
    Make sure you search for "creation" in featurematrix. Set the S3 creation to "1".

  4. #94
    Enthusiast junzhiL is offline
    MemberRank
    Sep 2016 Join Date
    31Posts

    Re: [Release] Delia Server Files

    Quote Originally Posted by Tetraspore View Post
    Make sure you search for "creation" in featurematrix. Set the S3 creation to "1".
    ok, I did that, now I can select her but failed to give the name, need help
    frontend
    frontend.png
    playerservice
    player.png
    check name
    checkname.png
    click cerat botton
    creat.png

  5. #95
    Valued Member Tannaka is offline
    MemberRank
    Aug 2016 Join Date
    114Posts

    Re: [Release] Delia Server Files

    Quote Originally Posted by junzhiL View Post
    ok, I did that, now I can select her but failed to give the name, need help
    frontend
    frontend.png
    playerservice
    player.png
    check name
    checkname.png
    click cerat botton
    creat.png
    pretty sure thats basically the system having a fit about the Chinese characters in the name probably due too the locale being set wrong the server being set to the wrong Locale or the Featurematrix not being set to zh-cn or zh-tw

  6. #96
    Enthusiast junzhiL is offline
    MemberRank
    Sep 2016 Join Date
    31Posts

    Re: [Release] Delia Server Files

    Quote Originally Posted by Tannaka View Post
    pretty sure thats basically the system having a fit about the Chinese characters in the name probably due too the locale being set wrong the server being set to the wrong Locale or the Featurematrix not being set to zh-cn or zh-tw
    Can you tell me the detailed steps to set or check my server and locale settings? Featurematrix too, thx

  7. #97
    Enthusiast junzhiL is offline
    MemberRank
    Sep 2016 Join Date
    31Posts

    Re: [Release] Delia Server Files

    I think it is impossible for me to play delia now. I download the same client and server, use the same db file, follow the setting steps, and finally, always wrong. Game disappear, unrecoverable error, failed to login, check name error, etc. That's too difficult for me with no programming experience to fix, I hope someone could make a tutorial, especially about the necessary changes to both server and client dbs. Of course, thank you for your hard work Delteros, thank you very much!

  8. #98
    Apprentice nakashimakun is offline
    MemberRank
    Nov 2013 Join Date
    23Posts

    Re: [Release] Delia Server Files

    Hello,

    Did you find a fix for the Party Chat as of yet?

    Also Lugh seems to just CTD without a clear indication as to why maybe something is missing for a trigger he calls.

    Another one you do realize the post in Vindictus Development pretty much gets anybody into 1.69 perfectly so what does your extra dll's do that his changes doesn't?

    NakashimaKun

  9. #99
    Member Delteros is offline
    MemberRank
    Mar 2009 Join Date
    302Posts

    Re: [Release] Delia Server Files

    Quote Originally Posted by junzhiL View Post
    I think it is impossible for me to play delia now. I download the same client and server, use the same db file, follow the setting steps, and finally, always wrong. Game disappear, unrecoverable error, failed to login, check name error, etc. That's too difficult for me with no programming experience to fix, I hope someone could make a tutorial, especially about the necessary changes to both server and client dbs. Of course, thank you for your hard work Delteros, thank you very much!
    junzhiL,
    Setting NamingRuleRepeatingCharCheckCount in FeatureMatrix to -1 in heroesContents.db3 might help with the name issue.

  10. #100
    Enthusiast junzhiL is offline
    MemberRank
    Sep 2016 Join Date
    31Posts

    Re: [Release] Delia Server Files

    Quote Originally Posted by Delteros View Post
    junzhiL,
    Setting NamingRuleRepeatingCharCheckCount in FeatureMatrix to -1 in heroesContents.db3 might help with the name issue.
    Thanks for your help Delteros, I found that NamingRuleRepeatingCharCheckCount had been set to -1 in ko-kr, en-en, en-us and ja-jp mode, and had been set to 3 in zh-cn, zh-tw and th mode. So I changed all of them to -1. Now I can creat delia and login game in en-eu mode, but I got this login error when I try to load my models in en-us mode. It said that faied to authenticate the SSO server. How to fix this? Thank you!
    20180224195104.png
    Last edited by junzhiL; 24-02-18 at 01:47 PM.

  11. #101
    Enthusiast chongtianlong is offline
    MemberRank
    Dec 2013 Join Date
    42Posts

    Re: [Release] Delia Server Files

    02-24 20:48:09 > [PlayerService.PlayerService][PlayerService.PlayerService (920)][CreateCharacterProcessor] - System.InvalidCastException: Unable to cast object of type 'System.Char' to type 'System.String'.02-24 20:48:09 > at PlayerService.CharacterServiceCore.Functions.CharacterMaker.CheckValidName(String name)02-24 20:48:09 > at PlayerService.CharacterServiceCore.Functions.CharacterMaker.CheckCharacterName(String nexonID, String name, Boolean isCheat, Boolean needChangedNameLogging)02-24 20:48:09 > at PlayerService.CharacterServiceCore.Functions.CharacterMaker.CreateCharacter(Byte characterClass, String name, Int32 nexonSN, String NexonID, Boolean isCheat, Boolean usePreset, Int64& cid, Int32& characterSN)02-24 20:48:09 > at PlayerService.CharacterServiceCore.Processor.CreateCharacterProcessor.<Run>d__2.MoveNext()02-24 20:48:09 > [PlayerService.PlayerService][PlayerService.PlayerService (920)][CreateCharacter] - Error while Making Character. : MakeEntityFailed02-24 20:48:15 > [PlayerService.PlayerService][PlayerService.PlayerService (920)][CreateCharacterProcessor] - System.InvalidCastException: Unable to cast object of type 'System.Char' to type 'System.String'.02-24 20:48:15 > at PlayerService.CharacterServiceCore.Functions.CharacterMaker.CheckValidName(String name)02-24 20:48:15 > at PlayerService.CharacterServiceCore.Functions.CharacterMaker.CheckCharacterName(String nexonID, String name, Boolean isCheat, Boolean needChangedNameLogging)02-24 20:48:15 > at PlayerService.CharacterServiceCore.Functions.CharacterMaker.CreateCharacter(Byte characterClass, String name, Int32 nexonSN, String NexonID, Boolean isCheat, Boolean usePreset, Int64& cid, Int32& characterSN)02-24 20:48:15 > at PlayerService.CharacterServiceCore.Processor.CreateCharacterProcessor.<Run>d__2.MoveNext()02-24 20:48:15 > [PlayerService.PlayerService][PlayerService.PlayerService (920)][CreateCharacter] - Error while Making Character. : MakeEntityFailed02-24 20:48:19 > [PlayerService.PlayerService][PlayerService.PlayerService (920)][CreateCharacterProcessor] - System.InvalidCastException: Unable to cast object of type 'System.Char' to type 'System.String'.02-24 20:48:19 > at PlayerService.CharacterServiceCore.Functions.CharacterMaker.CheckValidName(String name)02-24 20:48:19 > at PlayerService.CharacterServiceCore.Functions.CharacterMaker.CheckCharacterName(String nexonID, String name, Boolean isCheat, Boolean needChangedNameLogging)02-24 20:48:19 > at PlayerService.CharacterServiceCore.Functions.CharacterMaker.CreateCharacter(Byte characterClass, String name, Int32 nexonSN, String NexonID, Boolean isCheat, Boolean usePreset, Int64& cid, Int32& characterSN)02-24 20:48:19 > at PlayerService.CharacterServiceCore.Processor.CreateCharacterProcessor.<Run>d__2.MoveNext()

  12. #102
    Enthusiast prsp is offline
    MemberRank
    Feb 2018 Join Date
    37Posts

    Re: [Release] Delia Server Files

    Quote Originally Posted by Tetraspore View Post
    Make sure you search for "creation" in featurematrix. Set the S3 creation to "1".
    i can't find creation Table where is that or my db missing this?

  13. #103
    Member Delteros is offline
    MemberRank
    Mar 2009 Join Date
    302Posts

    Re: [Release] Delia Server Files

    junzhiL, Do you have NGM_disable set to 1 in FeatureMatrix, and then PassportImmigrator set to null?

    prsp, set S3_CharacterCreation to 1 in FeatureMatrix table
    Last edited by Delteros; 24-02-18 at 09:59 PM.

  14. #104
    Enthusiast prsp is offline
    MemberRank
    Feb 2018 Join Date
    37Posts

    Re: [Release] Delia Server Files

    I try with this all both server and client db. what I do wrong ?


  15. #105
    Member Delteros is offline
    MemberRank
    Mar 2009 Join Date
    302Posts

    Re: [Release] Delia Server Files

    Quote Originally Posted by prsp View Post
    I try with this all both server and client db. what I do wrong ?

    Try setting AdvancedUI to 1

    Just noticed I just have S3_CharacterCreation set to NULL on mine and US_CharacterCreation set to 1



Advertisement