Jump to content

Recommended Posts

Posted

easy easy  ;D

 

Index: /TrunK/L2JBrasil_CORE/java/com/it/br/Config.java
===================================================================
--- /TrunK/L2JBrasil_CORE/java/com/it/br/Config.java (revision 673)
+++ /TrunK/L2JBrasil_CORE/java/com/it/br/Config.java (revision 674)
@@ -933,4 +933,5 @@
    public static int       DUEL_SPAWN_Y;  
    public static int       DUEL_SPAWN_Z; 
+   public static int       ALT_BUFF_TIME;
    public static int       NOBLE_CUSTOM_ITEM_ID; 
    public static boolean   ALLOW_NOBLE_CUSTOM_ITEM; 
@@ -1282,5 +1283,5 @@
               DUEL_SPAWN_Y    = Integer.parseInt(L2JBrasil.getProperty("PartyDuelSpawnY", "46710"));  
               DUEL_SPAWN_Z    = Integer.parseInt(L2JBrasil.getProperty("PartyDuelSpawnZ", "-3413"));

+              ALT_BUFF_TIME   = Integer.parseInt(L2JBrasil.getProperty("AltBuffTime", "1"));

               ALT_NEW_SPAWN   = Boolean.parseBoolean(L2JBrasil.getProperty("Customspawn", "False"));  
               ALT_NEW_SPAWN_X = Integer.parseInt(L2JBrasil.getProperty("CustomSpawnX", ""));  
Index: /TrunK/L2JBrasil_CORE/java/com/it/br/gameserver/model/L2Skill.java
===================================================================
--- /TrunK/L2JBrasil_CORE/java/com/it/br/gameserver/model/L2Skill.java (revision 650)
+++ /TrunK/L2JBrasil_CORE/java/com/it/br/gameserver/model/L2Skill.java (revision 674)
@@ -27,4 +27,6 @@
import javolution.text.TextBuilder;
import javolution.util.FastList;
+
+import com.it.br.Config;
import com.it.br.gameserver.GeoData;
import com.it.br.gameserver.datatables.HeroSkillTable;
@@ -523,5 +525,5 @@
         //_skillInterruptTime = set.getInteger("hitTime", _hitTime / 2);
         _reuseDelay = set.getInteger("reuseDelay", 0);
-        _buffDuration = set.getInteger("buffDuration", 0);
+        _buffDuration = set.getInteger("buffDuration", 0) * Config.ALT_BUFF_TIME;

         _skillRadius = set.getInteger("skillRadius", 80);
Index: /TrunK/L2JBrasil_CORE/config/L2JBrasil.properties
===================================================================
--- /TrunK/L2JBrasil_CORE/config/L2JBrasil.properties (revision 670)
+++ /TrunK/L2JBrasil_CORE/config/L2JBrasil.properties (revision 674)
@@ -46,4 +46,7 @@
# Retail: 300
MaxMCritRate = 300
+
+# Buff time rate
+AltBuffTime = 1

# Heavy Equipment Restriction

 

 

Posted

That would affect any kind of buff-similar skill in l2, which means that things will become unbalanced..

 

also it could be done so much better >.>

Posted

That would affect any kind of buff-similar skill in l2, which means that things will become unbalanced..

 

yeah like dash for 2 hours, or frenzy? fail much?

Posted

 

You should learn from mistakes? haha

 

diff that I retired from l2jfree il and has until today and all claim to be one of the best pack il ;)

Posted

this nice, but

but how about this?

# The factor of time in dance and song

DanceTimeMultiplier = 1

 

# Time multiplier buffs

BuffMultiplier = 1

 

# Time multiplier spirits (buff type COV, POW, POF, etc.)

SpiritMultiplier = 1

  • 2 months later...
Posted

Me too need that, anyone know?

 

# The factor of time in dance and song
DanceTimeMultiplier = 1

# Time multiplier buffs
BuffMultiplier = 1

# Time multiplier spirits (buff type COV, POW, POF, etc.)
SpiritMultiplier = 1

  • 1 year later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock