Hi everyone, thanks for taking the time to look at this.
First the stuff that works:
- I've installed the l2server_l2off_gracia_final_83 server files
- I've set up the MSSQL database
- cached is working correctly
- hAuthd is working correctly
I can start L2server correctly, but when I load npcdata.txt, I get a barrage of errors all saying this:
[.\ObjectDB.cpp][579] npc class count over (MAX=10000)
How come? My npcdata.txt is the original, untampered one. Am I doing something wrong, or did I miss something?
When I use a few different npcdata.txt files I've gathered, I'm able to pass this issue. But that causes a whole nother issue when I start the L2NPC server. I get so many errors, but mostly the same types. These are the issues:
Undefined precompiled name[bunch of names, mostly SEALs]
and
[.\PrecompiledHeaderDB.cpp][318] invalid skill_name_id[273612802] id[4175] level[2]
npc is using invalid skill name id. npc = [1025019], skill name id = [273612802]
I'm still able to run the L2NPC server reliably though, it just keeps hammering out those error messages. And it just can't be good, right?
Lastly, when I start L2Server and I get to Compute Clan Relation, I get a whole lot of these errors:
[d:\vss\globalbranch\branch\overseas\ct2_final_0121\program\server\l2server\Utils.h][255] Bit flag Index overflow
What can this be?
I appreciate any help I can get, this is really bugging me.
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
DarkoDarko
Hi everyone, thanks for taking the time to look at this.
First the stuff that works:
- I've installed the l2server_l2off_gracia_final_83 server files
- I've set up the MSSQL database
- cached is working correctly
- hAuthd is working correctly
I can start L2server correctly, but when I load npcdata.txt, I get a barrage of errors all saying this:
How come? My npcdata.txt is the original, untampered one. Am I doing something wrong, or did I miss something?
When I use a few different npcdata.txt files I've gathered, I'm able to pass this issue. But that causes a whole nother issue when I start the L2NPC server. I get so many errors, but mostly the same types. These are the issues:
and
and
I'm still able to run the L2NPC server reliably though, it just keeps hammering out those error messages. And it just can't be good, right?
Lastly, when I start L2Server and I get to Compute Clan Relation, I get a whole lot of these errors:
What can this be?
I appreciate any help I can get, this is really bugging me.
Thanks!
11 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.