Page 1 of 1
improved buffs problem
Posted: Tue Oct 11, 2011 12:44 am
by anparask
If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision
Number:
L2JDP Revision
Number:
hi guys i have High five serevr beta and i have problem with my improved buffs. i have change them to hold 3 hours but after 40minutes they stop working... :S i can still see them on me but they are not working what is going on?? plz some help

Re: improved buffs problem
Posted: Tue Oct 11, 2011 2:39 am
by Tan
how did u set them

?
Re: improved buffs problem
Posted: Tue Oct 11, 2011 7:26 am
by Aikimaniac
to make the changes directly in xml, you need to change red parts (timeunits are seconds, not miliseconds)
<skill id="1499" levels="1" name="Improved Combat">
<set name="mpConsume" val="27" />
<set name="target" val="TARGET_ONE" />
<set name="skillType" val="BUFF" />
<set name="reuseDelay" val="2000" />
<set name="hitTime" val="1500" />
<set name="isMagic" val="true" />
<set name="operateType" val="OP_ACTIVE" />
<set name="castRange" val="400" />
<set name="effectRange" val="900" />
<set name="aggroPoints" val="655" />
<for>
<effect name="Buff" abnormalTime="2400" val="0" abnormalLvl="9" abnormalType="pa_up">
<mul order="0x30" stat="pAtk" val="1.15" />
</effect>
<effect name="Buff" abnormalTime="2400" val="0" abnormalLvl="9" abnormalType="pd_up" noicon="1">
<mul order="0x30" stat="pDef" val="1.15" />
</effect>
</for>
</skill>
But if you want to change them in config file, check character.properties and look for "SkillDurationList ="..there is also description in what format to define durations for skills..gl

Re: improved buffs problem
Posted: Wed Oct 12, 2011 5:02 pm
by blarke
sorry, quick O/T question related to buff dura: how does the character.properties affect buffs that may be enchanted for +time? ie. 5 min dance with +1 time will still be 5 min, or 2 min 4 sec?