OK. Now it's my turn.
First Problem - when I copy+paste the "skillname-e.dat" and "skillgrp.dat" to my Lineage 2/system folder I get this error every time I run the game:
To view the content, you need to sign in or register
Second Problem - Ingame buffer problem.
After I click on buffer in the Game Console it shows this:
To view the content, you need to sign in or register
Ingame Error:
To view the content, you need to sign in or register
Game Console error for file 0200-0299.xml:
To view the content, you need to sign in or register
Game Console error for file 0300-0399.xml:
To view the content, you need to sign in or register
Game Console error for file 9900-9999.xml:
To view the content, you need to sign in or register
More Errors:
To view the content, you need to sign in or register
To view the content, you need to sign in or register
To view the content, you need to sign in or register
How can I fix it?
L2J Revision Number:"1083"
L2JDP Revision Number:"3281"
Is the problem from the rev versions? Old? And another thing... i don't have:
# Don't load quests
AltDevNoQuests = False
# Don't load spawntable
AltDevNoSpawns = False
in my options.properties in *\gameserver\config... but I load the quest perfectly.
Just a tip...
In my first tries I couldn't load the quest '9999_NPCBuffer'. So what I did was to put the '9999_NPCBuffer', line in the start of __init__.py file(*\gameserver\data\jscript\quests)...like this:
__all__ = [
'9999_NPCBuffer',
'1_LettersOfLove1',
'2_WhatWomenWant1',
'3_ReleaseDarkelfElder1',
'4_LongLiveLordOfFlame',
etc.
I think that this line "# '635_InTheDimensionalRift', # Use it at your own risk" in __init__.py is blocking the other quests to load.