improved buffs problem

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
anparask
Posts: 2
Joined: Fri Sep 30, 2011 3:31 am

improved buffs problem

Post 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 :)
User avatar
Tan
L2j Veteran
L2j Veteran
Posts: 873
Joined: Wed Jun 10, 2009 10:31 pm
Location: Poland

Re: improved buffs problem

Post by Tan »

how did u set them :)?
Some people believe in God... i believe in Music... some people pray..... I turn on Winamp
http://www.last.fm/user/L2jTan
User avatar
Aikimaniac
L2j Inner Circle
L2j Inner Circle
Posts: 3048
Joined: Sun Aug 07, 2005 11:42 pm
Location: Slovakia

Re: improved buffs problem

Post 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 :)
Image
blarke
Posts: 77
Joined: Thu Nov 18, 2010 7:48 am

Re: improved buffs problem

Post 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?
Post Reply