Jump to content

h4sin

Members
  • Posts

    289
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by h4sin

  1. 5057
  2. edit your armor files in system, copy textures line from light to robe, but it show and with mages like light
  3. Or edit it your source: 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
  4. best choice to change server pack, and what client you use?
  5. you mean, glow that look like weapons enchant?
  6. no, he need to set highter drop items rate in configs.
  7. or go to your gameserver/data/stats/skills and look files witch buff you want edit get buff id, open the file and you will find buff time in seconds.
  8. and maybe if you working on your own source check your latest edit or: RequestUnEquipItem
  9. Nop interlude this: MinProtocolRevision = 737 MaxProtocolRevision = 746 with 1 and 999 you can risk.
  10. dam, i need skill rate source with configs, i dont need this :D
  11. but i think its works ant with casting?
  12. with skill duration, its very long time to edit, i need fast only put number ant done, not all write :)
  13. i dont think its help you with other client to connect, you need something edit in your source codes.
  14. mhm, i mean it like these: #Buff time multiple #Example dance time default is 2 min if BuffMultiplier=30 then #buff time=60min #Multiplier dance & song time DanceTimeMultiplier=90 # Multiplier buff time BuffMultiplier=20 #Example buff time default is 20 min if BuffMultiplier=3 then #buff time=60min #is 20*3 #Multiplier time of spirit (COV, POW, POF ...) SpiritMultiplier=36 #Example spirit time default is 5 min if BuffMultiplier=12 then #buff time=60min
  15. No, but some java servers delete enchant lvl.
  16. Yes, but i need not duration of skill but of all rate skills configs. Like: AltBuffTime = 2 AltDanceTime = 5 ant etc.
  17. In most of all now realeased Interlude packs is done that custom colors.
  18. I dont get it what is on pictures 'Whe you see it and other?'
  19. I dont get it what is on pictures 'Whe you see it and other?'
  20. hello all :D
  21. Any ideas how to setup OBDC on windows 7 and what SQL server i need install to work properly at 64-bit. Because SQLEVAL its old and dont work properly?
  22. :/ mm not so bad. But you can add more pictures at background.
  23. Any ideas how to add in java source buff time configs? I need dance/song/3rd/buff
  24. I dont think to add at there, I think I need to add like: saveNobleData(); After: sm = new SystemMessage(SystemMessageId.YOU_HAVE_BEEN_REGISTERED_IN_A_WAITING_LIST_OF_CLASSIFIED_GAMES); noble.sendPacket(sm); Maybe in Olympiad.java?
×
×
  • 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