• Networking: The investigation is still on the way, we've switched to backup telecom carriers since the episode but we're still working in settling everything as it must be. We'll add more updates as we have them available. Incoming and outgoing emails will be restricted, and user registration has been disabled until the issue is resolved.

[Help] About npc skills L2J 

Junior Spellweaver
Joined
Mar 21, 2006
Messages
109
Reaction score
1
Location
Greece
Greetings, i use heros1711 rev 191 datapack and i also use the heros npc buffer but I have a problem, i want to change the time buffs that the NPC has, how can i do that? i know i must change the "time=3200" to anything i want.
 
Greetings, i use heros1711 rev 191 datapack and i also use the heros npc buffer but I have a problem, i want to change the time buffs that the NPC has, how can i do that? i know i must change the "time=3200" to anything i want.

<set name="buffDuration" val="3000"/>
<effect count="1" name="Buff" time="30" val="0" stackOrder="#Tab-maxHp" stackType="MaxHPUp">
the first 1 is in milliseconds and must coincide with the second 1 wich is the effect and is in seconds
 
Upvote 0
Back