C1 PTS by smeli

john2023

Единомышленник
Участник
Сообщения
77
Розыгрыши
0
Репутация
6
Реакции
50
Баллы
129
2023 version:

c2 client for this version:
 
Good morning, thanks for sharing. I am trying to enter the game from a c1 client and on the server selection screen to enter I get "You are using a different protocol." Do you have any idea which client he uses? Is it really C1? I'm interested in building an original c1 server but with offline stores and little things added like that extender has.
 
this sever suports a lot of l2 clients. even 3 different dll's are for this purpose
1st dll for cbt-c1 clients
2nd dll for c2-c6 clients
3rd dll for c7+ clients

all those have protocols form 19 to 899
so in order to support all those server protocol is set to 1
when connecting any above server protocol there system message "ou are using a different protocol"
change it inside client to "welcome to c1 server"
or you can change server protocol to what you want inside extender

after players enter world in server console black window is logged which protocol used
by defaul server is set to use c2 client and this client is provided
 

what clients is that :0
Java:
    /** Prelude **/
    CHRONICLES_00,
    /** C1 Harbingers of War **/
    CHRONICLES_01,
    /** C2 Age of Splendor **/
    CHRONICLES_02,
    /** C3 Rise of Darkness **/
    CHRONICLES_03,
    /** C4 Scions of Destiny **/
    CHRONICLES_04,
    /** C5 Oath of Blood **/
    CHRONICLES_05,
    /** C6 Interlude **/
    CHRONICLES_06,
    /** The Kamael **/
    CHAOTIC_THRONE_01_00,
    /** Hellbound / Kamael Plus **/
    CHAOTIC_THRONE_01_05,
    /** Gracia Part 1 **/
    CHAOTIC_THRONE_02_01,
    /** Gracia Part 2 **/
    CHAOTIC_THRONE_02_02,
    /** Gracia Final **/
    CHAOTIC_THRONE_02_03,
    /** Gracia Epilogue / Gracia Plus **/
    CHAOTIC_THRONE_02_04,
    /** Freya **/
    CHAOTIC_THRONE_02_05,
    /** High Five Part 01 **/
    HIGH_FIVE_PART_01,
    /** High Five Part 02 **/
    HIGH_FIVE_PART_02,
    /** High Five Part 03 **/
    HIGH_FIVE_PART_03,
    /** High Five / High Five Part 04 **/
    CHAOTIC_THRONE_02_06,
    /** High Five Part 05 **/
    HIGH_FIVE_PART_05,
 
Good morning, the c1 server worked excellent for me. Now I have a problem with gm or admin on a character, it's like it doesn't recognize it. Do you have any idea how to solve it?
 
go to database lin2world and in user_data table change char column value "builder" to 1 (best GM level)
 
Excellent! It worked too, I just had to restart the entire server again. Are these files as they are for chronicle 1 or chronicle 2? I'm talking about scripts, html and AI.
 
scripts are tailored for chronicle1, with some additions.
also scripts are ready for some c2 additions as baium, skill advancing after 58 level and some others. but not enough to move fully to chronicle 2