Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

L2J Configured Buff Times

Newbie Spellweaver
Joined
Oct 27, 2005
Messages
16
Reaction score
1
I have taken the time to configure buff times for everyone, this pack includes 1-5 hours. You choose which one and extract the .xml files to your "gameserver\data\stats\skills" folder. Enjoy =).

 
Newbie Spellweaver
Joined
Nov 15, 2006
Messages
17
Reaction score
0
Re: [Share]Configured Buff Times

U got gm haste in that xml
 
Newbie Spellweaver
Joined
Jun 24, 2007
Messages
7
Reaction score
0
Re: [Share]Configured Buff Times

ok very good
 
Initiate Mage
Joined
Jul 14, 2007
Messages
2
Reaction score
0
Re: [Share]Configured Buff Times

Everone that needs 9 hour buffs take this file:
:technolog :wolverine
 
Mythic Archon
Joined
Feb 11, 2006
Messages
745
Reaction score
0
Re: [Share]Configured Buff Times

Great job dude.
I Will Definately use this
 
Initiate Mage
Joined
Apr 19, 2007
Messages
4
Reaction score
0
Re: [Share]Configured Buff Times

Hi ALL!
What can I do 9999_NPCBuff 1 hour long?
 
Initiate Mage
Joined
Apr 19, 2007
Messages
4
Reaction score
0
Re: [Share]Configured Buff Times

You have to edit .xml files from data/stats/skills to increase bufftime=3600

I that understand. But, I need 9999_NPCBuffer 1 hour long, not all buffs, not clan hall buffs (they are need 20 min.)
 
Junior Spellweaver
Joined
Nov 22, 2005
Messages
122
Reaction score
0
Re: [Share]Configured Buff Times

thank`s man :) p.s u must have a lots of free time to do this :))
 
Newbie Spellweaver
Joined
Sep 9, 2006
Messages
35
Reaction score
0
Re: [Share]Configured Buff Times

zednor

your buff times its from Oneo i alredy using it ....
its only for dance/chants/songs another buffs 19min and this no good

heiser

And your buff times making to mach errors in console Oneo Last Rev ;]


Who can make all buff dance/chants/songs +all buffer class about 5h....???
 
Newbie Spellweaver
Joined
Aug 16, 2007
Messages
8
Reaction score
0
Re: [Share]Configured Buff Times

Guys I have a problem for change NPC's buffer time
I have change buff time and buff duration in db with mySQL, but when I log in game there are ever 19 min, I dunno know the motivation.. I'm going to be crazy LOL!
If I try to add some pack with already 1/2/3/4/5 hours it dont work, npc buffer dont work in game, give me ID's skill error of buff and i cannot buff any time,
Atm I think need only some ready NPC's Buffer with configured 1 or more hour of duration's buff, anyone can help or explain me? Thanks
 
Newbie Spellweaver
Joined
Jan 26, 2007
Messages
11
Reaction score
0
Re: [Share]How to configure buff time

it's easily go to C://xXXXx.server/gameserver/data/stats/skill open with note book or word pad and edit this line
<skill id="349" levels="1" name="Song of Renewal">
<set name="mpConsume" val="60"/>
<set name="nextDanceCost" val="30"/>
<set name="power" val="0.0"/>
<set name="target" val="TARGET_PARTY"/>
<set name="skillRadius" val="1000"/>
<set name="hitTime" val="2500"/>
<set name="reuseDelay" val="10000"/>
<set name="skillTime" val="2500"/>
<set name="skillType" val="BUFF"/>
<set name="isDance" val="true"/>
<set name="operateType" val="OP_ACTIVE"/>
<set name="buffDuration" val="120000"/>
<set name="castRange" val="-1"/>
<set name="effectRange" val="-1"/>
<set name="aggroPoints" val="666"/>
<for>
<effect name="Buff" time="120000 your time here" count="1" val="0">
<mul order="0x30" stat="mReuse" val="0.7"/>
<mul order="0x30" stat="atkReuse" val="0.7"/>
<add order="0x40" stat="MpConsumeRate" val="-10"/>
^^
 
Newbie Spellweaver
Joined
Jun 8, 2006
Messages
62
Reaction score
0
Re: [Share]Configured Buff Times

thx man for share
 
Initiate Mage
Joined
Aug 29, 2007
Messages
1
Reaction score
0
Re: [Share]Configured Buff Times

Lovin' this, seemed to break the gm haste though.. It still works.. just not toggleable. Anyone have any clues how to fix this?
 
Newbie Spellweaver
Joined
Jun 16, 2007
Messages
14
Reaction score
0
Re: [Share]Configured Buff Times

Cant get it to work 100% with your server guide.
I used your guide to set up a server a few days back.
Worked nicely, but when I use these 1 hour buffs allot of buffs no longer work.

Like haste acumen etc. there not working anymore.
 
Newbie Spellweaver
Joined
Jun 16, 2007
Messages
14
Reaction score
0
Re: [Share]Configured Buff Times

i do not like shares like this because to edit the xml is very esay.

but it is a share so i can not do something.
Yeah I used the search to find out how to do it myself.
I did some but man it is time consuming work. xD

Then I saw this thread, and the thread starter was the same guy as the the one that made the guide I used. So I was hoping for a quick fix :p

Guess ill have to do them myself after all.
 
Newbie Spellweaver
Joined
Jul 3, 2007
Messages
27
Reaction score
0
Re: [Share]Configured Buff Times

Kamael or Interlude ??

:alienmental:
 
Newbie Spellweaver
Joined
Mar 2, 2008
Messages
19
Reaction score
0
Re: [Share]How to configure buff time

it's easily go to C://xXXXx.server/gameserver/data/stats/skill open with note book or word pad and edit this line
<skill id="349" levels="1" name="Song of Renewal">
<set name="mpConsume" val="60"/>
<set name="nextDanceCost" val="30"/>
<set name="power" val="0.0"/>
<set name="target" val="TARGET_PARTY"/>
<set name="skillRadius" val="1000"/>
<set name="hitTime" val="2500"/>
<set name="reuseDelay" val="10000"/>
<set name="skillTime" val="2500"/>
<set name="skillType" val="BUFF"/>
<set name="isDance" val="true"/>
<set name="operateType" val="OP_ACTIVE"/>
<set name="buffDuration" val="120000"/>
<set name="castRange" val="-1"/>
<set name="effectRange" val="-1"/>
<set name="aggroPoints" val="666"/>
<for>
<effect name="Buff" time="120000 your time here" count="1" val="0">
<mul order="0x30" stat="mReuse" val="0.7"/>
<mul order="0x30" stat="atkReuse" val="0.7"/>
<add order="0x40" stat="MpConsumeRate" val="-10"/>
^^

Hi ! I use 9999_NPCBuffer and the line you write does not exist. I search to find where is the time for buffs but I cant.....:juggle:
 
Back
Top