[HELP] HP potion in L2JFree stable relase 1.1.3 L2J 

Newbie Spellweaver
Joined
Mar 20, 2006
Messages
36
Reaction score
0
hey. i've L2J free 1.1.3 and when im using Greater Healling Potion im getting no effect. i see icon in buff bar but potion doesnt heal me... and 2nd thing is that potion has ~1,5min of reuse ;|

please help meh :)

sry for my bad english i hope u understood that.
 
can i find this potion in stats/skills? or its in java or somewhere? :|

Edit...
hmm potion is working now...[dunno what happened] but Reuse Delay is still long ;/ it shoult be 10secs or sth but its 30+secs

Edit. i know where's the problem... i've changed in configs buff times from 20 to 120...[six times more than official times] now server tract Healing potion like a buff ;/
maybe somebody could edit this skill : [ i need it normally working]

Code:
  <skill id="2037" levels="1"
    name="Greater Healing Potion">
    <set name="power" val="3.0" />
    <set name="target" val="TARGET_SELF" />
    <set name="skillType" val="BUFF" />
    <set name="operateType" val="OP_ACTIVE" />
    <set name="buffDuration" val="15000" />
    <set name="castRange" val="-1" />
    <set name="effectRange" val="-1" />
    <set name="isPotion" val="true" />
    <for>
      <!-- retail value: 50HP/sec; stat update every 3 units (2 sec) -->
      <!-- Verified by slyce -  Interlude - 8th Aug 2007 -->
      <effect count="7" name="HealOverTime" time="2"
        val="100" stackOrder="50" stackType="HpRecover" />
    </for>
  </skill>
 
Last edited:
Upvote 0
hi,
I have the same problem
I change buff time to 120, but problem is @ reuse time
24 secs countdown timer dissapear and after that need to wait 15 -20 sec for reuse potion...

...and i dont know how to modify skill xml file

tnx
 
Upvote 0
gameserver/handler/itemhandler/potions.java

check this:

if (e.getElapsedTaskTime() > (e.getTotalTaskTime() * 2 / 3))

and readjust it to your choice
 
Upvote 0
Well... after i cecked again and count down potion I see that all Healing Potion except "Quik" have 45seconds buff time istead of 15. I dont understand why, because my server have x6 buff time ( 15sec x 6 never egual with 45 sec, :p )
I try to change buff time val in 2000-2099.xml file but i see that doesnt affect healing time.

Droppo, you have any Ideea ?!?

Tnx a lot.
 
Upvote 0
Back