Okay I've got few questions about something if I'll plan to build my own server:
1) What is the most stabile, most unbuggable, unexploitable and unglitchable java pack? (I'm planning L2J Interlude)
2) How can I host? I always wondered how 15 years boys get their server online for like 50 ppl to play without lags. What I have is nothing, I've got part-time job but I won't cover server hosting, cos I need money for my real life. So is there any special way? Uh.
3) I'm a total noob. What should I learn first?
4) Any free protection against third-party programs?
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.
You always find a way to lower the bar.
Consistency matters.
I admire your dedication to being completely unaware of how little you matter.
at least you are not entirely useless you can always serve as a bad example
I already finished my panel for change name and gender, anyway need restart, im used schema
$stmt = $conn->prepare("EXEC lin_ChangeCharacterName2 ?, ?, ?");
for change name... also for change gender i used
if ($race == 5) // Kamael race ID; modify this value as per your database
{
$error = "Gender change is not allowed for Kamael race characters.";
}
else
{
$stmt = $conn->prepare("
UPDATE user_data
SET gender = ?, face_index = 0, hair_shape_index = 0, hair_color_index = 0
WHERE char_id = ? AND account_name = ?
");
Sorry no idea how to add cached update in myext64 about, not have any solution for this yet compatible to myext64 code.
This is my panel make in php http://177.73.143.43:8080/account/
Cool panel for me, without experience in any code. Without help from any people here 🙄
Question
Lain
Okay I've got few questions about something if I'll plan to build my own server:
1) What is the most stabile, most unbuggable, unexploitable and unglitchable java pack? (I'm planning L2J Interlude)
2) How can I host? I always wondered how 15 years boys get their server online for like 50 ppl to play without lags. What I have is nothing, I've got part-time job but I won't cover server hosting, cos I need money for my real life. So is there any special way? Uh.
3) I'm a total noob. What should I learn first?
4) Any free protection against third-party programs?
Thanks in advance.
9 answers 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.