Jump to content

LioNtaraki

Members
  • Posts

    1,691
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by LioNtaraki

  1. gt den kanis monos compile i l2j exi svn gia interlude
  2. WhiteBeard™ den exi tetia to svn mou tetioo na mporeso na ta peraso alla efxaristo pantos
  3. ebala enan code kai den doulepse Index: /java/config/custom.properties =================================================================== +# --------------------------------------- +# Section: PvP Title Color Change System by Level +# --------------------------------------- +# Each Amount will change the name color to the values defined here. +# Example: PvpAmmount1 = 500, when a character's PvP counter reaches 500, their name color will change +# according to the ColorForAmount value. +# Note: Colors Must Use RBG format +EnablePvPColorSystem = false + +# Pvp Amount & Name color level 1. +PvpAmount1 = 500 +ColorForAmount1 = CCFF00 + +# Pvp Amount & Name color level 2. +PvpAmount2 = 1000 +ColorForAmount2 = 00FF00 + +# Pvp Amount & Name color level 3. +PvpAmount3 = 1500 +ColorForAmount3 = 00FF00 + +# Pvp Amount & Name color level 4. +PvpAmount4 = 2500 +ColorForAmount4 = 00FF00 + +# Pvp Amount & Name color level 5. +PvpAmount5 = 5000 +ColorForAmount5 = 00FF00 + +# --------------------------------------- +# Section: PK Title Color System by Level +# --------------------------------------- +# Same as above, with the difference that the PK counter changes the title color. +# Example: PkAmmount1 = 500, when a character's PK counter reaches 500, their title color will change +# according to the Title For Amount +# WAN: Colors Must Use RBG format +EnablePkColorSystem = false + +# Pk Amount & Title color level 1. +PkAmount1 = 500 +TitleForAmount1 = 00FF00 + +# Pk Amount & Title color level 2. +PkAmount2 = 1000 +TitleForAmount2 = 00FF00 + +# Pk Amount & Title color level 3. +PkAmount3 = 1500 +TitleForAmount3 = 00FF00 + +# Pk Amount & Title color level 4. +PkAmount4 = 2500 +TitleForAmount4 = 00FF00 + +# Pk Amount & Title color level 5. +PkAmount5 = 5000 +TitleForAmount5 = 00FF00 // ******************************************************************************************* public static final String CUSTOM_FILE = "./config/custom.properties"; // ******************************************************************************************* // FOR YOUR PRIVATE CONFIGS + public static boolean PVP_COLOR_SYSTEM_ENABLED; // ******************************************************************************************* private static final class CustomConfig extends ConfigPropertiesLoader { @Override protected String getName() { return "custom"; } @Override protected void loadImpl(L2Properties customSettings) { + PVP_COLOR_SYSTEM_ENABLED = Boolean.parseBoolean(customSettings.getProperty("EnablePvPColorSystem", "false")); } } sto config kai den work
  4. thelo na peraso ena java code gia pvp pk color kai sto comfig bgazi error sto compile exo gracia ginal 2jfree ton exo ton code
  5. bgazi ena protocolo omos oxi dio max kai min
  6. prepi na prostheti meta sto alo pc pos to pername me to eclipse me sostes rithmisis
  7. http://www.maxcheaters.com/forum/index.php?topic=188396.0 na ena guide
  8. afto pezete me svn kai revision otan tha ta bali sto eclipse
  9. dinis ton fakelo workspace se enan afto kanni tis rithmisis gia to eclipse kai to pernai alla me afto pou lei theli svn na exis kai revision
  10. kaigo thelo na matho ama ginete na metafero to svn poune sto eclipse
  11. patas to gif pano to 4share. kalo to share sou makara na epiane gracia final
  12. afto edo tha se mathi na pernas java code http://www.maxcheaters.com/forum/index.php?topic=150944.0
×
×
  • Create New...