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.


×
×
  • Create New...