Jump to content
  • 0

Mana potions problem :@ >>


Question

Posted

Hello MaxCheaters....

I have problem with mana potions ...!>.

L2jserver | Epilogue

 

When i click 2 times over mana potions I do not charge MP and in chat out that :

You use .

1 Mana potion has disappeared .

 

In l2jmods.propertiese MANA is True

 

and in 10000-10099.xml (where is the skill) is these text :

 

<?xml version="1.0" encoding="UTF-8"?>

<list>

  <skill id="10000" levels="1" name="Custom Mana Drug">

      <set name="itemConsumeId" val="726" />

      <set name="itemConsumeCount" val="1" />

      <set name="buffDuration" val="15000" />

      <set name="isPotion" val="true" />

      <set name="magicLvl" val="1" />

      <set name="operateType" val="OP_ACTIVE" />

      <set name="skillType" val="MPHOT" />

      <set name="target" val="TARGET_SELF" />

      <cond msgId="113" addName="1">

        <player flyMounted="False" />

      </cond>

      <for>

        <effect count="3" name="ManaHealOverTime" time="5" val="1.5" stackOrder="1.5" stackType="mp_recover" />

      </for>

  </skill>

  <skill id="10001" levels="1" name="Custom Mana Potion">

      <set name="itemConsumeId" val="728" />

      <set name="itemConsumeCount" val="1" />

      <set name="isPotion" val="true" />

      <set name="magicLvl" val="1" />

      <set name="operateType" val="OP_ACTIVE" />

      <set name="power" val="1000" />

      <set name="skillType" val="MANAHEAL" />

      <set name="target" val="TARGET_SELF" />

      <cond msgId="113" addName="1">

        <player flyMounted="False" />

      </cond>

  </skill>

  <skill id="10010" levels="1" name="Cancel">

      <!-- TEMP FIX for CANCEL effect -->

      <set name="ignoreResists" val="true" />

      <set name="maxNegated" val="5" />

      <set name="operateType" val="OP_ACTIVE" />

      <set name="power" val="100" /> <!-- Base Land Rate -->

      <set name="skillType" val="CANCEL" />

      <set name="target" val="TARGET_ONE" />

  </skill>

</list>

 

Help me please  :'(

11 answers to this question

Recommended Posts

  • 0
Posted
Sky" post="1532076" timestamp="1292167192"]

This Is Not Mana Potion Man, Find Polen <-- This Is Mana Potion, Find On Skills Polen An edit Power

look man

l2jmods.properitiese:

# ---------------------------------------------------------------------------

# Mana Drugs/Potions

# ---------------------------------------------------------------------------

# This option will enable core support for:

# Mana Drug (item ID 726), using skill ID 10000.

# Mana Potion (item ID 728), using skill ID 10001.

EnableManaPotionSupport = True

  • 0
Posted

</skill>

<skill id="2005" levels="1" name="Pollen">

                <set name="power" val="1000"/>

                <set name="target" val="TARGET_SELF"/>

                <set name="skillType" val="MANARECHARGE"/>

                <set name="operateType" val="OP_ACTIVE"/>

                <set name="castRange" val="-1"/>

                <set name="effectRange" val="-1"/>

                <set name="isPotion" val="true"/>

 

this is pollen and no effect :X

  • 0
Posted

</skill>

<skill id="2005" levels="1" name="Pollen">

                <set name="power" val="1000"/>

                <set name="target" val="TARGET_SELF"/>

                <set name="skillType" val="MANARECHARGE"/>

                <set name="operateType" val="OP_ACTIVE"/>

                <set name="castRange" val="-1"/>

                <set name="effectRange" val="-1"/>

                <set name="isPotion" val="true"/>

 

this is pollen and no effect :X

<set name="power" val="1000"/> Power Is 1000 And Don't Work?
Guest
This topic is now closed to further replies.


×
×
  • Create New...