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

    • Dear friends, right now we are holding a grand competition with a prize fund of more than $ 1000 in our stores https://socnet.store , telegram store: https://socnet.shop and SMM panel: https://socnet.pro There are more than 50 prize places in our competition, each lucky person can take one of the places. Important condition: you must make a purchase at any time before June 1, 2025. The more purchases you make - the more chances you have to win the main prize in the community of $ 300! ➡ Our Online Shop: socnet.store  ➡ Our SMM-Boosting Panel: socnet.pro  ➡ Telegram Shop Bot: socnet.shop  ➡ Telegram Support: https://t.me/solomon_bog  ➡ Telegram Channel: https://t.me/accsforyou_shop  ➡ Discord Support: @AllSocialNetworksShop  ➡ Discord Server: https://discord.gg/y9AStFFsrh  ➡ WhatsApp Support: 79051904467 ➡ WhatsApp Channel: https://whatsapp.com/channel/0029Vau0CMX002TGkD4uHa2n  ➡ Email Support: solomonbog@socnet.store 
    • Dear friends, right now we are holding a grand competition with a prize fund of more than $ 1000 in our stores https://socnet.store , telegram store: https://socnet.shop and SMM panel: https://socnet.pro There are more than 50 prize places in our competition, each lucky person can take one of the places. Important condition: you must make a purchase at any time before June 1, 2025. The more purchases you make - the more chances you have to win the main prize in the community of $ 300! ➡ Our Online Shop: socnet.store  ➡ Our SMM-Boosting Panel: socnet.pro  ➡ Telegram Shop Bot: socnet.shop  ➡ Telegram Support: https://t.me/solomon_bog  ➡ Telegram Channel: https://t.me/accsforyou_shop  ➡ Discord Support: @AllSocialNetworksShop  ➡ Discord Server: https://discord.gg/y9AStFFsrh  ➡ WhatsApp Support: 79051904467 ➡ WhatsApp Channel: https://whatsapp.com/channel/0029Vau0CMX002TGkD4uHa2n  ➡ Email Support: solomonbog@socnet.store 
    • REBORN ETERNAL IL x10 WTS  1gb 8e (a lot in stock) DR set +6 180e Frintezza+6 200e Zaken+6 200e AQ+6 200e You must go first or Pufa middleman service
    • There's many reasons why it would be more NO than YES : Using NCSoft assets is a death wish, they can lawyer any LU3/Unity if they wanted, since it's a plain steal of intellectual property. It's an hobby, as you said it, and it's not specially about money. Money is a way to filter idiots/resellers, nothing more. It's really about trying to replicate old content and optimize it which I find it fun. I just align with the basic idea than an emulator emulates. When you launch Project64 and SuperMario 64, you don't expect to get something more than 120 stars and Bowser boss in the end - which should have been L2J project to begin with Even if I played a lot with TESCS from Morrowind, back in time, it's not enough to handle current engines, and I'm too lazy to learn Unity/Unreal Engine. Moreover, it would mean buying assets. While doing it alone would be a fail, coupling to L2J / L2 community would still be shitty (since the majority is RU/BR) ; people is only about fame/glory/reselling shit on back of others. Opening to others, the project would be leaked day 1, rebranded and resold. MMO genre is basically dead, and that's not a reboot of any game (l2/wow classic :D) which will turn the tide. Regarding L2 or an remastered version of it, you can obviously blatantly copy-cat it (as Propnight did for Dead by daylight).   All frenchies aren't supposed to do Expedition 33 :).
    • 190euro until last month, don't miss it.
  • 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