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

    • Yes i found it later its weird that l2off works that way level 9 it should be the top level. Is anybody who has problem with the boss Core? Because it is moving and i try to fix it
    • New arrivals: Reddit accounts Reddit SelfReg Karma Account | 20-100 POST AND COMMENT KARMA | MIX IP Registered | FORMAT: USERNAME: PASSWORD:EMAIL:MAILPASS: 4$ Reddit Karma Old Brute Account | 1+ KARMA | Full access with login: password:cookies: 2$ Reddit SelfReg Old Account | 1+ KARMA | MIX IP Registered | FORMAT: USERNAME: PASSWORD:EMAIL:MAILPASS: 3$ Ready Reddit accounts with karma and age for fast promotion of posts and comments! Our store’s Reddit account range includes: ➡ Reddit Karma Brute Account | 1 KARMA | Cookies access only (password may be not working) | The cheapest account | Price from: 1$ ➡ Reddit SelfReg Karma Account | 20-100 POST AND COMMENT KARMA | MIX IP Registered | FORMAT: USERNAME: PASSWORD:EMAIL:MAILPASS: 4$ ➡ Reddit Karma Old Brute Account | 1+ KARMA | Full access with login: password:cookies: 2$ ➡ Reddit SelfReg Old Account | 1+ KARMA | MIX IP Registered | FORMAT: USERNAME: PASSWORD:EMAIL:MAILPASS: 3$ ➡ Reddit Karma Brute Account | 20-100 POST AND COMMENT KARMA | MIX IP Registered | FORMAT: USERNAME: PASSWORD:EMAIL:MAILPASS | Price from: 5$ ➡ Reddit Karma Brute Account | 500-1000 POST AND COMMENT KARMA | MIX IP Registered | FORMAT: USERNAME: PASSWORD:EMAIL:MAILPASS | Price from: 9$ ➡ Reddit Karma Brute Account | 1000 Post Karma and 100 comment karma | MIX IP Registered | FORMAT: USERNAME: PASSWORD:EMAIL:MAILPASS | Price from: 15$ ➡ Reddit Karma Brute Account | 2000 Post Karma and 100 comment karma | MIX IP Registered | FORMAT: USERNAME: PASSWORD:EMAIL:MAILPASS | Price from: 20$ ➡ Reddit Karma Brute Account | 3000 Post Karma and 100 comment karma | MIX IP Registered | FORMAT: USERNAME: PASSWORD:EMAIL:MAILPASS | Price from: 25$ ➡ Reddit Karma Brute Account | 5000 Post Karma and 100 comment karma | MIX IP Registered | FORMAT: USERNAME: PASSWORD:EMAIL:MAILPASS | Price from: 35$ ➡ Reddit Karma Brute Account | 10000+ KARMA | MIX IP Registered | FORMAT: USERNAME: PASSWORD:EMAIL:MAILPASS (email is included and working) | Price from: 45$ ➡ Reddit Karma Brute Account | 20000 KARMA | MIX IP Registered | FORMAT: USERNAME: PASSWORD:EMAIL:MAILPASS (email is included and working) | Price from: 60$ ➡ Reddit Karma Brute Account | 50000+ KARMA | MIX IP Registered | FORMAT: USERNAME: PASSWORD:EMAIL:MAILPASS (email is included and working) | Price from: 90$ ➡ Reddit Karma Brute Account | 100000+ KARMA | MIX IP Registered | FORMAT: USERNAME: PASSWORD:EMAIL:MAILPASS (email is included and working) | Price from: 149$ Relevant links: Digital goods store (Website): Go Telegram bot for buying Telegram Stars: Go SMM Panel: Go – promotion of your social media accounts. Store Telegram bot: Go Promotions and special offers: 1. Promo code SEPTEMBER2025 (10% discount) for purchases in our store (Website, bot) in September! You can also use promo code for first purchase: SOCNET (15% discount) 2. Get $1 to store balance or 10-20% discount, just write your username after registration on our website in the following format: "SEND ME BONUS, MY USERNAME IS..." – you need to post it in our forum thread! 3. Get $1 for the first trial launch of SMM Panel: just open a ticket with subject “Get Trial Bonus” on our website (Support). 4. Weekly giveaways of Telegram Stars in our Telegram channel and in our star-purchase bot! News resources: ➡ Telegram channel: https://t.me/accsforyou_shop✅ ➡ WhatsApp channel: https://whatsapp.com/channel/0029Vau0CMX002TGkD4uHa2n✅ ➡ Discord server: https://discord.gg/y9AStFFsrh✅ We are actively looking for suppliers for the following product positions: — Snapchat old and new accounts | With snapscores | Geo: Europe/USA | Full access via email/phone number — Reddit old accounts with post and comment karma from 100 to 100,000+ | Full access via email — LinkedIn old accounts with real connections | Geo: Europe/USA | Full access via email + active 2FA password — Instagram old accounts (2010-2023 years) | Full access via email (possibly with active 2FA password) — Facebook old accounts (2010-2023 years) | Full access via email (possibly with active 2FA password) | With or without friends | Geo: Europe/USA/Asia — Threads accounts | Full access via email (possibly with active 2FA password) — TikTok/Facebook/Google ADS Agency advertising accounts Contact us below — let’s discuss terms! We are always open to other partnership offers as well. Contacts and support: ➡ Telegram: https://t.me/socnet_support✅ ➡ WhatsApp: https://wa.me/79051904467✅ ➡ Discord: socnet_support ✅ ➡ ✉ Email: solomonbog@socnet.store ✅ Also via these contacts you can: — get consultation on bulk purchases — establish partnership (current partners: https://socnet.bgng.io/partners) — become our supplier SocNet — store of digital goods and premium subscriptions ✅
    • New arrivals: Reddit accounts Reddit SelfReg Karma Account | 20-100 POST AND COMMENT KARMA | MIX IP Registered | FORMAT: USERNAME: PASSWORD:EMAIL:MAILPASS: 4$ Reddit Karma Old Brute Account | 1+ KARMA | Full access with login: password:cookies: 2$ Reddit SelfReg Old Account | 1+ KARMA | MIX IP Registered | FORMAT: USERNAME: PASSWORD:EMAIL:MAILPASS: 3$ Ready Reddit accounts with karma and age for fast promotion of posts and comments! Our store’s Reddit account range includes: ➡ Reddit Karma Brute Account | 1 KARMA | Cookies access only (password may be not working) | The cheapest account | Price from: 1$ ➡ Reddit SelfReg Karma Account | 20-100 POST AND COMMENT KARMA | MIX IP Registered | FORMAT: USERNAME: PASSWORD:EMAIL:MAILPASS: 4$ ➡ Reddit Karma Old Brute Account | 1+ KARMA | Full access with login: password:cookies: 2$ ➡ Reddit SelfReg Old Account | 1+ KARMA | MIX IP Registered | FORMAT: USERNAME: PASSWORD:EMAIL:MAILPASS: 3$ ➡ Reddit Karma Brute Account | 20-100 POST AND COMMENT KARMA | MIX IP Registered | FORMAT: USERNAME: PASSWORD:EMAIL:MAILPASS | Price from: 5$ ➡ Reddit Karma Brute Account | 500-1000 POST AND COMMENT KARMA | MIX IP Registered | FORMAT: USERNAME: PASSWORD:EMAIL:MAILPASS | Price from: 9$ ➡ Reddit Karma Brute Account | 1000 Post Karma and 100 comment karma | MIX IP Registered | FORMAT: USERNAME: PASSWORD:EMAIL:MAILPASS | Price from: 15$ ➡ Reddit Karma Brute Account | 2000 Post Karma and 100 comment karma | MIX IP Registered | FORMAT: USERNAME: PASSWORD:EMAIL:MAILPASS | Price from: 20$ ➡ Reddit Karma Brute Account | 3000 Post Karma and 100 comment karma | MIX IP Registered | FORMAT: USERNAME: PASSWORD:EMAIL:MAILPASS | Price from: 25$ ➡ Reddit Karma Brute Account | 5000 Post Karma and 100 comment karma | MIX IP Registered | FORMAT: USERNAME: PASSWORD:EMAIL:MAILPASS | Price from: 35$ ➡ Reddit Karma Brute Account | 10000+ KARMA | MIX IP Registered | FORMAT: USERNAME: PASSWORD:EMAIL:MAILPASS (email is included and working) | Price from: 45$ ➡ Reddit Karma Brute Account | 20000 KARMA | MIX IP Registered | FORMAT: USERNAME: PASSWORD:EMAIL:MAILPASS (email is included and working) | Price from: 60$ ➡ Reddit Karma Brute Account | 50000+ KARMA | MIX IP Registered | FORMAT: USERNAME: PASSWORD:EMAIL:MAILPASS (email is included and working) | Price from: 90$ ➡ Reddit Karma Brute Account | 100000+ KARMA | MIX IP Registered | FORMAT: USERNAME: PASSWORD:EMAIL:MAILPASS (email is included and working) | Price from: 149$ Relevant links: Digital goods store (Website): Go Telegram bot for buying Telegram Stars: Go SMM Panel: Go – promotion of your social media accounts. Store Telegram bot: Go Promotions and special offers: 1. Promo code SEPTEMBER2025 (10% discount) for purchases in our store (Website, bot) in September! You can also use promo code for first purchase: SOCNET (15% discount) 2. Get $1 to store balance or 10-20% discount, just write your username after registration on our website in the following format: "SEND ME BONUS, MY USERNAME IS..." – you need to post it in our forum thread! 3. Get $1 for the first trial launch of SMM Panel: just open a ticket with subject “Get Trial Bonus” on our website (Support). 4. Weekly giveaways of Telegram Stars in our Telegram channel and in our star-purchase bot! News resources: ➡ Telegram channel: https://t.me/accsforyou_shop✅ ➡ WhatsApp channel: https://whatsapp.com/channel/0029Vau0CMX002TGkD4uHa2n✅ ➡ Discord server: https://discord.gg/y9AStFFsrh✅ We are actively looking for suppliers for the following product positions: — Snapchat old and new accounts | With snapscores | Geo: Europe/USA | Full access via email/phone number — Reddit old accounts with post and comment karma from 100 to 100,000+ | Full access via email — LinkedIn old accounts with real connections | Geo: Europe/USA | Full access via email + active 2FA password — Instagram old accounts (2010-2023 years) | Full access via email (possibly with active 2FA password) — Facebook old accounts (2010-2023 years) | Full access via email (possibly with active 2FA password) | With or without friends | Geo: Europe/USA/Asia — Threads accounts | Full access via email (possibly with active 2FA password) — TikTok/Facebook/Google ADS Agency advertising accounts Contact us below — let’s discuss terms! We are always open to other partnership offers as well. Contacts and support: ➡ Telegram: https://t.me/socnet_support✅ ➡ WhatsApp: https://wa.me/79051904467✅ ➡ Discord: socnet_support ✅ ➡ ✉ Email: solomonbog@socnet.store ✅ Also via these contacts you can: — get consultation on bulk purchases — establish partnership (current partners: https://socnet.bgng.io/partners) — become our supplier SocNet — store of digital goods and premium subscriptions ✅
    • Vibe SMS simple and user-friendly We’re building a service where it’s important not only that everything works, but also that it’s convenient and stress-free for you. With Vibe SMS, there’s no unnecessary fuss or complicated rules — just a reliable platform and support when you need it. Here, you’re not just a user; you’re part of a team that values honesty, trust, and convenience for everyone Our website: https://vibe-sms.net/ Our Telegram channel: https://t.me/vibe_sms        
    • Same account Shillien Knight lvl 57 , AVADON HEAVY SET , JEWLERY B. Prophet lvl 57 , C grade armor. I sell both because on same email , different subaccounts   190E  
  • Topics

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock