Jump to content
  • 0

L2Off Gracia Final Rev83 Issues


Question

Posted

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:

superpointinfo.txt[4] : Undefined NPC[scribe_leandro]
superpointinfo.txt[5] : Undefined MOVE_TYPE[MoveSuperPoint_FollowRail]

and

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.

 

Thanks!

11 answers to this question

Recommended Posts

  • 0
Posted (edited)

Hi,

 

firstly DON'T USE UNPATCHED GRACIA FINAL. It's full of bugs - duplicating stackable items, duplicating adena, one packet to crash the server (RequestSkillEnchant with enchant type > 3), base stat (STR/DEX/CON/INT/WIT/MEN) stacking up to 99 through augmentation bug, lot of bugs with hide skill, trading untradable items via private store and lot of more :)

 

As for npc class count over (MAX=10000) - you need to increase max index. Every extender out there is able to do this. Your data is 100% NOT original because with original data it runs well.

 

As for Undefined NPC[scribe_leandro] - it's missing in npc_pch.txt

As for Undefined MOVE_TYPE[MoveSuperPoint_FollowRail] - it's missing in manual_pch.txt

As for Undefined precompiled name[bunch of names, mostly SEALs] - again something missing in _pch.txt files

 

As for Bit flag Index overflow - it's the max index again.

 

You should get some extender + some good data. One of possibilities is getting AdvExt64 Gracia Final (or Epilogue) demo (for free) and running the data with MyExt64 https://bitbucket.org/l2shrine/extender-public :)

Edited by eressea
  • 0
Posted (edited)

Thank you so much, that's exactly what I needed to hear.

 

Really appreciate it!

 

I was slowly going insane. Knowing the files aren't right gives me a second wind.

 

EDIT: Okay, I've got the new setup going now, with your extender. I'm still having trouble getting it to run though, but I'll look through your thread and see if I can find the cause of the issue. It crashes with the error: ItemDataChecker[1]: syntax error.

 

EDIT2: I managed to get the server going, as well as the NPC server now, thanks! I used the server files uploaded recently in your thread. The only issue I see now, are occasional errors in L2NPC. Is that common? I figure it's a geodata thing when it can't generate a random position

 

EDIT3: I can't seem to connect to the server from my client, even though I use 127.0.0.1 in the l2.ini. hAuthD gives me no messages at all. Any suggestions? I'm using the client from Shrine, I just changed the IP in the l2.ini. I'm looking so much forward to having a server that works so I can start modding.

Edited by DarkoDarko
  • 0
Posted

Thank you so much, that's exactly what I needed to hear.

 

Really appreciate it!

 

I was slowly going insane. Knowing the files aren't right gives me a second wind.

 

EDIT: Okay, I've got the new setup going now, with your extender. I'm still having trouble getting it to run though, but I'll look through your thread and see if I can find the cause of the issue. It crashes with the error: ItemDataChecker[1]: syntax error.

 

EDIT2: I managed to get the server going, as well as the NPC server now, thanks! I used the server files uploaded recently in your thread. The only issue I see now, are occasional errors in L2NPC. Is that common? I figure it's a geodata thing when it can't generate a random position

 

EDIT3: I can't seem to connect to the server from my client, even though I use 127.0.0.1 in the l2.ini. hAuthD gives me no messages at all. Any suggestions? I'm using the client from Shrine, I just changed the IP in the l2.ini. I'm looking so much forward to having a server that works so I can start modding.

for EDIT3 you can use this thing for testing...

place to system folder and rename l2.exe to l2.bin if not renamed already...

 

 

downloadurl.txt

  • 0
Posted

 

You should get some extender + some good data. One of possibilities is getting AdvExt64 Gracia Final (or Epilogue) demo (for free) and running the data with MyExt64 https://bitbucket.org/l2shrine/extender-public :)

 

Do You even try? It is impossible, AdvExt are not morons, they rebuild structure of project, renamed skills, switched exe with dll and more.

  • 0
Posted

Do You even try? It is impossible, AdvExt are not morons, they rebuild structure of project, renamed skills, switched exe with dll and more.

 

I'm almost sure it works if you remove TvT stuff (it works with AdvExt64 Epilogue data someone sent me - was not demo but the data should be the very same)

  • 0
Posted

I'm almost sure it works if you remove TvT stuff (it works with AdvExt64 Epilogue data someone sent me - was not demo but the data should be the very same)

Nothing is for sure. I checked Interlude demo - is different form full version, seems more like old Vanganath files.

In GF some from errors are patched throught dll, I found old L2Sublimity files, the only one who run without errors, custom dll,  but  extender is without sources, useless for me.

AdveExt GF + exe form euro pack + MyExt64 - after some tweaking, with yours suggestions,  only server runs without errors, but NPC server throw many errors blabling something about missing database npc index - most of them, more than 50%.

  • 0
Posted (edited)

Nothing is for sure. I checked Interlude demo - is different form full version, seems more like old Vanganath files.

In GF some from errors are patched throught dll, I found old L2Sublimity files, the only one who run without errors, custom dll,  but  extender is without sources, useless for me.

AdveExt GF + exe form euro pack + MyExt64 - after some tweaking, with yours suggestions,  only server runs without errors, but NPC server throw many errors blabling something about missing database npc index - most of them, more than 50%.

ure funny  rly...  if you change stuff  u must change also AI.OBJ

 

laters...

 

btw search  99nets files are somewhere they did C5  and other Gracia Final too

 

Edited by etherian
  • 0
Posted

ure funny  rly...  if you change stuff  u must change also AI.OBJ

 

 

Rly, this idea about ai.obj come from?

I never mentioned about mixing script folder, only switching exe and remove few lines with custom pvp stuff from pack

ai.obj is a part of scripts.

  • 0
Posted (edited)

Rly, this idea about ai.obj come from?

I never mentioned about mixing script folder, only switching exe and remove few lines with custom pvp stuff from pack

ai.obj is a part of scripts.

 

(but NPC server throw many errors blabling something about missing database npc index)

can you post error log pls...  othewise noone will be able to help u

blabing error  does not mean anything... be specific or do not w8 for magic help

 

ai.obj works with npc 

functions are handle by server

 

if u change something be sure to change everything related to it in order to get all running...

 

 

laters

Edited by etherian
  • 0
Posted (edited)

can you post error log pls... othewise noone will be able to help u

blabing error does not mean anything... be specific or do not w8 for magic help

laters

We've already discussed it via PM. The problem is you must use patched l2npc as well (vanilla l2npc does work only with gracia final; patched means it uses MyExt64.dll)

 

http://download.l2shrine.com/L2NPCMyExt64.exe

Edited by eressea
  • 0
Posted

We've already discussed it via PM. The problem is you must use patched l2npc as well (vanilla l2npc does work only with gracia final; patched means it uses MyExt64.dll)

 

http://download.l2shrine.com/L2NPCMyExt64.exe

k then mark solved haha

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


  • Posts

    • Vouch for @Ave i can say im very statisfied with the order I've made he was fast and reliable i totally recommend him to anyone who wants a decent updater with high quality design.
    • What can I say other than that I’m satisfied with the order I made. The guy is reliable and very good at what he does. I recommend him 100%.
    • Lineage2 Freya High Five @ Reshade with fog and rain etc @ Gracia final epilogue atmosphere   this reshade will eat lots of GPU power 50% or more of an RTX 3060 so be carefull depending on what effects are activated and their settings will eat even more GPU recomended 60hz monitor settings and via nvidia panel in Lineage2 game profile vsync settings to on effects are set up till film deck and the rest are not used but still working again this can eat alot of GPU Don't overheat GPU this is for freya high five but might work on others too copy in the  System  folder the folder  reshade-shaders  and the files  d3d9.dll  ReShade.ini  ReShadePreset.ini  ReShade.log  CccDddCcc.ini insert opens the menu and delete is on and of some settings need  ctrl + left click  to be changed   making another profile will reset the not activated effects to their default values so just copy the profile  CccDddCcc  and rename if needed also something needs to be closed from settings in game menu, the blur at distance and advanced shaders but keeping the advanced water effects all reflections   for those that don't like the h5 look of the sky and the red fog and rain and ambien red at night on all maps well if we want the cool gracia final epilogue back then we need to do this rename the  Maps  folder to Mapsretail or whatever copy the  Maps  folder from gracia final epilogue to h5 also we need the  L2_Skies.utx  from gracia final epilogue  Textures  folder to be replaced and also we need to do the same to the files  timeenv0.int  timeenv1.int  timeenv2.int  timeenv3.int  found in  system  folder   another setting that will probably be needed but not really tested out is to open file  option.ini  from  system  folder and add cachesize like this   [FirstRun] FirstRun=2   [Engine.GameEngine] CacheSizeMegs=512   also maybe is good to change those to 4.000000   [ClippingRange] Terrain=4.000000 Actor=4.000000 StaticMesh=4.000000 StaticMeshLod=4.000000 Pawn=4.000000       sorry bad english   https://mega.nz/file/aRNXxDrQ#mbxrNERBtW0XEEezK6w8-86oZWuX1k6NgtR6RZWKRVM   the compression on the video is kinda bad but meh    
  • Topics

×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..