Welcome to the RaGEZONE - MMORPG development forums.

[Release] 1.3.5 Server Files

This is a discussion on [Release] 1.3.5 Server Files within the Loong Releases forums, part of the Loong category; why are they commented out? Is something missing?...

Page 2 of 14 FirstFirst 1234567891012 ... LastLast
Results 16 to 30 of 203
  1. #16
    Culture and Chaos
    Rank
    Member +
    Join Date
    Feb 2011
    Location
    Earth
    Posts
    190
    Liked
    40
    Gamertag: I hate Xbox

    Re: [Release] 1.3.5 Server Files

    why are they commented out? Is something missing?

  2. #17
    cmb
    The C++ Dude
    Rank
    Member +
    Join Date
    Mar 2007
    Posts
    493
    Liked
    173

    Re: [Release] 1.3.5 Server Files

    Quote Originally Posted by Cain142 View Post
    why are they commented out? Is something missing?
    they were like that when i got them

  3. #18
    Account Upgraded | Title Enabled!
    Rank
    Member +
    Join Date
    Apr 2007
    Posts
    272
    Liked
    86

    Re: [Release] 1.3.5 Server Files

    i found this topic OL1.3.5 with the client link. The client version is v28210 i have not tested the client with these server files yet.
    Code:
    http://45uu.net/soft/html/431.html]
    Last edited by Aznkidd235; 22-02-11 at 10:50 PM.

  4. #19
    cmb
    The C++ Dude
    Rank
    Member +
    Join Date
    Mar 2007
    Posts
    493
    Liked
    173

    Re: [Release] 1.3.5 Server Files

    Quote Originally Posted by Aznkidd235 View Post
    i found this topic OL1.3.5 with the client link:
    [url=http://45uu.net/soft/html/431.html]
    yes i already know that, i believe they are working on getting that client supported, at least that is what i could make out on the chinese forums i was reading

    the version that was originally there in the login.ini was 1.3.0.11
    so i dunno if 2.8.2.10 will work with these files
    Last edited by cmb; 22-02-11 at 10:52 PM.

  5. #20
    cmb
    The C++ Dude
    Rank
    Member +
    Join Date
    Mar 2007
    Posts
    493
    Liked
    173

    Re: [Release] 1.3.5 Server Files

    UPDATE:
    The Death bug HAS BEEN FIXED!!!!!!!!

    Screenshot:

  6. #21
    Account Upgraded | Title Enabled!
    Rank
    Member +
    Join Date
    Apr 2007
    Posts
    272
    Liked
    86

    Re: [Release] 1.3.5 Server Files

    Quote Originally Posted by cmb View Post
    UPDATE:
    The Death bug HAS BEEN FIXED!!!!!!!!

    Screenshot:
    so what was the problem?

  7. #22
    cmb
    The C++ Dude
    Rank
    Member +
    Join Date
    Mar 2007
    Posts
    493
    Liked
    173

    Re: [Release] 1.3.5 Server Files

    UPDATE 2:
    I am releasing my final bit of files. It is a .cpk that contains the files you will need to use in order to use the gamigo client, check the first post for it

    This is my final release to you, i will provide no more support, i figured out these files myself, they are not difficult, so you can learn them too

    The reason for this is im moving into private development of Loong Online
    Last edited by cmb; 23-02-11 at 09:44 AM.

  8. #23
    Member
    Rank
    Member
    Join Date
    Jan 2011
    Posts
    30
    Liked
    0

    Re: [Release] 1.3.5 Server Files

    How do we create an account/login, cmbtest doesn't work for me, and what do we do with the .cpk file? Extract it somewhere or put it in a folder or what?

    Apologies if I'm being a noob
    Last edited by burst84; 23-02-11 at 04:23 PM.

  9. #24
    Account Upgraded | Title Enabled!
    Rank
    Member +
    Join Date
    Apr 2007
    Posts
    272
    Liked
    86

    Re: [Release] 1.3.5 Server Files

    Quote Originally Posted by burst84 View Post
    How do we create an account/login, cmbtest doesn't work for me, and what do we do with the .cpk file? Extract it somewhere or put it in a folder or what?

    Apologies if I'm being a noob
    to create an account open up the login database add an account. password must be md5 encrypted with the program you will find in the release section.

    .cpk file add the following in your patchinfo.txt:
    Code:
    [patch_0]
    from = (your current client version ex: 1.2.2.0)
    to = (to your latest client version ex: 1.2.2.1)
    url = http://www.your_ip/001.cpk
    md5 = md5_file_code
    run your launcher and let it update. it should look something like this:
    Code:
    from = 1.2.2.0
    to = 1.2.2.1
    url = http://myip/001.cpk
    md5 = e0abdaff1555b8cb786a1bddde6d77f0
    Last edited by Aznkidd235; 23-02-11 at 06:14 PM.

  10. #25
    Member
    Rank
    Member
    Join Date
    Jan 2011
    Posts
    30
    Liked
    0

    Re: [Release] 1.3.5 Server Files

    Aznkidd235, thanks for the reply, definitely makes sense to me now! Much appreciated.

    I downloaded the encryptor so the password shouldn't be a problem now. I'm still having trouble with the .cpk though. Sorry for all the questions I'm about to ask but hopefully I won't need to ask anything else after this...

    The current and latest server versions, should they be anything specific. My version I downloaded today and it updated to 1.3.3.17 so would that still work? And what should I put for the latest version in that case?

    Is the url literally just:

    Code:
    http://my internal (or is it external?) ip/001.cpk
    or does the file path need to be included. Also should the file be in a specific location so it's found?

    Finally what should the md5 original text be that is to be encrypted?

    Like I said, sorry for all the questions but I've never done anything like this before for a server. Thanks in advance.

  11. #26
    Account Upgraded | Title Enabled!
    Rank
    Member +
    Join Date
    Apr 2007
    Posts
    272
    Liked
    86

    Re: [Release] 1.3.5 Server Files

    Quote Originally Posted by burst84 View Post
    Aznkidd235, thanks for the reply, definitely makes sense to me now! Much appreciated.

    I downloaded the encryptor so the password shouldn't be a problem now. I'm still having trouble with the .cpk though. Sorry for all the questions I'm about to ask but hopefully I won't need to ask anything else after this...

    The current and latest server versions, should they be anything specific. My version I downloaded today and it updated to 1.3.3.17 so would that still work? And what should I put for the latest version in that case?

    Is the url literally just:

    Code:
    http://my internal (or is it external?) ip/001.cpk
    or does the file path need to be included. Also should the file be in a specific location so it's found?

    Finally what should the md5 original text be that is to be encrypted?

    Like I said, sorry for all the questions but I've never done anything like this before for a server. Thanks in advance.

    Gamigo Loong client 1.3.3.17 will not work it must be 1.3.3.14, but don't worry you can still patch the client back to 1.3.3.14 (downgrade) visit my thread in the release section "[Release] Client 1.3.5 Fixes" for the Update files.
    http://forum.ragezone.com/f671/relea...-3-5-a-730654/

    the internal/external ip does not matter if your server is going to be public then external ip (What Is My IP Address - Shows Your IP Address) or internal your lan ip (use localhost as your LAN ip: http://localhost/loong/001.cpk)

    for the MD5 for files download the program to read and find the files MD5 (link below). just drag and drop the file onto the file md5sums.exe and it should return the code for that file.

    MD5sums for Windows
    Last edited by Aznkidd235; 24-02-11 at 01:36 AM.

  12. #27
    Registered
    Rank
    Member
    Join Date
    Feb 2011
    Posts
    17
    Liked
    0

    Re: [Release] 1.3.5 Server Files

    Help! I can not run LoongWorld. If these lines comment
    Code:
     ; [CA_info]
     ; area = 111
     ; black_list = 127.0.0.1
     ; certificate = DC070000662A284E8EE6C4CF059CB690E33393D4059CB690E33393D4059CB690E33393D49035605D8926209B8259607A5D7688D401C0504F90D0E060D245A042B5AA811D059CB690E33393D4059CB690E33393D4059CB690E33393D4059CB690E33393D4059CB690E33393D4059CB690E33393D4059CB
     ; ca_1 = 210.9.9.9
     ; port_1 = 666
    
     ; [CA_svrlist]
     ; num = 1
     ; ca_1 = 210.9.9.9
     ; port_1 = 666
    
     ; [ca_1]
     ; port_1 = 666
    Writes this error:

    Code:
     Couldn't find <area CA_info> in var_container
     Continie?
    If I steranes comments, then:

    Code:
     thread thread_update is NOT exist
     SystemCode: 183 Info: Can not create file because it already exists.
    
     Continue?
    I beg you to help.

  13. #28
    Account Upgraded | Title Enabled!
    Rank
    Member +
    Join Date
    Apr 2007
    Posts
    272
    Liked
    86

    Re: [Release] 1.3.5 Server Files

    Quote Originally Posted by Naik View Post
    Help! I can not run LoongWorld. If these lines comment
    Code:
     ; [CA_info]
     ; area = 111
     ; black_list = 127.0.0.1
     ; certificate = DC070000662A284E8EE6C4CF059CB690E33393D4059CB690E33393D4059CB690E33393D49035605D8926209B8259607A5D7688D401C0504F90D0E060D245A042B5AA811D059CB690E33393D4059CB690E33393D4059CB690E33393D4059CB690E33393D4059CB690E33393D4059CB690E33393D4059CB
     ; ca_1 = 210.9.9.9
     ; port_1 = 666
    
     ; [CA_svrlist]
     ; num = 1
     ; ca_1 = 210.9.9.9
     ; port_1 = 666
    
     ; [ca_1]
     ; port_1 = 666
    Writes this error:

    Code:
     Couldn't find <area CA_info> in var_container
     Continie?
    If I steranes comments, then:

    Code:
     thread thread_update is NOT exist
     SystemCode: 183 Info: Can not create file because it already exists.
    
     Continue?
    I beg you to help.
    dont edit the [CA_info] stuff you only need to change the ips 192.168.1.109 i believe that's the ip that has been changed in the .ini files. also make sure that your database info is correct for example look for all .ini files and find the root, password and change it to your mysql info.

  14. #29
    Member
    Rank
    Member
    Join Date
    Oct 2006
    Posts
    59
    Liked
    0

    Re: [Release] 1.3.5 Server Files

    same problem like naik :(

    checked all *.INI's but cant find the problem .
    -=.-. rageZone foreVer .-.=-

  15. #30
    cmb
    The C++ Dude
    Rank
    Member +
    Join Date
    Mar 2007
    Posts
    493
    Liked
    173

    Re: [Release] 1.3.5 Server Files

    Quote Originally Posted by Naik View Post
    Help! I can not run LoongWorld. If these lines comment
    Code:
     ; [CA_info]
     ; area = 111
     ; black_list = 127.0.0.1
     ; certificate = DC070000662A284E8EE6C4CF059CB690E33393D4059CB690E33393D4059CB690E33393D49035605D8926209B8259607A5D7688D401C0504F90D0E060D245A042B5AA811D059CB690E33393D4059CB690E33393D4059CB690E33393D4059CB690E33393D4059CB690E33393D4059CB690E33393D4059CB
     ; ca_1 = 210.9.9.9
     ; port_1 = 666
    
     ; [CA_svrlist]
     ; num = 1
     ; ca_1 = 210.9.9.9
     ; port_1 = 666
    
     ; [ca_1]
     ; port_1 = 666
    Writes this error:

    Code:
     Couldn't find <area CA_info> in var_container
     Continie?
    If I steranes comments, then:

    Code:
     thread thread_update is NOT exist
     SystemCode: 183 Info: Can not create file because it already exists.
    
     Continue?
    I beg you to help.
    Quote Originally Posted by ulfman View Post
    same problem like naik :(

    checked all *.INI's but cant find the problem .
    You need to go through all the ini's in the server_config folder and change the db password that I had in there as im sure my info isn't the same as yours, aswell as changing each 192.168.0.109 to either 127.0.0.1 or your internal/external ip

 

 
Page 2 of 14 FirstFirst 1234567891012 ... LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •