Some buff dont work

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
Ai17
Posts: 191
Joined: Tue Jun 29, 2010 8:05 am

Some buff dont work

Post by Ai17 »

i have problems wiht haste :

Code: Select all

<skill id="1086" levels="2" name="Haste" enchantGroup1="1" enchantGroup2="1">		<table name="#enchantMagicLvl"> 76 76 76 77 77 77 78 78 78 79 79 79 80 80 80 81 81 81 82 82 82 82 83 83 83 84 84 85 85 85 </table>		<table name="#ench1time"> 1240 1280 1320 1360 1400 1440 1480 1520 1560 1600 1640 1680 1720 1760 1800 1840 1880 1920 1960 2000 2040 2080 2120 2160 2200 2240 2280 2320 2360 2400 </table>		<table name="#ench2mpConsume"> 37 36 36 35 34 34 33 32 32 31 31 30 29 29 28 27 27 26 25 25 24 24 23 22 22 21 20 20 19 19 </table>		<table name="#ench2mpInitialConsume"> 9 9 9 9 9 9 8 8 8 8 8 8 7 7 7 7 7 7 6 6 6 6 6 6 5 5 5 5 5 5 </table>		<table name="#mpInitialConsume"> 8 10 </table>		<table name="#mpConsume"> 31 38 </table>		<table name="#pAtkSpd"> 1.15 1.33 </table>		<table name="#aggro"> 418 495 </table>		<set name="mpInitialConsume" val="#mpInitialConsume" />		<set name="mpConsume" val="#mpConsume" />		<set name="target" val="TARGET_ONE" />		<set name="reuseDelay" val="2000" />		<set name="hitTime" val="4000" />		<set name="skillType" val="BUFF" />		<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="#aggro" />		<enchant1 name="magicLvl" val="#enchantMagicLvl" />		<enchant2 name="magicLvl" val="#enchantMagicLvl" />		<enchant2 name="mpConsume" val="#ench2mpConsume" />		<enchant2 name="mpInitialConsume" val="#ench2mpInitialConsume" />		<for>			<effect name="Buff" time="7600" val="0" stackOrder="#pAtkSpd" stackType="attack_time_down">				<mul order="0x30" stat="pAtkSpd" val="#pAtkSpd" />			</effect>		</for>		<enchant1for>			<effect name="Buff" time="#ench1time" val="0" stackOrder="1.33" stackType="attack_time_down">				<mul order="0x30" stat="pAtkSpd" val="1.33" />			</effect>		</enchant1for>	</skill>
Acumen :

Code: Select all

<skill id="1085" levels="3" name="Acumen" enchantGroup1="1" enchantGroup2="1">		<table name="#enchantMagicLvl"> 76 76 76 77 77 77 78 78 78 79 79 79 80 80 80 81 81 81 82 82 82 82 83 83 83 84 84 85 85 85 </table>		<table name="#ench1time"> 1240 1280 1320 1360 1400 1440 1480 1520 1560 1600 1640 1680 1720 1760 1800 1840 1880 1920 1960 2000 2040 2080 2120 2160 2200 2240 2280 2320 2360 2400 </table>		<table name="#ench2mpConsume"> 34 33 33 32 32 31 30 30 29 29 28 28 27 26 26 25 25 24 23 23 22 22 21 21 20 19 19 18 18 17 </table>		<table name="#ench2mpInitialConsume"> 8 8 8 8 8 8 7 7 7 7 7 7 7 6 6 6 6 6 6 6 5 5 5 5 5 5 4 4 4 4 </table>		<table name="#mpInitialConsume"> 4 6 9 </table>		<table name="#mpConsume"> 16 24 35 </table>		<table name="#mAtkSpd"> 1.15 1.23 1.3 </table>		<table name="#aggro"> 204 331 457 </table>		<set name="mpInitialConsume" val="#mpInitialConsume" />		<set name="mpConsume" val="#mpConsume" />		<set name="target" val="TARGET_ONE" />		<set name="reuseDelay" val="2000" />		<set name="hitTime" val="4000" />		<set name="skillType" val="BUFF" />		<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="#aggro" />		<enchant1 name="magicLvl" val="#enchantMagicLvl" />		<enchant2 name="magicLvl" val="#enchantMagicLvl" />		<enchant2 name="mpConsume" val="#ench2mpConsume" />		<enchant2 name="mpInitialConsume" val="#ench2mpInitialConsume" />		<for>			<effect name="Buff" time="7600" val="0" stackOrder="#mAtkSpd" stackType="casting_time_down">				<mul order="0x30" stat="mAtkSpd" val="#mAtkSpd" />			</effect>		</for>		<enchant1for>			<effect name="Buff" time="#ench1time" val="0" stackOrder="1.3" stackType="casting_time_down">				<mul order="0x30" stat="mAtkSpd" val="1.3" />			</effect>		</enchant1for>	</skill>

Can someone help me ?
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: Some buff dont work

Post by jurchiks »

You didn't say where's the problem...
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
Ai17
Posts: 191
Joined: Tue Jun 29, 2010 8:05 am

Re: Some buff dont work

Post by Ai17 »

when i take buff in example haste he's appeared in the top wheres all the buff goes but he didn give any atk.spd or anything.
Ai17
Posts: 191
Joined: Tue Jun 29, 2010 8:05 am

Re: Some buff dont work

Post by Ai17 »

Know i know weres the problem when i buff with haste it dont gives atk spped but when i buff another buff it gives and atk spped and another stat, but what i need to do that haste's stat will shown immediately.
User avatar
janiii
L2j Veteran
L2j Veteran
Posts: 4269
Joined: Wed May 28, 2008 3:15 pm
Location: Slovakia

Re: Some buff dont work

Post by janiii »

close and open the stat window after the buff.
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper
I don't give private support - PM will be ignored!
Ai17
Posts: 191
Joined: Tue Jun 29, 2010 8:05 am

Re: Some buff dont work

Post by Ai17 »

Thank, but if you know how to fix this without refres it will be very good.
dinor
Posts: 141
Joined: Tue Aug 26, 2008 10:07 am

Re: Some buff dont work

Post by dinor »

did you enable the LazyCache in your configs?
Ai17
Posts: 191
Joined: Tue Jun 29, 2010 8:05 am

Re: Some buff dont work

Post by Ai17 »

mmm i dont remember in what config this lazycache ?
Ai17
Posts: 191
Joined: Tue Jun 29, 2010 8:05 am

Re: Some buff dont work

Post by Ai17 »

i did true

Code: Select all

# True = Load html's into cache only on first time html is requested.# False = Load all html's into cache on server startup.# Default: TrueLazyCache = True
dinor
Posts: 141
Joined: Tue Aug 26, 2008 10:07 am

Re: Some buff dont work

Post by dinor »

Try to set to false whatever have to do with Lazy
Maybey will fix
Ai17
Posts: 191
Joined: Tue Jun 29, 2010 8:05 am

Re: Some buff dont work

Post by Ai17 »

no it didn't fixed 8) but what this "LazyCache" do ? :?
User avatar
JIV
L2j Veteran
L2j Veteran
Posts: 1882
Joined: Sun Jan 06, 2008 8:17 pm
Location: Slovakia
Contact:

Re: Some buff dont work

Post by JIV »

userinfo packet is needed instead of StatusUpdate. Still client problem :P
Ai17
Posts: 191
Joined: Tue Jun 29, 2010 8:05 am

Re: Some buff dont work

Post by Ai17 »

then i need to do this config true or false ?
User avatar
JIV
L2j Veteran
L2j Veteran
Posts: 1882
Joined: Sun Jan 06, 2008 8:17 pm
Location: Slovakia
Contact:

Re: Some buff dont work

Post by JIV »

it has nothing with your problem ,its for something else.
Ai17
Posts: 191
Joined: Tue Jun 29, 2010 8:05 am

Re: Some buff dont work

Post by Ai17 »

then i want to know for what.
Post Reply