Jump to content
  • 0

[HELP] L2j Skills Interlude


Question

Posted

So my problem is that..something is wrong with some skills

Like Arcane Power ID 337 ..i can see it in data/skills 300-399.xml

But when i go ingame to add me this skill it says

 

Error : there is no such skill

 

Whats the problem? :/

 

*Unfortunately i can not search but i searched on google*

*Also* I can see through admin panel..add skills etc example archmage i can see Arcane Power so ..i can learn it..but ..after selecting it says

 

Error : there is no such skill as i said ^^

11 answers to this question

Recommended Posts

  • 0
Posted

Of course, your pack have some missed files,or you have erased them, as tryskell has sayed, pick them from other rev of your pack.

 

Good luck

  • 0
Posted

Hmmm i dont get it..

 

Example Arcane Power as i said is at 300-399.xml file...

But when i go ingame says no such skill.

Right?

So..what should i fix? First time something like that happens to me..

Or Another Question..where is the "real" database with the skills ..?

  • 0
Posted

Hmmm i dont get it..

 

Example Arcane Power as i said is at 300-399.xml file...

But when i go ingame says no such skill.

Right?

So..what should i fix? First time something like that happens to me..

Or Another Question..where is the "real" database with the skills ..?

Delete table skill_trees and import it again

  • 0
Posted

But i checked Skill_trees and example that arcana power will be on archmage..lvl 76 example...should i? even if they are okay?

 

Or i guess its okay..

 

How can i delete skill_trees and import only skill_trees again..hmm

 

EDIT : I deleted Skill_trees Table..I went to server/sql files..i took skill_tree.sql and i import it again in my database..but the same results..when i go to Add a skill example Arcane Power says

Error : there is no such skill

  • 0
Posted

What command are you using ? add_skill needs 2 parameters, skillid and level of skill.

 

I don't know if YOU or the pack messed, but understand that command works since IL without any intervention (don't need to edit it). If your pack is broken in this side, think a little about if the pack worths it. That's surely not the only thing broken.

 

Test to add another skill aswell... You didn't even said if command is working.

 

//add_skill 337 1

 

PS : this message is only shown using admin command, and is called when skill hasn't be found. So basically that skill/xml isn't correctly loading. I suggest you to load any other skill from this xml first, if it works, you got an issue on this particulat skill, if not, the whole XML doesn't load because you made syntax errors.

  • 0
Posted

Either way if i go from admin panel and select Arcane Power Add skill

or //add_skill 337 1 i will get this error--> Error : there is no such skill

 

Other skills from xml 300-399 work..so there problem aint the xml.

Its the particular skill..or logically i guess its the pack i use..(whats the best pack?)

 

Xml Skill : (even though i havent changed anything)

 

	<skill id="337" levels="1" name="Arcane Power">
	<set name="mpConsume" val="36"/>
	<set name="magicLvl" val="78" />
	<set name="target" val="TARGET_SELF"/>
	<set name="skillType" val="CONT"/>
	<set name="operateType" val="OP_TOGGLE"/>
	<for>
		<effect count="0x7fffffff" name="DamOverTime" time="3" val="150">
			<mul order="0x30" stat="MagicalMpConsumeRate" val="1.1"/>
			<mul order="0x30" stat="mAtk" val="1.3"/>
		</effect>
	</for>
</skill> 

 

 

P.S : All skills that players get after 76+(3rd class) lvl doesnt work ..and i dont know why

 

P.S 2 : I get some errors..at gameserver.properties about some skills..but not for 300-399.xml  i think..hmm i will try to fix them up and then see what happens

 

EXAMPLE OF ERRORS I GET IN GAMSERVER

Error in file C:\Program Files\L2ServerInterlude\gameserver\data\stats\skills\14
00-1499.xml
java.lang.RuntimeException: java.lang.ClassNotFoundException: net.sf.l2j.gameser
ver.skills.effects.EffectSalvation
        at net.sf.l2j.gameserver.skills.effects.EffectTemplate.<init>(EffectTemp
late.java:70)
        at net.sf.l2j.gameserver.skills.DocumentBase.attachEffect(DocumentBase.j
ava:239)
        at net.sf.l2j.gameserver.skills.DocumentBase.parseTemplate(DocumentBase.
java:168)
        at net.sf.l2j.gameserver.skills.DocumentSkill.parseSkill(DocumentSkill.j
ava:245)
        at net.sf.l2j.gameserver.skills.DocumentSkill.parseDocument(DocumentSkil
l.java:119)
        at net.sf.l2j.gameserver.skills.DocumentBase.parse(DocumentBase.java:115
)
        at net.sf.l2j.gameserver.skills.SkillsEngine.loadSkills(SkillsEngine.jav
a:95)
        at net.sf.l2j.gameserver.skills.SkillsEngine.loadAllSkills(SkillsEngine.
java:104)
        at net.sf.l2j.gameserver.datatables.SkillTable.<init>(SkillTable.java:51
)
        at net.sf.l2j.gameserver.datatables.SkillTable.getInstance(SkillTable.ja
va:44)
        at net.sf.l2j.gameserver.templates.L2Armor.<init>(L2Armor.java:68)
        at net.sf.l2j.gameserver.skills.DocumentItem.makeItem(DocumentItem.java:
155)
        at net.sf.l2j.gameserver.skills.DocumentItem.parseItem(DocumentItem.java
:146)
        at net.sf.l2j.gameserver.skills.DocumentItem.parseDocument(DocumentItem.
java:101)
        at net.sf.l2j.gameserver.skills.DocumentBase.parse(DocumentBase.java:115
)
        at net.sf.l2j.gameserver.skills.SkillsEngine.loadData(SkillsEngine.java:
159)
        at net.sf.l2j.gameserver.skills.SkillsEngine.loadArmors(SkillsEngine.jav
a:119)
        at net.sf.l2j.gameserver.datatables.ItemTable.<init>(ItemTable.java:253)

        at net.sf.l2j.gameserver.datatables.ItemTable.getInstance(ItemTable.java
:191)
        at net.sf.l2j.gameserver.GameServer.<init>(GameServer.java:316)
        at net.sf.l2j.gameserver.GameServer.main(GameServer.java:688)
Caused by: java.lang.ClassNotFoundException: net.sf.l2j.gameserver.skills.effect
s.EffectSalvation
        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 net.sf.l2j.gameserver.skills.effects.EffectTemplate.<init>(EffectTemp
late.java:68)
        ... 20 more

Error in file C:\Program Files\L2ServerInterlude\gameserver\data\stats\skills\31
00-3199.xml
java.lang.RuntimeException: java.lang.ClassNotFoundException: net.sf.l2j.gameser
ver.skills.effects.EffectInvul
        at net.sf.l2j.gameserver.skills.effects.EffectTemplate.<init>(EffectTemp
late.java:70)
        at net.sf.l2j.gameserver.skills.DocumentBase.attachEffect(DocumentBase.j
ava:239)
        at net.sf.l2j.gameserver.skills.DocumentBase.parseTemplate(DocumentBase.
java:168)
        at net.sf.l2j.gameserver.skills.DocumentSkill.parseSkill(DocumentSkill.j
ava:245)
        at net.sf.l2j.gameserver.skills.DocumentSkill.parseDocument(DocumentSkil
l.java:119)
        at net.sf.l2j.gameserver.skills.DocumentBase.parse(DocumentBase.java:115
)
        at net.sf.l2j.gameserver.skills.SkillsEngine.loadSkills(SkillsEngine.jav
a:95)
        at net.sf.l2j.gameserver.skills.SkillsEngine.loadAllSkills(SkillsEngine.
java:104)
        at net.sf.l2j.gameserver.datatables.SkillTable.<init>(SkillTable.java:51
)
        at net.sf.l2j.gameserver.datatables.SkillTable.getInstance(SkillTable.ja
va:44)
        at net.sf.l2j.gameserver.templates.L2Armor.<init>(L2Armor.java:68)
        at net.sf.l2j.gameserver.skills.DocumentItem.makeItem(DocumentItem.java:
155)
        at net.sf.l2j.gameserver.skills.DocumentItem.parseItem(DocumentItem.java
:146)
        at net.sf.l2j.gameserver.skills.DocumentItem.parseDocument(DocumentItem.
java:101)
        at net.sf.l2j.gameserver.skills.DocumentBase.parse(DocumentBase.java:115
)
        at net.sf.l2j.gameserver.skills.SkillsEngine.loadData(SkillsEngine.java:
159)
        at net.sf.l2j.gameserver.skills.SkillsEngine.loadArmors(SkillsEngine.jav
a:119)
        at net.sf.l2j.gameserver.datatables.ItemTable.<init>(ItemTable.java:253)

        at net.sf.l2j.gameserver.datatables.ItemTable.getInstance(ItemTable.java
:191)
        at net.sf.l2j.gameserver.GameServer.<init>(GameServer.java:316)
        at net.sf.l2j.gameserver.GameServer.main(GameServer.java:688)
Caused by: java.lang.ClassNotFoundException: net.sf.l2j.gameserver.skills.effect
s.EffectInvul
        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 net.sf.l2j.gameserver.skills.effects.EffectTemplate.<init>(EffectTemp
late.java:68)
        ... 20 more

Error in file C:\Program Files\L2ServerInterlude\gameserver\data\stats\skills\32
00-3299.xml
java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
        at net.sf.l2j.gameserver.model.L2Skill$SkillType.makeSkill(L2Skill.java:
249)
        at net.sf.l2j.gameserver.skills.DocumentSkill.makeSkills(DocumentSkill.j
ava:350)
        at net.sf.l2j.gameserver.skills.DocumentSkill.parseSkill(DocumentSkill.j
ava:229)
        at net.sf.l2j.gameserver.skills.DocumentSkill.parseDocument(DocumentSkil
l.java:119)
        at net.sf.l2j.gameserver.skills.DocumentBase.parse(DocumentBase.java:115
)
        at net.sf.l2j.gameserver.skills.SkillsEngine.loadSkills(SkillsEngine.jav
a:95)
        at net.sf.l2j.gameserver.skills.SkillsEngine.loadAllSkills(SkillsEngine.
java:104)
        at net.sf.l2j.gameserver.datatables.SkillTable.<init>(SkillTable.java:51
)
        at net.sf.l2j.gameserver.datatables.SkillTable.getInstance(SkillTable.ja
va:44)
        at net.sf.l2j.gameserver.templates.L2Armor.<init>(L2Armor.java:68)
        at net.sf.l2j.gameserver.skills.DocumentItem.makeItem(DocumentItem.java:
155)
        at net.sf.l2j.gameserver.skills.DocumentItem.parseItem(DocumentItem.java
:146)
        at net.sf.l2j.gameserver.skills.DocumentItem.parseDocument(DocumentItem.
java:101)
        at net.sf.l2j.gameserver.skills.DocumentBase.parse(DocumentBase.java:115
)
        at net.sf.l2j.gameserver.skills.SkillsEngine.loadData(SkillsEngine.java:
159)
        at net.sf.l2j.gameserver.skills.SkillsEngine.loadArmors(SkillsEngine.jav
a:119)
        at net.sf.l2j.gameserver.datatables.ItemTable.<init>(ItemTable.java:253)

        at net.sf.l2j.gameserver.datatables.ItemTable.getInstance(ItemTable.java
:191)
        at net.sf.l2j.gameserver.GameServer.<init>(GameServer.java:316)
        at net.sf.l2j.gameserver.GameServer.main(GameServer.java:688)
Caused by: java.lang.reflect.InvocationTargetException
        at sun.reflect.GeneratedConstructorAccessor5.newInstance(Unknown Source)

        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Sou
rce)
        at java.lang.reflect.Constructor.newInstance(Unknown Source)
        at net.sf.l2j.gameserver.model.L2Skill$SkillType.makeSkill(L2Skill.java:
245)
        ... 19 more
Caused by: java.lang.IllegalArgumentException: Enum value of type net.sf.l2j.gam
eserver.model.L2Skill$SkillTargetTyperequired, but found: TARGET_PIG
        at net.sf.l2j.gameserver.templates.StatsSet.getEnum(StatsSet.java:414)
        at net.sf.l2j.gameserver.model.L2Skill.<init>(L2Skill.java:506)
        at net.sf.l2j.gameserver.skills.l2skills.L2SkillDefault.<init>(L2SkillDe
fault.java:31)
        ... 23 more 

  • 0
Posted

Either way if i go from admin panel and select Arcane Power Add skill

or //add_skill 337 1 i will get this error--> Error : there is no such skill

 

Other skills from xml 300-399 work..so there problem aint the xml.

Its the particular skill..or logically i guess its the pack i use..(whats the best pack?)

 

Xml Skill : (even though i havent changed anything)

 

	<skill id="337" levels="1" name="Arcane Power">
	<set name="mpConsume" val="36"/>
	<set name="magicLvl" val="78" />
	<set name="target" val="TARGET_SELF"/>
	<set name="skillType" val="CONT"/>
	<set name="operateType" val="OP_TOGGLE"/>
	<for>
		<effect count="0x7fffffff" name="DamOverTime" time="3" val="150">
			<mul order="0x30" stat="MagicalMpConsumeRate" val="1.1"/>
			<mul order="0x30" stat="mAtk" val="1.3"/>
		</effect>
	</for>
</skill> 

 

 

P.S : All skills that players get after 76+(3rd class) lvl doesnt work ..and i dont know why

 

P.S 2 : I get some errors..at gameserver.properties about some skills..but not for 300-399.xml  i think..hmm i will try to fix them up and then see what happens

 

EXAMPLE OF ERRORS I GET IN GAMSERVER

Error in file C:\Program Files\L2ServerInterlude\gameserver\data\stats\skills\14
00-1499.xml
java.lang.RuntimeException: java.lang.ClassNotFoundException: net.sf.l2j.gameser
ver.skills.effects.EffectSalvation
        at net.sf.l2j.gameserver.skills.effects.EffectTemplate.<init>(EffectTemp
late.java:70)
        at net.sf.l2j.gameserver.skills.DocumentBase.attachEffect(DocumentBase.j
ava:239)
        at net.sf.l2j.gameserver.skills.DocumentBase.parseTemplate(DocumentBase.
java:168)
        at net.sf.l2j.gameserver.skills.DocumentSkill.parseSkill(DocumentSkill.j
ava:245)
        at net.sf.l2j.gameserver.skills.DocumentSkill.parseDocument(DocumentSkil
l.java:119)
        at net.sf.l2j.gameserver.skills.DocumentBase.parse(DocumentBase.java:115
)
        at net.sf.l2j.gameserver.skills.SkillsEngine.loadSkills(SkillsEngine.jav
a:95)
        at net.sf.l2j.gameserver.skills.SkillsEngine.loadAllSkills(SkillsEngine.
java:104)
        at net.sf.l2j.gameserver.datatables.SkillTable.<init>(SkillTable.java:51
)
        at net.sf.l2j.gameserver.datatables.SkillTable.getInstance(SkillTable.ja
va:44)
        at net.sf.l2j.gameserver.templates.L2Armor.<init>(L2Armor.java:68)
        at net.sf.l2j.gameserver.skills.DocumentItem.makeItem(DocumentItem.java:
155)
        at net.sf.l2j.gameserver.skills.DocumentItem.parseItem(DocumentItem.java
:146)
        at net.sf.l2j.gameserver.skills.DocumentItem.parseDocument(DocumentItem.
java:101)
        at net.sf.l2j.gameserver.skills.DocumentBase.parse(DocumentBase.java:115
)
        at net.sf.l2j.gameserver.skills.SkillsEngine.loadData(SkillsEngine.java:
159)
        at net.sf.l2j.gameserver.skills.SkillsEngine.loadArmors(SkillsEngine.jav
a:119)
        at net.sf.l2j.gameserver.datatables.ItemTable.<init>(ItemTable.java:253)

        at net.sf.l2j.gameserver.datatables.ItemTable.getInstance(ItemTable.java
:191)
        at net.sf.l2j.gameserver.GameServer.<init>(GameServer.java:316)
        at net.sf.l2j.gameserver.GameServer.main(GameServer.java:688)
Caused by: java.lang.ClassNotFoundException: net.sf.l2j.gameserver.skills.effect
s.EffectSalvation
        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 net.sf.l2j.gameserver.skills.effects.EffectTemplate.<init>(EffectTemp
late.java:68)
        ... 20 more

Error in file C:\Program Files\L2ServerInterlude\gameserver\data\stats\skills\31
00-3199.xml
java.lang.RuntimeException: java.lang.ClassNotFoundException: net.sf.l2j.gameser
ver.skills.effects.EffectInvul
        at net.sf.l2j.gameserver.skills.effects.EffectTemplate.<init>(EffectTemp
late.java:70)
        at net.sf.l2j.gameserver.skills.DocumentBase.attachEffect(DocumentBase.j
ava:239)
        at net.sf.l2j.gameserver.skills.DocumentBase.parseTemplate(DocumentBase.
java:168)
        at net.sf.l2j.gameserver.skills.DocumentSkill.parseSkill(DocumentSkill.j
ava:245)
        at net.sf.l2j.gameserver.skills.DocumentSkill.parseDocument(DocumentSkil
l.java:119)
        at net.sf.l2j.gameserver.skills.DocumentBase.parse(DocumentBase.java:115
)
        at net.sf.l2j.gameserver.skills.SkillsEngine.loadSkills(SkillsEngine.jav
a:95)
        at net.sf.l2j.gameserver.skills.SkillsEngine.loadAllSkills(SkillsEngine.
java:104)
        at net.sf.l2j.gameserver.datatables.SkillTable.<init>(SkillTable.java:51
)
        at net.sf.l2j.gameserver.datatables.SkillTable.getInstance(SkillTable.ja
va:44)
        at net.sf.l2j.gameserver.templates.L2Armor.<init>(L2Armor.java:68)
        at net.sf.l2j.gameserver.skills.DocumentItem.makeItem(DocumentItem.java:
155)
        at net.sf.l2j.gameserver.skills.DocumentItem.parseItem(DocumentItem.java
:146)
        at net.sf.l2j.gameserver.skills.DocumentItem.parseDocument(DocumentItem.
java:101)
        at net.sf.l2j.gameserver.skills.DocumentBase.parse(DocumentBase.java:115
)
        at net.sf.l2j.gameserver.skills.SkillsEngine.loadData(SkillsEngine.java:
159)
        at net.sf.l2j.gameserver.skills.SkillsEngine.loadArmors(SkillsEngine.jav
a:119)
        at net.sf.l2j.gameserver.datatables.ItemTable.<init>(ItemTable.java:253)

        at net.sf.l2j.gameserver.datatables.ItemTable.getInstance(ItemTable.java
:191)
        at net.sf.l2j.gameserver.GameServer.<init>(GameServer.java:316)
        at net.sf.l2j.gameserver.GameServer.main(GameServer.java:688)
Caused by: java.lang.ClassNotFoundException: net.sf.l2j.gameserver.skills.effect
s.EffectInvul
        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 net.sf.l2j.gameserver.skills.effects.EffectTemplate.<init>(EffectTemp
late.java:68)
        ... 20 more

Error in file C:\Program Files\L2ServerInterlude\gameserver\data\stats\skills\32
00-3299.xml
java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
        at net.sf.l2j.gameserver.model.L2Skill$SkillType.makeSkill(L2Skill.java:
249)
        at net.sf.l2j.gameserver.skills.DocumentSkill.makeSkills(DocumentSkill.j
ava:350)
        at net.sf.l2j.gameserver.skills.DocumentSkill.parseSkill(DocumentSkill.j
ava:229)
        at net.sf.l2j.gameserver.skills.DocumentSkill.parseDocument(DocumentSkil
l.java:119)
        at net.sf.l2j.gameserver.skills.DocumentBase.parse(DocumentBase.java:115
)
        at net.sf.l2j.gameserver.skills.SkillsEngine.loadSkills(SkillsEngine.jav
a:95)
        at net.sf.l2j.gameserver.skills.SkillsEngine.loadAllSkills(SkillsEngine.
java:104)
        at net.sf.l2j.gameserver.datatables.SkillTable.<init>(SkillTable.java:51
)
        at net.sf.l2j.gameserver.datatables.SkillTable.getInstance(SkillTable.ja
va:44)
        at net.sf.l2j.gameserver.templates.L2Armor.<init>(L2Armor.java:68)
        at net.sf.l2j.gameserver.skills.DocumentItem.makeItem(DocumentItem.java:
155)
        at net.sf.l2j.gameserver.skills.DocumentItem.parseItem(DocumentItem.java
:146)
        at net.sf.l2j.gameserver.skills.DocumentItem.parseDocument(DocumentItem.
java:101)
        at net.sf.l2j.gameserver.skills.DocumentBase.parse(DocumentBase.java:115
)
        at net.sf.l2j.gameserver.skills.SkillsEngine.loadData(SkillsEngine.java:
159)
        at net.sf.l2j.gameserver.skills.SkillsEngine.loadArmors(SkillsEngine.jav
a:119)
        at net.sf.l2j.gameserver.datatables.ItemTable.<init>(ItemTable.java:253)

        at net.sf.l2j.gameserver.datatables.ItemTable.getInstance(ItemTable.java
:191)
        at net.sf.l2j.gameserver.GameServer.<init>(GameServer.java:316)
        at net.sf.l2j.gameserver.GameServer.main(GameServer.java:688)
Caused by: java.lang.reflect.InvocationTargetException
        at sun.reflect.GeneratedConstructorAccessor5.newInstance(Unknown Source)

        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Sou
rce)
        at java.lang.reflect.Constructor.newInstance(Unknown Source)
        at net.sf.l2j.gameserver.model.L2Skill$SkillType.makeSkill(L2Skill.java:
245)
        ... 19 more
Caused by: java.lang.IllegalArgumentException: Enum value of type net.sf.l2j.gam
eserver.model.L2Skill$SkillTargetTyperequired, but found: TARGET_PIG
        at net.sf.l2j.gameserver.templates.StatsSet.getEnum(StatsSet.java:414)
        at net.sf.l2j.gameserver.model.L2Skill.<init>(L2Skill.java:506)
        at net.sf.l2j.gameserver.skills.l2skills.L2SkillDefault.<init>(L2SkillDe
fault.java:31)
        ... 23 more 

seems like you copied the dp part of the skills from another pack but forgot to take core side.

 

The errors show us that you miss some effects. If you add those effects you wont have any errors

  • 0
Posted

Errors aren't related to 300-399 as you said. But you got 3 XMLs which doesn't load correctly anyway (missing 2 effects and one target).

 

On which pack did you leech that XMLs ?

  • 0
Posted

I guess the normal pack's i dont really remember hmm but

 

I used this

http://www.l2jserver.com/nightly/index.php?dir=old%2FInterlude%2F

 

Should i download l2datapack and add the skills again to  be safe?

 

Yeah i know there is not 300-399 error because i didnt copy/paste this..i just copy another example of xml error..hmm

 

I will download again the datapack and put the "normal skills" ..

 

EDIT : Okay I found the problem..thanks guys..i am so NOOB..LIKE BAN ME (just kidding)

I had other's pack skills...now everything is working i just gotta fix the skills that are Skill type NOTDONE . LOCK THIS TOPIC

Guest
This topic is now closed to further replies.


  • Posts

    • 📦 Running out of Google Drive space? Upgrade to 5TB + Gemini Pro instantly on your own email.
    • Then its a fake one propably
    • Honestly, I think L2ETINA is worth keeping an eye on again. With the new team coming in, it feels like there’s finally some fresh energy around the project. They’ve got skilled people working on it now, and from what I’ve seen, they’re actually focused on bringing the project back to life and expanding it instead of just making empty promises. I also like the transparency so far. They’re communicating with the community and being open about what they’re working on and where they want to take L2ETINA. Obviously, there’s still a lot to prove and nobody can predict how things will turn out. But compared to before, I’m definitely more optimistic about the project now. I’m going to keep watching the progress and see what the new team can deliver. So far, I like the direction they’re taking.
    • [RED-TEAM REVERSECODE]LINEAGE2 ESSENCE SAMURAI CROW 542 KR [DEVMODE works tested100%pv+sv+nv] ✯✯✯✯✯✯✯✯✯✯✯ UPDATE ✯✯✯✯✯✯✯✯✯✯✯✯✯✯ LINEAGE2 ESSENCE  SAMURAI CROW 542 EU [UPDATE 09.12.2025][LANG:EUROPE-ORIGINAL] Clean System Patch Lineage 2 Core.dll + Engine.dll unpacked*super clean 100% [unpacked  RED-TEAM REVERSECODE-TEAM ] [ Kill game guard ][ Kill FROST ] [ Kill AwesomiumProcess ] [SELL WTS PM ME ] DEVMODE - works tested 100% pv+sv+nv ✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯   ================================================== ✯✯✯✯✯✯✯✯✯✯✯ UPDATE ✯✯✯✯✯✯✯✯✯✯✯✯✯✯ LINEAGE2 ESSENCE  SAMURAI CROW 547 KR [UPDATE 27.01.2026][LANG:KOREAN-ORIGINAL] Clean System Patch Lineage 2 Core.dll + Engine.dll unpacked*super clean 100% [unpacked  RED-TEAM REVERSECODE-TEAM ] [ Kill game guard ][ Kill FROST ] [ Kill AwesomiumProcess ] [SELL WTS PM ME ] DEVMODE - works tested 100% pv+sv+nv ✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯ ================================================== LINEAGE2 Server War: Age of the Legion Protocols:558 [UPDATE 17 03 2026][LANG:KOREAN-ORIGINAL] ✯✯✯✯✯✯✯✯✯✯✯ UPDATE ✯✯✯✯✯✯✯✯✯✯✯✯✯✯ [MAIN] LINEAGE2   Server War: Age of the Legion 558 KR [UPDATE 11 03 2026]][LANG:KOREAN-ORIGINAL] Clean System Patch Lineage 2 Core.dll + Engine.dll unpacked*super clean 100% [unpacked  RED-TEAM REVERSECODE-TEAM ] [ Kill game guard ][ Kill FROST ] [ Kill AwesomiumProcess ] [SELL WTS PM ME ] DEVMODE - works tested 100% pv+sv+nv ✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯   ================================================== [REVERSECODE RED-TEAM]L2 ESSENCE Echo of Elements 557 EU[UPDATE 15.04.2026][LANG:EUROPE-ORIGINAL] ✯✯✯✯✯✯✯✯✯✯✯ UPDATE ✯✯✯✯✯✯✯✯✯✯✯✯✯✯ LINEAGE2 ESSENCE Echo of Elements 557 EU [UPDATE 15.04.2026][LANG:EUROPE-ORIGINAL] Clean System Patch Lineage 2 Core.dll + Engine.dll unpacked*super clean 100% [unpacked  RED-TEAM REVERSECODE-TEAM ] [ Kill game guard ][ Kill FROST ] [ Kill AwesomiumProcess ] [SELL WTS PM ME ] DEVMODE - works tested 100% pv+sv+nv ✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯ ================================================== [REVERSECODE RED-TEAM]L2 ESSENCE Echo of Elements 557 EU[UPDATE 20.04.2026][LANG:EUROPE-ORIGINAL] ✯✯✯✯✯✯✯✯✯✯✯ UPDATE ✯✯✯✯✯✯✯✯✯✯✯✯✯✯ LINEAGE2 ESSENCE Echo of Elements 557 EU [UPDATE 20.04.2026][LANG:EUROPE-ORIGINAL] Clean System Patch Lineage 2 Core.dll + Engine.dll unpacked*super clean 100% [ unpacked  REVERSECODE RED-TEAM ] [ Kill game guard ][ Kill FROST ] [ Kill AwesomiumProcess ] [SELL WTS PM ME ] DEVMODE - works tested 100% pv+sv+nv ✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯ ✯✯✯✯✯✯✯✯✯✯✯ UPDATE ✯✯✯✯✯✯✯✯✯✯✯✯✯✯ LINEAGE2 ESSENCE Celestial Destiny 563 EU [UPDATE 28.07.2026][LANG:EUROPE-ORIGINAL] Clean System Patch Lineage 2 Martial Art: Dragon Attacks the Heavens Unpack NCGuard (Anti-Tamper Protected)  Core.dll + Engine.dll + NWindow.dll super clean 100% [ unpacked  REVERSECODE RED-TEAM ] [ Kill game guard ][ Kill FROST ][ LCID FIX ] [ Kill AwesomiumProcess ] + DEVMODE works tested 100% pv+sv+nv [SELL WTS PM ME ] ✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯ new products in development updates information [MAIN] IRON MASTERS Protocols:591 KR [UPDATE 25.08.2026][LANG:KOREAN-ORIGINAL] ✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯ in my profile there is a link to my discord group  we write all the questions there - if you are interested in something ✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯   PATCH DEVELOPER LABORATORY  REVERSECODE  RED-TEAM  Service Creating Full Clean Patched Systems  Unreal Scripts / Reverse Enginering / Game Client Modifications Portfolio Discord Group https://discord.gg/56EuZyFJj2   ✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯   [  A large selection of Products In our group at the link in the Discord   ] DO NOT LEAVE POSTS IN THIS SECTION IF YOU HAVE ANY QUESTIONS, CONTACT US IN THE DISCORD AND ASK YOUR QUESTIONS. ( prices are shown in green text in the first post ) You can also write in a private message. ( pm forum personal messgame ) those who write about non-existent goods or write insults will be denied services.      
  • 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..