I'm new in aCis administration and it's my first time with l2j server.
I use Eclipse and i have a git repository to send all my modifications (when i will know how to lol)
I have dl latest public source and compile datapack and gameserver (with build.xml files)
My questions :
1-When i need to modify some html/xml. I must editing them in aCis_datapack>data and run aCis_datapack>build.xml to send them to aCis_datapack>build>gameserver>data and copy them to override in my Server>gameserver>data ?
2-When i need to modify some .properties. I must editing them in aCis_gameserver>config and run aCis_gameserver>build.xml to send them to aCis_gameserver>build>dist>gameserver/login>config and copy them to override in my Server>gameserver/login>config ?
3-When i need to modify some .sh. I must editing them in aCis_gamserver>dist and run aCis_gameserver>build.xml to send them to aCis_gameserver>build>dist>gameserver/login and copy them to override in my Server>gameserver/login ?
4-For modify java. I don't know where i must modify, how to compile and how send my modification to my server folder.
I hope I was as clear as possible (my English is not perfect). Thank you in advance for your help
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
I present to your attention two options for the Hellbound location map
details in the archive
if you have larger effect files, you do not need to replace them
download
updates can be made behind the scenes, so if you catch a crit, post on the forum or download the archive, it may have already been fixed
additionally you can download
all la2 music from the latest version of the game 2025 download
the entire La2 ambisound from the latest version of the game 2025 download
I do what I like because I don't need to push myself to do things for L2 as a means of income. You, on the other hand, are here trying to scam people for $20k files...
But, since you're so talented and competent, I suppose you must be thriving on the fruits of your talents as an L2Off dev, no?
Oh wait
Guess not
If you have error
[ERR] 1067 - Invalid default value for 'createDate'
`createDate` date DEFAULT NULL '00-00-0000',
need use
`createDate` date DEFAULT NULL,
What game client do you need here?
I can't even log in!
# Auto account creation
# ----------------------------
# Auto account creation
# Default: True
AutoCreateAccounts = True
What did I do wrong?
ServerAddr=127.0.0.1
Question
Bouloche
Hi
I'm new in aCis administration and it's my first time with l2j server.
I use Eclipse and i have a git repository to send all my modifications (when i will know how to lol)
I have dl latest public source and compile datapack and gameserver (with build.xml files)
My questions :
1-When i need to modify some html/xml. I must editing them in aCis_datapack>data and run aCis_datapack>build.xml to send them to aCis_datapack>build>gameserver>data and copy them to override in my Server>gameserver>data ?
2-When i need to modify some .properties. I must editing them in aCis_gameserver>config and run aCis_gameserver>build.xml to send them to aCis_gameserver>build>dist>gameserver/login>config and copy them to override in my Server>gameserver/login>config ?
3-When i need to modify some .sh. I must editing them in aCis_gamserver>dist and run aCis_gameserver>build.xml to send them to aCis_gameserver>build>dist>gameserver/login and copy them to override in my Server>gameserver/login ?
4-For modify java. I don't know where i must modify, how to compile and how send my modification to my server folder.
I hope I was as clear as possible (my English is not perfect). Thank you in advance for your help
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.