7 Classes Level 70 Cap Server Files + Database + Client + Tutorial

Page 24 of 29 FirstFirst ... 141617181920212223242526272829 LastLast
Results 576 to 600 of 706
  1. #576
    Novice bioschock44 is offline
    MemberRank
    Jul 2013 Join Date
    3Posts

    Re: 7 Classes Level 70 Cap Server Files + Database + Client + Tutorial

    use this Diogo Ferreira


    USE [DNMembership]
    GO
    DECLARE @return_value int
    EXEC @return_value = [dbo].[P_AddAccount]
    @nvcAccountName = N'Username',
    @inyAccountLevelCode = 99,
    @inyCharacterCreateLimit = 4,
    @inyCharacterMaxCount = 4,
    @dt2LastLoginDate = NULL,
    @vchLastLoginIP = NULL, @IntLastSessionID = NULL,
    @vchJoinIP = NULL,
    @inyPublisherCode = 0,
    @inyGenderCode = NULL, @DaTBirthDate = NULL,
    @vchPassphrase = N'Password',
    @inyNationalityCode = NULL,
    @inyChannelPartnerCode = NULL
    SELECT 'Return Value' = @return_value
    GO



    should work
    Last edited by bioschock44; 23-09-14 at 04:18 PM.

  2. #577
    Apprentice Diogo Ferreira is offline
    MemberRank
    Aug 2014 Join Date
    12Posts

    Re: 7 Classes Level 70 Cap Server Files + Database + Client + Tutorial

    Quote Originally Posted by bioschock44 View Post
    use this Diogo Ferreira


    USE [DNMembership]
    GO
    DECLARE @return_value int
    EXEC @return_value = [dbo].[P_AddAccount]
    @nvcAccountName = N'Username',
    @inyAccountLevelCode = 99,
    @inyCharacterCreateLimit = 4,
    @inyCharacterMaxCount = 4,
    @dt2LastLoginDate = NULL,
    @vchLastLoginIP = NULL, @IntLastSessionID = NULL,
    @vchJoinIP = NULL,
    @inyPublisherCode = 0,
    @inyGenderCode = NULL, @DaTBirthDate = NULL,
    @vchPassphrase = N'Password',
    @inyNationalityCode = NULL,
    @inyChannelPartnerCode = NULL
    SELECT 'Return Value' = @return_value
    GO
    should work

    U just change
    @inyPublisherCode = 0 to 4 ? right?

  3. #578
    Account Upgraded | Title Enabled! Andre Ycl is offline
    MemberRank
    Jun 2012 Join Date
    Your Think?Location
    246Posts

    Re: 7 Classes Level 70 Cap Server Files + Database + Client + Tutorial



    how to fix name item??

  4. #579
    Account Upgraded | Title Enabled! Oktavina01 is offline
    MemberRank
    Nov 2012 Join Date
    IndonesiaLocation
    293Posts

    Re: 7 Classes Level 70 Cap Server Files + Database + Client + Tutorial

    Quote Originally Posted by Andre Ycl View Post


    how to fix name item??
    use newer english patch, or u can inject uistring to your games PAK

  5. #580
    Novice bioschock44 is offline
    MemberRank
    Jul 2013 Join Date
    3Posts

    Re: 7 Classes Level 70 Cap Server Files + Database + Client + Tutorial

    Diogo Ferreira yeah i changed it and it worked for me :)

  6. #581
    Enthusiast SePhII2oth is offline
    MemberRank
    Aug 2005 Join Date
    MexicoLocation
    35Posts

    Re: 7 Classes Level 70 Cap Server Files + Database + Client + Tutorial

    hello, does anyone know wich EXE is compatible with this _TW files? i mean i've tested more than 100 different EXE files from different servers (EU, NA, CH, TW/HHK) and i always get RETCODE: -1 and Nation: 33 / 35 (depending on Client im using), the only EXE i managed to make work is jm99 version.

    looking at the login.ini i saw this files were built for NationID: 31


    As far as i colected this are the NationID's of different official servers:
    Cherry 35
    TW GF 33
    HK GO 33
    NA/EU 33

    Can anyone give me somelight on that?

    Bugs that i found:
    in Colloseum the client crash if you talk (the first time you get into, it doesnt crash, if you go out and then go back, and you talk it crash).
    PVP rankings dont work

    :D can anyone point whats wrong? thanks


    i want to test the Korean EXE but i cannot download the client (i cannot login to the page because im not korean ¬¬)

  7. #582
    Account Upgraded | Title Enabled! Alin1337 is offline
    MemberRank
    Dec 2007 Join Date
    1,096Posts

    Re: 7 Classes Level 70 Cap Server Files + Database + Client + Tutorial

    Quote Originally Posted by SePhII2oth View Post
    hello, does anyone know wich EXE is compatible with this _TW files? i mean i've tested more than 100 different EXE files from different servers (EU, NA, CH, TW/HHK) and i always get RETCODE: -1 and Nation: 33 / 35 (depending on Client im using), the only EXE i managed to make work is jm99 version.

    looking at the login.ini i saw this files were built for NationID: 31


    As far as i colected this are the NationID's of different official servers:
    Cherry 35
    TW GF 33
    HK GO 33
    NA/EU 33

    Can anyone give me somelight on that?

    Bugs that i found:
    in Colloseum the client crash if you talk (the first time you get into, it doesnt crash, if you go out and then go back, and you talk it crash).
    PVP rankings dont work

    :D can anyone point whats wrong? thanks


    i want to test the Korean EXE but i cannot download the client (i cannot login to the page because im not korean ¬¬)
    Every official server have different login packet (and lots of packets are different from one to another).
    For example TW have packet header 21 and packet size 0x8B (in packet they send login name and ip address , no password , they use some other methods to login , something with phone authentification )
    EU has packet header 25 and size 0x60 , (in packet you can find user and password hash crypted with md5 and ip address)

    All official servers have the client/server source code and they can edit all/everything they want.

  8. #583
    Valued Member Rafael Carvalho is offline
    MemberRank
    Nov 2013 Join Date
    102Posts

    Re: 7 Classes Level 70 Cap Server Files + Database + Client + Tutorial

    What set of dnt's do i need to edit to cut off that gm items from normal npc shop ??? Does anyone have fixed ones?

  9. #584
    Novice JarumBlack is offline
    MemberRank
    Nov 2013 Join Date
    1Posts

    Re: 7 Classes Level 70 Cap Server Files + Database + Client + Tutorial

    Please Help! i got error like this and i don't know what this error mean bcoz i don't understand chinese



    sorry about my english >_<
    Last edited by JarumBlack; 25-09-14 at 02:51 AM. Reason: image error

  10. #585
    Apprentice Diogo Ferreira is offline
    MemberRank
    Aug 2014 Join Date
    12Posts

    Re: 7 Classes Level 70 Cap Server Files + Database + Client + Tutorial

    Quote Originally Posted by bioschock44 View Post
    Diogo Ferreira yeah i changed it and it worked for me :)
    hi guys :)

    i change all my db for DBOK and use this quey and done!!!

    thx bioschoch44

  11. #586
    Apprentice mikeoyz is offline
    MemberRank
    Nov 2010 Join Date
    6Posts

    Re: 7 Classes Level 70 Cap Server Files + Database + Client + Tutorial

    Quote Originally Posted by Diogo Ferreira View Post
    hi guys :)

    i change all my db for DBOK and use this quey and done!!!

    thx bioschoch44
    Useless broo , if u create account any password can login ur account HAHWHWHWHWH

  12. #587
    Apprentice Diogo Ferreira is offline
    MemberRank
    Aug 2014 Join Date
    12Posts

    Re: 7 Classes Level 70 Cap Server Files + Database + Client + Tutorial

    Quote Originally Posted by mikeoyz View Post
    Useless broo , if u create account any password can login ur account HAHWHWHWHWH
    i go try this -.-


    one more thing ... atualziada would like a list of all items in the game .

    70 + items
    jades70 +
    plates70 +
    CashShop
    etc. ...

  13. #588
    Account Upgraded | Title Enabled! Oktavina01 is offline
    MemberRank
    Nov 2012 Join Date
    IndonesiaLocation
    293Posts

    Re: 7 Classes Level 70 Cap Server Files + Database + Client + Tutorial

    Check your DNT folder

  14. #589
    Apprentice Diogo Ferreira is offline
    MemberRank
    Aug 2014 Join Date
    12Posts

    Re: 7 Classes Level 70 Cap Server Files + Database + Client + Tutorial

    where i see this? o.o

  15. #590
    Member aphexman is offline
    MemberRank
    Mar 2014 Join Date
    RussiaLocation
    62Posts

    Re: 7 Classes Level 70 Cap Server Files + Database + Client + Tutorial

    http://cs14115.vk.me/c619518/v619518..._-SVMwe-Nk.jpg

    Pls help cant save my changes
    DBOK
    make sure null is allowed...!
    if still error delete ur database and restore again..
    where i find NULL? where i find ALLOWED, at solar system?

    PLEASE HELP I DONT KNOW WHAT NEED DO IT!!!

    CANT SAVE THIS F***ING CHANGE!

    i can find the right way, but i haven't time and u i think too!that help me pls!
    Last edited by aphexman; 26-09-14 at 01:47 AM.

  16. #591
    Account Upgraded | Title Enabled! Andre Ycl is offline
    MemberRank
    Jun 2012 Join Date
    Your Think?Location
    246Posts

    Re: 7 Classes Level 70 Cap Server Files + Database + Client + Tutorial

    make sure null is allowed...!
    if still error delete ur database and restore again..

  17. #592
    Member aphexman is offline
    MemberRank
    Mar 2014 Join Date
    RussiaLocation
    62Posts

    Re: 7 Classes Level 70 Cap Server Files + Database + Client + Tutorial

    ok ty i try!
    at DBOK may i can change password fo DragonNest user?

    - - - Updated - - -

    Why i cant delete 2 f****ing users?
    DragonNest+Delete(Sexecutor)

    And pls help me password at DBOK?
    i cant find it ((

  18. #593
    Account Upgraded | Title Enabled! Andre Ycl is offline
    MemberRank
    Jun 2012 Join Date
    Your Think?Location
    246Posts

    Re: 7 Classes Level 70 Cap Server Files + Database + Client + Tutorial

    its impossible!
    because all exe server get Encrypted.
    so you just can make standart user.

  19. #594
    Member aphexman is offline
    MemberRank
    Mar 2014 Join Date
    RussiaLocation
    62Posts

    Re: 7 Classes Level 70 Cap Server Files + Database + Client + Tutorial

    Help me pls! maybe guide or video/screens? 2 post at up

  20. #595
    Novice bioschock44 is offline
    MemberRank
    Jul 2013 Join Date
    3Posts

    Re: 7 Classes Level 70 Cap Server Files + Database + Client + Tutorial

    Diogo Ferreira beautiful that I could help

  21. #596
    Valued Member Rafael Carvalho is offline
    MemberRank
    Nov 2013 Join Date
    102Posts

    angry Re: 7 Classes Level 70 Cap Server Files + Database + Client + Tutorial

    Does anyone knows how to remove this shit ????



    Please Y.Y
    Last edited by Rafael Carvalho; 26-09-14 at 11:05 PM.

  22. #597
    Valued Member LeSwrd is offline
    MemberRank
    Aug 2014 Join Date
    138Posts

    Re: 7 Classes Level 70 Cap Server Files + Database + Client + Tutorial

    It's the exe.

  23. #598
    Member aphexman is offline
    MemberRank
    Mar 2014 Join Date
    RussiaLocation
    62Posts

    Re: 7 Classes Level 70 Cap Server Files + Database + Client + Tutorial

    Help to my two latests post! pls!

  24. #599
    Apprentice daqan is offline
    MemberRank
    Nov 2013 Join Date
    6Posts

    Re: 7 Classes Level 70 Cap Server Files + Database + Client + Tutorial

    Can someone help me with this please:
    http://forum.ragezone.com/f855/help-...mands-1029492/

    I believe there is something to do with the server files of this thread

  25. #600
    Apprentice lego990 is offline
    MemberRank
    Apr 2014 Join Date
    18Posts

    Re: 7 Classes Level 70 Cap Server Files + Database + Client + Tutorial

    my servers dont upjust pop fast and closedi starting server at partition E i change the path at /config



Advertisement