Jump to content
  • 0

mana pots not work.


Question

15 answers to this question

Recommended Posts

  • 0
Posted

if you have gracia final open l2jmod.propeties

 

end find these

 

 

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

# Mana Drugs/Potions

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

# This option will enable core support for:

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

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

EnableManaPotionSupport = trueif it false do it true

 

# Mp recovery for mana potion (ID 728)

# Lvl1 - 100MP, lvl2 - 250MP

# Lvl3 - 500MP, lvl4 - 750MP

# Lvl5 - 1000MP

# Default: 1

ManaPotionLevel = 5select how mach mp you wanr restore..

  • 0
Posted

first Subzero Member is newbie second you can with another way make this

 

ok i start:

 

1. GO Gameserver --> config --> altsettings and find this:

 

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

# Custom Item Config

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

# Allow usage of mana potions

AllowManaPotions = True  <------------- If not true do true

 

2. Go Gameserver --> data --> stats --> skills --> 2000-2099

 

And Go Id 2005

 

Pick This and Copy On Id 2005:

 

<!-- 
 <skill id="2005" levels="1" name="Pollen">
 Summer Squash Event Skill (http://www.lineage2.com/archive/2006/11/fall_harvest.html)
   <set name="power" val="0.0"/>
   <set name="target" val="TARGET_SELF"/>
   <set name="skillType" val="NOTDONE"/>
   <set name="operateType" val="OP_PASSIVE"/>
   <set name="castRange" val="-1"/>
 -->
 <skill id="2005" levels="1" name="Mana Potion">
 <!-- Mana Potion reimplantation -->
   <set name="power" val="200.0" />
   <set name="target" val="TARGET_SELF" />
   <set name="skillType" val="MANAHEAL" />
   <set name="operateType" val="OP_ACTIVE" />
   <set name="castRange" val="-1" />
   <set name="effectRange" val="-1" />
   <set name="isPotion" val="true" />
 </skill> 

 

In Line:<set name="power" val="200.0" /> Is Recovery Mp If you want chance this!!  ;)

 

And You ok  :)

 

Sry For My bad English :(

 

 

  • 0
Posted

first Subzero Member is newbie second you can with another way make this

 

ok i start:

 

1. GO Gameserver --> config --> altsettings and find this:

 

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

# Custom Item Config

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

# Allow usage of mana potions

AllowManaPotions = True  <------------- If not true do true

 

2. Go Gameserver --> data --> stats --> skills --> 2000-2099

 

And Go Id 2005

 

Pick This and Copy On Id 2005:

 

<!-- 
  <skill id="2005" levels="1" name="Pollen">
  Summer Squash Event Skill (http://www.lineage2.com/archive/2006/11/fall_harvest.html)
    <set name="power" val="0.0"/>
    <set name="target" val="TARGET_SELF"/>
    <set name="skillType" val="NOTDONE"/>
    <set name="operateType" val="OP_PASSIVE"/>
    <set name="castRange" val="-1"/>
  -->
  <skill id="2005" levels="1" name="Mana Potion">
  <!-- Mana Potion reimplantation -->
    <set name="power" val="200.0" />
    <set name="target" val="TARGET_SELF" />
    <set name="skillType" val="MANAHEAL" />
    <set name="operateType" val="OP_ACTIVE" />
    <set name="castRange" val="-1" />
    <set name="effectRange" val="-1" />
    <set name="isPotion" val="true" />
  </skill> 

 

And You ok

 

Sry For My bad English

 

 

first of all you cant do nothing if you have mp potion false so

you must turn mp potion to true and after you can change the power

  • 0
Posted

pffff krash Look  I put that:

1. GO Gameserver --> config --> altsettings and find this:

 

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

# Custom Item Config

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

# Allow usage of mana potions

AllowManaPotions = True  <------------- If not true do true

 

look my post better  ;)

  • 0
Posted

i did it true but recover only 100mp i want do it like 500 how i do that?

 

Chance In line Power:<set name="power" val="200.0" /> Put 500.0

 

But First Finish All mana because if you want 100 mana, mana pot give you 100 if you want 124

mana pot give you 124 I fix and bug with that

 

 

  • 0
Posted

pffff krash Look  I put that:

1. GO Gameserver --> config --> altsettings and find this:

 

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

# Custom Item Config

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

# Allow usage of mana potions

AllowManaPotions = True  <------------- If not true do true

 

look my post better  ;)

yeah with my reply i mean if you turn mp potion to true auto the main power is 100 or 200 ..
  • 0
Posted

<skill id="2038" levels="1" name="Quick Healing Potion">

  <set name="power" val="435"/> <------- to what should i change it for 400mp recover?

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

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

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

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

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

  • 0
Posted

<skill id="2038" levels="1" name="Quick Healing Potion">

  <set name="power" val="435"/> <------- to what should i change it for 400mp recover?

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

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

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

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

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

 

 

Yes you can but is for heal

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...