Jump to content

Recommended Posts

Posted

Hey All Can Anyone help me with tis im having a problem running lineage2 private server files and keep getting this

 

Script Engine: Mozilla Rhino 1.6 release 2 - Language: ECMAScript - Language Ver
sion: 1.6
Script Engine: jython 2.2b1 - Language: python - Language Version: 2.2b1
Script Engine: java 1.6 - Language: java - Language Version: 1.6
--------------------------------------------------------------------=[ World ]
Initializing InstanceManager
Loaded 133 instance names
Multiverse Instance created
Universe Instance created
L2World: (128 by 136) World Region Grid set up.
-------------------------------------------------------------------=[ Skills ]
EnchantGroupsTable: Loaded 5 groups.
SkillTreeTable: Loaded 42293 skills.
FishingSkillTreeTable: Loaded 109 general skills.
DwarvenCraftSkillTreeTable: Loaded 8 dwarven skills.
PledgeSkillTreeTable: Loaded 44 pledge skills
TransformSkillTreeTable: Loaded 50 transform skills
SpecialSkillTreeTable: Loaded 3 special skills
Error in file C:\Users\Frankie\Downloads\High Five\L2J_Server_HighFive-rev 1 ( D
P7550 )\gameserver\data\stats\skills\0800-0899.xml
java.util.NoSuchElementException: AbnormalEffect not found for name: 'airstun'.
Please check com.l2jserver.gameserver.skills.AbnormalEffect
        at com.l2jserver.gameserver.skills.AbnormalEffect.getByName(AbnormalEffe
ct.java:109)
        at com.l2jserver.gameserver.skills.DocumentBase.attachEffect(DocumentBas
e.java:241)
        at com.l2jserver.gameserver.skills.DocumentBase.parseTemplate(DocumentBa
se.java:152)
        at com.l2jserver.gameserver.skills.DocumentSkill.parseSkill(DocumentSkil
l.java:419)
        at com.l2jserver.gameserver.skills.DocumentSkill.parseDocument(DocumentS
kill.java:123)
        at com.l2jserver.gameserver.skills.DocumentBase.parse(DocumentBase.java:
89)
        at com.l2jserver.gameserver.skills.SkillsEngine.loadSkills(SkillsEngine.
java:89)
        at com.l2jserver.gameserver.skills.SkillsEngine.loadAllSkills(SkillsEngi
ne.java:98)
        at com.l2jserver.gameserver.datatables.SkillTable.reload(SkillTable.java
:47)
        at com.l2jserver.gameserver.datatables.SkillTable.<init>(SkillTable.java
:41)
        at com.l2jserver.gameserver.datatables.SkillTable.<init>(SkillTable.java
:25)
        at com.l2jserver.gameserver.datatables.SkillTable$SingletonHolder.<clini
t>(SkillTable.java:150)
        at com.l2jserver.gameserver.datatables.SkillTable.getInstance(SkillTable
.java:33)
        at com.l2jserver.gameserver.GameServer.<init>(GameServer.java:217)
        at com.l2jserver.gameserver.GameServer.main(GameServer.java:498)

Error in file C:\Users\Frankie\Downloads\High Five\L2J_Server_HighFive-rev 1 ( D
P7550 )\gameserver\data\stats\skills\5100-5199.xml
java.lang.RuntimeException: java.lang.ClassNotFoundException: com.l2jserver.game
server.skills.effects.EffectIncreaseCharges
        at com.l2jserver.gameserver.templates.effects.EffectTemplate.<init>(Effe
ctTemplate.java:93)
        at com.l2jserver.gameserver.skills.DocumentBase.attachEffect(DocumentBas
e.java:314)
        at com.l2jserver.gameserver.skills.DocumentBase.parseTemplate(DocumentBa
se.java:152)
        at com.l2jserver.gameserver.skills.DocumentSkill.parseSkill(DocumentSkil
l.java:419)
        at com.l2jserver.gameserver.skills.DocumentSkill.parseDocument(DocumentS
kill.java:123)
        at com.l2jserver.gameserver.skills.DocumentBase.parse(DocumentBase.java:
89)
        at com.l2jserver.gameserver.skills.SkillsEngine.loadSkills(SkillsEngine.
java:89)
        at com.l2jserver.gameserver.skills.SkillsEngine.loadAllSkills(SkillsEngi
ne.java:98)
        at com.l2jserver.gameserver.datatables.SkillTable.reload(SkillTable.java
:47)
        at com.l2jserver.gameserver.datatables.SkillTable.<init>(SkillTable.java
:41)
        at com.l2jserver.gameserver.datatables.SkillTable.<init>(SkillTable.java
:25)
        at com.l2jserver.gameserver.datatables.SkillTable$SingletonHolder.<clini
t>(SkillTable.java:150)
        at com.l2jserver.gameserver.datatables.SkillTable.getInstance(SkillTable
.java:33)
        at com.l2jserver.gameserver.GameServer.<init>(GameServer.java:217)
        at com.l2jserver.gameserver.GameServer.main(GameServer.java:498)
Caused by: java.lang.ClassNotFoundException: com.l2jserver.gameserver.skills.eff
ects.EffectIncreaseCharges
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Unknown Source)
        at com.l2jserver.gameserver.templates.effects.EffectTemplate.<init>(Effe
ctTemplate.java:89)
        ... 14 more

Error in file C:\Users\Frankie\Downloads\High Five\L2J_Server_HighFive-rev 1 ( D
P7550 )\gameserver\data\stats\skills\5500-5599.xml
java.util.NoSuchElementException: Unknown name 'physicalSkillPower' for enum Bas
eStats
        at com.l2jserver.gameserver.skills.Stats.valueOfXml(Stats.java:272)
        at com.l2jserver.gameserver.skills.DocumentBase.attachFunc(DocumentBase.
java:159)
        at com.l2jserver.gameserver.skills.DocumentBase.parseTemplate(DocumentBa
se.java:142)
        at com.l2jserver.gameserver.skills.DocumentBase.attachEffect(DocumentBas
e.java:315)
        at com.l2jserver.gameserver.skills.DocumentBase.parseTemplate(DocumentBa
se.java:152)
        at com.l2jserver.gameserver.skills.DocumentSkill.parseSkill(DocumentSkil
l.java:419)
        at com.l2jserver.gameserver.skills.DocumentSkill.parseDocument(DocumentS
kill.java:123)
        at com.l2jserver.gameserver.skills.DocumentBase.parse(DocumentBase.java:
89)
        at com.l2jserver.gameserver.skills.SkillsEngine.loadSkills(SkillsEngine.
java:89)
        at com.l2jserver.gameserver.skills.SkillsEngine.loadAllSkills(SkillsEngi
ne.java:98)
        at com.l2jserver.gameserver.datatables.SkillTable.reload(SkillTable.java
:47)
        at com.l2jserver.gameserver.datatables.SkillTable.<init>(SkillTable.java
:41)
        at com.l2jserver.gameserver.datatables.SkillTable.<init>(SkillTable.java
:25)
        at com.l2jserver.gameserver.datatables.SkillTable$SingletonHolder.<clini
t>(SkillTable.java:150)
        at com.l2jserver.gameserver.datatables.SkillTable.getInstance(SkillTable
.java:33)
        at com.l2jserver.gameserver.GameServer.<init>(GameServer.java:217)
        at com.l2jserver.gameserver.GameServer.main(GameServer.java:498)

PetSkillsTable: Loaded 1968 skills.
ResidentialSkillTable: Loaded 39 entities with associated skills.
--------------------------------------------------------------------=[ Items ]
ItemTable: Loaded 3046 Armors.
ItemTable: Loaded 10202 Items.
ItemTable: Loaded 3553 Weapons.
Highest item id used:22172
Extractable items data: Loaded 215 extractable items!
Extractable skills data: Loaded 433 extractable skills!
Summon items data: Loaded 51 summon items.
Enchant HP Bonus registered for 1526 items!
MerchantPriceConfigTable: Loaded 28 merchant price configs.
TradeController: Loaded 660 Buylists.
L2Multisell: Loaded 172 lists.
RecipeController: Loaded 936 recipes.
ArmorSetsTable: Loaded 145 armor sets.
FishTable: Loaded 270 Fishes.
---------------------------------------------------------------=[ Characters ]
CharTemplateTable: Loaded 103 Character Templates.
LevelUpData: Loaded 103 Character Level Up Templates.
AccessLevels: Loaded 7 from database.
AdminCommandAccessRights: Loaded 434 from database.
--------------------------------------------------------------------=[ Clans ]
Loaded 4 forums. Last forum id used: 4
Restored 0 clans from the database.
Initializing ClanHallManager
Initializing AuctionManager
Loaded: 38 auction(s)
Loaded: 0 clan halls
Loaded: 44 free clan halls
------------------------------------------------------------------=[ Geodata ]
Geodata Engine: Disabled.
---------------------------------------------------------------------=[ NPCs ]
NpcTable: (Re)Loaded 9802 NPC template(s).
NpcTable: Loaded 492 Minions.
NPCTable: Error reading NPC Character Attributes: com.mysql.jdbc.exceptions.jdbc
4.MySQLSyntaxErrorException: Table 'l2jdb.npcchardata' doesn't exist
NPC AI Data Table: Loaded 9802 AI Data.
Initializing Walkers Routes Table.
WalkerRoutesTable: Loaded 34 Npc Walker Routes.
Loading zones...
Initializing GrandBossManager
GrandBossManager: Queen Ant(29001) status is 0.
GrandBossManager: Core(29006) status is 0.
GrandBossManager: Orfen(29014) status is 0.
GrandBossManager: Antharas(29019) status is 0.
GrandBossManager: Baium(29020) status is 0.
GrandBossManager: Zaken(29022) status is 0.
GrandBossManager: Valakas(29028) status is 0.
GrandBossManager: Frintezza(29045) status is 0.
GrandBossManager: Antharas(29066) status is 0.
GrandBossManager: Antharas(29067) status is 0.
GrandBossManager: Antharas(29068) status is 0.
GrandBossManager: Loaded 11 Instances
Done: loaded 731 zones.
Searching clan halls doors:
DoorTable: Loaded 744 Door Templates for 19 regions.
StaticObject: Loaded 29 StaticObject Templates.
Initializing CastleManager
Exception: loadCastleData(): null
java.lang.NullPointerException
        at com.l2jserver.gameserver.model.entity.Castle.load(Castle.java:675)
        at com.l2jserver.gameserver.model.entity.Castle.<init>(Castle.java:260)
        at com.l2jserver.gameserver.instancemanager.CastleManager.loadInstances(
CastleManager.java:279)
        at com.l2jserver.gameserver.GameServer.<init>(GameServer.java:265)
        at com.l2jserver.gameserver.GameServer.main(GameServer.java:498)

Exception: loadCastleData(): null
java.lang.NullPointerException
        at com.l2jserver.gameserver.model.entity.Castle.load(Castle.java:676)
        at com.l2jserver.gameserver.model.entity.Castle.<init>(Castle.java:260)
        at com.l2jserver.gameserver.instancemanager.CastleManager.loadInstances(
CastleManager.java:279)
        at com.l2jserver.gameserver.GameServer.<init>(GameServer.java:265)
        at com.l2jserver.gameserver.GameServer.main(GameServer.java:498)

Exception: loadCastleData(): null
java.lang.NullPointerException
        at com.l2jserver.gameserver.model.entity.Castle.load(Castle.java:677)
        at com.l2jserver.gameserver.model.entity.Castle.<init>(Castle.java:260)
        at com.l2jserver.gameserver.instancemanager.CastleManager.loadInstances(
CastleManager.java:279)
        at com.l2jserver.gameserver.GameServer.<init>(GameServer.java:265)
        at com.l2jserver.gameserver.GameServer.main(GameServer.java:498)

Exception: loadCastleData(): null
java.lang.NullPointerException
        at com.l2jserver.gameserver.model.entity.Castle.load(Castle.java:678)
        at com.l2jserver.gameserver.model.entity.Castle.<init>(Castle.java:260)
        at com.l2jserver.gameserver.instancemanager.CastleManager.loadInstances(
CastleManager.java:279)
        at com.l2jserver.gameserver.GameServer.<init>(GameServer.java:265)
        at com.l2jserver.gameserver.GameServer.main(GameServer.java:498)

Exception: loadCastleData(): null
java.lang.NullPointerException
        at com.l2jserver.gameserver.model.entity.Castle.load(Castle.java:679)
        at com.l2jserver.gameserver.model.entity.Castle.<init>(Castle.java:260)
        at com.l2jserver.gameserver.instancemanager.CastleManager.loadInstances(
CastleManager.java:279)
        at com.l2jserver.gameserver.GameServer.<init>(GameServer.java:265)
        at com.l2jserver.gameserver.GameServer.main(GameServer.java:498)

Exception: loadCastleData(): null
java.lang.NullPointerException
        at com.l2jserver.gameserver.model.entity.Castle.load(Castle.java:680)
        at com.l2jserver.gameserver.model.entity.Castle.<init>(Castle.java:260)
        at com.l2jserver.gameserver.instancemanager.CastleManager.loadInstances(
CastleManager.java:279)
        at com.l2jserver.gameserver.GameServer.<init>(GameServer.java:265)
        at com.l2jserver.gameserver.GameServer.main(GameServer.java:498)

Exception: loadCastleData(): null
java.lang.NullPointerException
        at com.l2jserver.gameserver.model.entity.Castle.load(Castle.java:681)
        at com.l2jserver.gameserver.model.entity.Castle.<init>(Castle.java:260)
        at com.l2jserver.gameserver.instancemanager.CastleManager.loadInstances(
CastleManager.java:279)
        at com.l2jserver.gameserver.GameServer.<init>(GameServer.java:265)
        at com.l2jserver.gameserver.GameServer.main(GameServer.java:498)

Exception: loadCastleData(): null
java.lang.NullPointerException
        at com.l2jserver.gameserver.model.entity.Castle.load(Castle.java:682)
        at com.l2jserver.gameserver.model.entity.Castle.<init>(Castle.java:260)
        at com.l2jserver.gameserver.instancemanager.CastleManager.loadInstances(
CastleManager.java:279)
        at com.l2jserver.gameserver.GameServer.<init>(GameServer.java:265)
        at com.l2jserver.gameserver.GameServer.main(GameServer.java:498)

Exception: loadCastleData(): null
java.lang.NullPointerException
        at com.l2jserver.gameserver.model.entity.Castle.load(Castle.java:683)
        at com.l2jserver.gameserver.model.entity.Castle.<init>(Castle.java:260)
        at com.l2jserver.gameserver.instancemanager.CastleManager.loadInstances(
CastleManager.java:279)
        at com.l2jserver.gameserver.GameServer.<init>(GameServer.java:265)
        at com.l2jserver.gameserver.GameServer.main(GameServer.java:498)

Loaded: 9 castles
Initializing FortManager
Exception in thread "main" java.lang.ExceptionInInitializerError
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Unknown Source)
        at com.l2jserver.gameserver.model.L2Spawn.<init>(L2Spawn.java:176)
        at com.l2jserver.gameserver.datatables.SpawnTable.fillSpawnTable(SpawnTa
ble.java:105)
        at com.l2jserver.gameserver.datatables.SpawnTable.<init>(SpawnTable.java
:57)
        at com.l2jserver.gameserver.datatables.SpawnTable.<init>(SpawnTable.java
:39)
        at com.l2jserver.gameserver.datatables.SpawnTable$SingletonHolder.<clini
t>(SpawnTable.java:396)
        at com.l2jserver.gameserver.datatables.SpawnTable.getInstance(SpawnTable
.java:51)
        at com.l2jserver.gameserver.model.entity.Fort.initNpcs(Fort.java:1186)
        at com.l2jserver.gameserver.model.entity.Fort.<init>(Fort.java:256)
        at com.l2jserver.gameserver.instancemanager.FortManager.loadInstances(Fo
rtManager.java:177)
        at com.l2jserver.gameserver.GameServer.<init>(GameServer.java:266)
        at com.l2jserver.gameserver.GameServer.main(GameServer.java:498)
Caused by: java.lang.NullPointerException
        at com.l2jserver.gameserver.model.actor.instance.L2OlympiadManagerInstan
ce.<clinit>(L2OlympiadManagerInstance.java:48)
        ... 13 more

Posted

gia to prwto error den exeis sto core sou to airstun

gia to deutero error den uparxei auto EffectIncreaseCharges  sta effects

gia to trito den uparxei auto physicalSkillPower

 

Gia ta alla eisai sigouros oti evales kala thn database?

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

    • Very nice attempt and good luck with your sales.   Don't let the voices in this topic discourage you. Most of those people are just flexing. So if Celestine decides to write a bootkit or hook system calls or whatever and false-feed your anti-cheat fake info just because it sits in user mode just to go play in a private server with 100 people, I'll tell you one thing:   Who the fuck cares ... 😛   The average player won't / can't make these things, the big players like adrenaline won't bother (yet) (they don't have signed drivers do they ? They also run in user mode I believe). And even if they somehow manage to do so, there's a minority of players who would trust putting this thing on their pc. I wouldn't let anyone tamper with my kernel mode even if he had a signed certificate from Microsoft.    Also, in a scene where collusion has been brought out between bot makers and cheat guards, having many options is a blessing regardless of their strength. It makes colusion, conflict of interest and cartel more difficult, it drains from cheating software creators more resources to focus on more cheat guards, and it gives server owners plurality.    This arms race is a numbers game, you stop 90% of the cheaters you add value to all of us.    A couple of senior devs flexing their powers in a forum are not a concern.   If i'd ever make a server, I would definitelly buy from you, not because you have the best anti-cheat, but because you are not well known yet to be the focus of counter measures.     
    • TILL OPENING LEFT LESS THAN - 2 DAYS ! GRAND OPENING FROM - 10/07/2026, FRIDAY, 20:00 +3 GMT !
    • Add me on discord, lets talk   Discord: splicho
  • 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..