Guma! Posted March 24, 2010 Posted March 24, 2010 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
Coyote™ Posted March 24, 2010 Posted March 24, 2010 That would affect any kind of buff-similar skill in l2, which means that things will become unbalanced..
Setekh Posted March 24, 2010 Posted March 24, 2010 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 >.>
Cook Posted March 24, 2010 Posted March 24, 2010 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?
imacopycat3 Posted March 24, 2010 Posted March 24, 2010 This share is the silliest <~ thing ever seen :S
Guma! Posted March 24, 2010 Author Posted March 24, 2010 Yours only know how to speak evil instead of help.. Coyote™ thanks for the tip
DominiQue Posted March 24, 2010 Posted March 24, 2010 Yours only know how to speak evil instead of help.. They do not speak evil , they speak the truth :) You should learn from mistakes ;D
Guma! Posted March 24, 2010 Author Posted March 24, 2010 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 ;)
Jimaras22 Posted March 24, 2010 Posted March 24, 2010 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 ;) . Amazed
EdenEternal Posted March 30, 2010 Posted March 30, 2010 this is only buff time config or Dances/Songs?
`Rοmeο Posted March 30, 2010 Posted March 30, 2010 this is only buff time config or Dances/Songs? nop for 90% of the skills :D
TheFostOK Posted March 30, 2010 Posted March 30, 2010 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
h4sin Posted June 26, 2010 Posted June 26, 2010 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now