Buff time error

Find the proper support area, Saga-Version.
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
infinitum
Posts: 6
Joined: Thu Dec 17, 2009 9:46 pm

Buff time error

Post by infinitum »

Hi, i am using l2jserver ( gracia final last revision) serverpack.
I changed buff times to 2h (7600s). But when i get buffed,
buff are only 1h, some buff's 4h(remaining time). What the hell is wrong ?
Using buffer - NPC Buffer by Myxoske ver.0.5

Need fast help.
User avatar
janiii
L2j Veteran
L2j Veteran
Posts: 4269
Joined: Wed May 28, 2008 3:15 pm
Location: Slovakia

Re: Buff time error

Post by janiii »

- where did you set the buff duration? (config or xml?)
- are you sure that you changed the duration for all buffs that your npc buffer uses? (check all skill id that you changed and all skill ids that the buffer uses, or just the one that you have problem with)
- i dont know that buffer, link it here so that we have more info (if it has own topic here on forum, you should write in that topic, so that ppl know what you are talking about)
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper
I don't give private support - PM will be ignored!
infinitum
Posts: 6
Joined: Thu Dec 17, 2009 9:46 pm

Re: Buff time error

Post by infinitum »

Buff duration i changed in stats/skills.
I am 100 % sure that i changed that buffs which buffer uses.
Ok there is the buffer:
You do not have the required permissions to view the files attached to this post.
rigid
Posts: 175
Joined: Thu Dec 17, 2009 7:20 am

Re: Buff time error

Post by rigid »

use this

Code: Select all

# Skill duration list# Format: skillid,newtime;skillid2,newtime2...# Example:#	This enable 1h(3600) duration for songs, the "\"indicates new line,#	and is only set for formating purposes.#	SkillDurationList = 264,3600;265,3600;266,3600;267,3600;268,3600;\#	269,3600;270,3600;304,3600;305,1200;306,3600;308,3600;349,3600;\#	363,3600;364,3600SkillDurationList = 264,18000;265,18000;266,18000;267,18000;268,18000;\	269,18000;270,18000;271,18000;272,18000;273,18000;274,18000;275,18000;\	276,18000;277,18000;282,18000;292,18000;298,18000;304,18000;305,18000;\	306,18000;307,18000;308,18000;309,18000;310,18000;311,18000;349,18000;\	363,18000;364,18000;365,18000;366,18000;367,18000;529,18000;530,18000;\	1002,18000;1006,18000;1007,18000;1009,18000;1010,18000;1032,18000;1033,18000;\	1035,18000;1036,18000;1040,18000;1043,18000;1044,18000;1045,18000;1048,18000;\	1059,18000;1062,18000;1068,18000;1073,18000;1077,18000;1078,18000;1085,18000;\	1086,18000;1087,18000;1082,18000;1089,18000;1191,18000;1204,18000;1229,18000;\	1240,18000;1242,18000;1243,18000;1251,18000;1252,18000;1253,18000;1257,18000;\	1259,18000;1268,18000;1284,18000;1303,18000;1304,18000;1308,18000;1309,18000;\	1310,18000;1323,18000;1352,18000;1353,18000;1354,18000;1355,18000;1356,18000;\	1357,18000;1362,18000;1363,18000;1388,18000;1389,18000;1390,18000;1391,18000;\	1392,18000;1393,18000;1397,18000;1413,18000;1461,18000;4699,18000;4700,18000;\	4702,18000;4703,18000;1182,18000;1189,18000

All Buff will have 4Hours
don't modif in xml file
isnt good :D
L2J have a good option in Character.properties
User avatar
JIV
L2j Veteran
L2j Veteran
Posts: 1882
Joined: Sun Jan 06, 2008 8:17 pm
Location: Slovakia
Contact:

Re: Buff time error

Post by JIV »

if you set buff duration to 2 hours don't expect it will show you remaining 2 hours, because it immediately start decrease so its 1h:59min etc.. but minutes aren't shown over 1h.
infinitum
Posts: 6
Joined: Thu Dec 17, 2009 9:46 pm

Re: Buff time error

Post by infinitum »

JIV wrote:if you set buff duration to 2 hours don't expect it will show you remaining 2 hours, because it immediately start decrease so its 1h:59min etc.. but minutes aren't shown over 1h.
I know that.

rgid,
Now magic barrier, resist poision, 9h,
rigid
Posts: 175
Joined: Thu Dec 17, 2009 7:20 am

Re: Buff time error

Post by rigid »

infinitum wrote:
JIV wrote:if you set buff duration to 2 hours don't expect it will show you remaining 2 hours, because it immediately start decrease so its 1h:59min etc.. but minutes aren't shown over 1h.
I know that.

rgid,
Now magic barrier, resist poision, 9h,
revert your stat/skills xml
infinitum
Posts: 6
Joined: Thu Dec 17, 2009 9:46 pm

Re: Buff time error

Post by infinitum »

rigid wrote:
infinitum wrote:
JIV wrote:if you set buff duration to 2 hours don't expect it will show you remaining 2 hours, because it immediately start decrease so its 1h:59min etc.. but minutes aren't shown over 1h.
I know that.

rgid,
Now magic barrier, resist poision, 9h,
revert your stat/skills xml
already done, but some buffs showing bad times..
rigid
Posts: 175
Joined: Thu Dec 17, 2009 7:20 am

Re: Buff time error

Post by rigid »

hmmm i dont have any idea
in my server, everything is ok :D
do u install any mods ?
User avatar
janiii
L2j Veteran
L2j Veteran
Posts: 4269
Joined: Wed May 28, 2008 3:15 pm
Location: Slovakia

Re: Buff time error

Post by janiii »

he is doing something wrong, but he just dont tell us.. without a specific info, we cant help - which skill buff makes problems (skill id) and what you have for that skill in xml and in the skillduration config (if you changed it).
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper
I don't give private support - PM will be ignored!
burrito
Posts: 276
Joined: Wed Apr 15, 2009 6:41 am

Re: Buff time error

Post by burrito »

He needs to also keep in mind that if the character he is testing on has the passive skill "Skill Mastery" cause it can double the duration of the buffs you get at a low rate, making it look like an error when it really isnt.
infinitum
Posts: 6
Joined: Thu Dec 17, 2009 9:46 pm

Re: Buff time error

Post by infinitum »

All files are original, no mods ! just wanted insert buffer and change time and then happened this s**t. Maybe there system problem ? :shock: but i dont believe... Time changed correctly for all buffer buffs, but how i said some buff time is nonsense. I set 2h but remaining time shows 5h.....
infinitum
Posts: 6
Joined: Thu Dec 17, 2009 9:46 pm

Re: Buff time error

Post by infinitum »

No answers ?
airyina
Posts: 11
Joined: Fri Feb 19, 2010 5:08 pm

Re: Buff time error

Post by airyina »

When you buff yourself, skill mastery has a chance of proccing therefore the duration of the buff will be doubled, that is why you're seeing long buff durations sometimes.
Post Reply