Jump to content

SySt3MGaM3RFr3aKs

Members
  • Posts

    838
  • Joined

  • Last visited

    Never
  • Feedback

    0%

Everything posted by SySt3MGaM3RFr3aKs

  1. to your Stupidy, and idiotity. And now relax everybody ! I Haven't leeched a thing, but if you believe so, a mod delete them. ENOUGH FLAME WITHOUT A REASON> !
  2. I Believe the same for you. :O:O:O:O:O Crrraaaapppp.
  3. Before about 1 month, you said that all IL Developers are wannables. You " develop " IL so you are a jerk, wannable too. Oh i forgot, you are also a selfish.
  4. pfff i don't care about Intrepid, who he think he is. . and who you think he is.
  5. +1, he is saying all the time that Interlude sucks and etc :D
  6. This is not from L2JInt. This is from my private project, i am working with a team is named L2JEclipse as you see in the patch. ! EDIT: Find one leech i did, check my shares 10000 times. If you see one leech from other forums / project ( If i really leeched, not if i made it by myself and is already somewhere else ( i don't care )). If i did, i will leave MxC by myself and i will share my acc.
  7. This patch is from my Private Project, and i made it. I Have not idea if Hardcode had it too.
  8. Huh ? i haven't leach anything. I have made this code i don't care about others. Tell me is so hard to do it. And if you check it is not 100% The same i mean the patch.. Jeezus ! NABS
  9. Geia se olous ? :D
  10. W0w i like, it :D But i think you should add 1 bit more colors.
  11. You think, i give credits to Cobra for nothing ?
  12. Michael Jackson made this ? @ONTopic, w0w Amazing share. I am gonna use it :D
  13. import net.sf.l2j.gameserver.model.entity.TvTEvent; private static final String[] VOICED_COMMANDS = { "tvtjoin", "tvtleave" }; TvTEvent.addParticipant(activeChar);
  14. Revenger, your creations are just Awesome. w0w :D
  15. I Think that L2OFF in high or mid rate servers is illegal ! So i believe that x1000 is L2J. dunno :S
  16. [gr] Grrr, kosta stamata tis Valkies ! [/gr] [eng] Please try to be a human ! [/eng] -1 Karma, and someone ban this !!!!!!!!!!!!!!!!!!!!!!1 Animal.
  17. Wow, i really impressed is just the best !
  18. Thanks, for sharing it with us "sTNL ? " Anyway :P. Thank you.
  19. Something is wrong with YOU, stop fighting every time :P. Each time i see Intrepid to reply in one topic, he will fight with somebody or someone else will fight with him. Enough !
  20. Stop flaming Wizzy Please. @ONTopic, Previews are not allowed here, only in spam topics or something :D Great idea, hope to see this event ready soon :D
  21. Hello everybody, one more simple share by me :P Today. Disable Grade Penalty. Disable Weight Penalty. Configurable ^^ Here is a simple DIFF File: Index: /trunk/Eclipse/java/config/custom.properties =================================================================== --- /trunk/Eclipse/java/config/custom.properties +++ /trunk/Eclipse/java/config/custom.properties @@ -177,4 +177,7 @@ AltSubClassLevel = 40 +# Disable Grade Penalty +DisableGradePenalty = False + +# Disable Weight Penalty +DisableWeightPenalty = False Index: /trunk/Eclipse/java/net/sf/l2j/Config.java =================================================================== --- /trunk/Eclipse/java/net/sf/l2j/Config.java +++ /trunk/Eclipse/java/net/sf/l2j/Config.java @@ -541,4 +541,5 @@ public static int ALT_SUBCLASS_LEVEL; + public static boolean DISABLE_GRADE_PENALTY; + public static boolean DISABLE_WEIGHT_PENALTY; @@ -1674,4 +1675,5 @@ ALT_SUBCLASS_LEVEL = Integer.parseInt(customSettings.getProperty("AltSubClassLevel", "40")); + DISABLE_GRADE_PENALTY = Boolean.parseBoolean(customSettings.getProperty("DisableGradePenalty", "False")); + DISABLE_WEIGHT_PENALTY = Boolean.parseBoolean(customSettings.getProperty("DisableWeightPenalty", "False")); } catch (Exception e) Index: /trunk/Eclipse/java/net/sf/l2j/gameserver/model/actor/instance/L2PcInstance.java =================================================================== --- /trunk/Eclipse/java/net/sf/l2j/gameserver/model/actor/instance/L2PcInstance.java +++ /trunk/Eclipse/java/net/sf/l2j/gameserver/model/actor/instance/L2PcInstance.java @@ -1758,5 +1758,5 @@ int weightproc = getCurrentLoad() * 1000 / maxLoad; int newWeightPenalty; - if (weightproc < 500 || _dietMode) + if (weightproc < 500 || _dietMode || Config.DISABLE_WEIGHT_PENALTY) { newWeightPenalty = 0; @@ -1782,5 +1782,5 @@ { _curWeightPenalty = newWeightPenalty; - if (newWeightPenalty > 0 && !_dietMode) + if (newWeightPenalty > 0 && !_dietMode && Config.DISABLE_WEIGHT_PENALTY) { super.addSkill(SkillTable.getInstance().getInfo(4270,newWeightPenalty)); @@ -1814,5 +1814,5 @@ newPenalty = newPenalty - getExpertiseIndex(); - if (newPenalty <= 0) + if (newPenalty <= 0 || Config.DISABLE_GRADE_PENALTY) newPenalty = 0; Credits: Me, don't know who invented it. Note: i tried to search it, i couldn't find a similar Share here in MxC. If is already shared. Lock it junk it delete it.
  22. Wrong Section, and open Gracia Final is better !.
  23. Yes, i know this is just to check peaple who Epilogue is :P Timeline: added in the first post. No idea, i just compiled it :P
×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..