Jump to content
  • 0

[Problem][H5] Mana Potions not working (+ request of buffer)


LadySky

Question

Hi people...

Since I can't find a solution to my problem and it's already 3 days I'll try to ask you...

 

I have a problem to mae work mana potions in h5, I'm using the current nightly from l2j website...

I spawned 250 of them, when I use them nothing happens and I get a 'reuse - not ready' message, like it is in cooldown.. In the console I get the message "No skill info found for skill id 10001 and skill level 1"...

 

-I already activated them in the l2jmods.properties

-I already activated the custom skills under general.properties

-I tried to consume my mana and removing the Invul mode of my gm

 

This is the code of my XML (data/stats/skills/custom):

    <skill id="10001" levels="1" name="Mana Potion">
            <set name="displayId" val="2288" />
            <set name="isMagic" val="2" /> <!-- Static Skill -->
            <set name="itemConsumeId" val="728" />
            <set name="itemConsumeCount" val="1" />
            <set name="magicLvl" val="1" />
            <set name="operateType" val="OP_ACTIVE" />
            <set name="power" val="500" />
            <set name="reuseDelay" val="1" />
            <set name="skillType" val="MANAHEAL" />
            <set name="target" val="TARGET_SELF" />
        </skill>

 

What's wrong? What else can I do?

 

I also would like a buffer that can save my own schemes of buffs (without having to create them in the code everytime) and that can switch to my pets to buff them, together with the default scheme and heal/remove commands..

Thank you in advance...

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

I'm guessing the problem is not the mana potions itself...

Seemingly, the console can't really find the skill infos for the 10001-1 one, but the file .xml do exist....

 

"No skill info found for skill id 10001 and skill level 1"

 

The message appears only when I click on the pots..

 

Nobody had the same issue with that nightly? I didn't generate myself this error, I just installed the pre-compiled......

 

Mmmh I just noticed this error in the console, while starting the server, maybe the problem is here, but I'm not good at java..

 

ott 26, 2012 10:09:51 PM com.l2jserver.gameserver.engines.DocumentBase parse
SEVERE: Error in file D:\LocalServer\L2J\L2J H5 Server\game\data\stats\skills\custom\10000-10099.xml
java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
at com.l2jserver.gameserver.model.skills.L2SkillType.makeSkill(L2SkillType.java:214)
at com.l2jserver.gameserver.engines.skills.DocumentSkill.makeSkills(DocumentSkill.java:780)
at com.l2jserver.gameserver.engines.skills.DocumentSkill.parseSkill(DocumentSkill.java:399)
at com.l2jserver.gameserver.engines.skills.DocumentSkill.parseDocument(DocumentSkill.java:121)
at com.l2jserver.gameserver.engines.DocumentBase.parse(DocumentBase.java:158)
at com.l2jserver.gameserver.engines.DocumentEngine.loadSkills(DocumentEngine.java:81)
at com.l2jserver.gameserver.engines.DocumentEngine.loadAllSkills(DocumentEngine.java:90)
at com.l2jserver.gameserver.datatables.SkillTable.load(SkillTable.java:60)
at com.l2jserver.gameserver.datatables.SkillTable.<init>(SkillTable.java:47)
at com.l2jserver.gameserver.datatables.SkillTable$SingletonHolder.<clinit>(SkillTable.java:164)
at com.l2jserver.gameserver.datatables.SkillTable.getInstance(SkillTable.java:39)
at com.l2jserver.gameserver.GameServer.<init>(GameServer.java:220)
at com.l2jserver.gameserver.GameServer.main(GameServer.java:459)
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.GeneratedConstructorAccessor8.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at com.l2jserver.gameserver.model.skills.L2SkillType.makeSkill(L2SkillType.java:210)
... 12 more
Caused by: java.lang.IllegalArgumentException: Enum value of type com.l2jserver.gameserver.model.skills.L2SkillOpType required, but found: OP_ACTIVE
at com.l2jserver.gameserver.model.StatsSet.getEnum(StatsSet.java:531)
at com.l2jserver.gameserver.model.skills.L2Skill.<init>(L2Skill.java:265)
at com.l2jserver.gameserver.model.skills.l2skills.L2SkillDefault.<init>(L2SkillDefault.java:26)
... 16 more

 

PS: The server is NOT an update, is a freshly installed one!

Link to comment
Share on other sites

  • 0

For the mana potions, you must enable the support for it in the L2jMods.cfg, after that make sure you have the skills.xml (10000-10099) copied from the custom skill folder to the one up from that. For a buffer look at my post, no spam required.

http://maxcheaters.com/forum/index.php?topic=269700.0

 

HF, and GL with your servers

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • 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