6 Attachment(s)
[Share] Increased time of buffs
After constantly buffing my self every minute i got sick and tired of low buff times for example like dances (buff time of like 1-2 minutes) i did a little search and found out how to change the buff times.... i changed every buff to 10800 sec. duration (for players only) which for some reason is 2 hours. I took extreme care not to increase debuffs like shock and others ;) cause that would be horrible (in shock for 2 hours as monster hits u :P ) ... and so i desided to share how i did it..... i had to go into C:\server\l2j\gameserver\data\stats\skills\ and look through every single xml document and change this line depending on the skill.....
<effect count="1" name="Buff" time="1200" val="0"> --------->
<effect count="1" name="Buff" time="10800" val="0">
making sure to watch out for ---->
</skill>
<skill id="1304" levels="3" name="Advanced Block"> <----------
<table name="#mpConsume"> 54 62 67 </table>
<table name="#Tab-rShld"> 1.1 1.3 1.5 </table>
<set name="mpConsume" val="#mpConsume"/>
<set name="power" val="0.0"/>
<set name="target" val="TARGET_ONE"/> <----------
<set name="hitTime" val="4000"/>
<set name="reuseDelay" val="6000"/>
<set name="skillTime" val="4000"/>
<set name="skillType" val="BUFF"/> <----------
<set name="isMagic" val="true"/>
<set name="operateType" val="OP_ACTIVE"/>
<set name="buffDuration" val="1200000"/>
<set name="castRange" val="400"/>
<for>
<effect count="1" name="Buff" time="10800" val="0"> <----------
<mul order="0x50" stat="rShld" val="#Tab-rShld"/>
</effect>
</for>>
IT TOOK FOREVER>>>>> I WOULD HATE TO HAVE ANYONE DO THIS ALL >>>> so hers the file attached below>>>> just backup ur xml documents and copy these xml documents over them.... thats all there is to it :) (ALL THIS HAPPENS IN UR C:\server\l2j\gameserver\data\stats\skills\ )
If you need help or found mistakes tell me and I will fix and update :)
Special thx for AngelSt for fixing the 4 hour buffs all alone :), I, and hopefully u look forward to further fixes from him and I....
Enjoy! (updated last 4-22-2006)