Jump to content

Belzebul

Members
  • Posts

    2,337
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Belzebul

  1. well, only narguile once a month or two month. There is no reason destroying your health and pocket as a friend said above. 200-300 euro each month is a huge amount, just think it, it doesnt make you cooler than you are, maybe more dumb.
  2. http://www.maxcheaters.com/forum/index.php?topic=126738.new;boardseen#new
  3. ok;) το έκανα εγώ report για lock
  4. http://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_Developer-Site/en_US/-/USD/VerifyItem-Start/jdk-6u18-windows-i586.exe?BundledLineItemUUID=205IBe.p72MAAAEmDUdBiPaL&OrderID=iChIBe.p.pgAAAEmAkdBiPaL&ProductID=Vh5IBe.pm2QAAAElRytRSbJV&FileName=/jdk-6u18-windows-i586.exe Υ.Γ: Άμα δεν ξέρεις, μην τα λές ;)
  5. "Shock" He is still newbie so a warn should be useful.
  6. ναι είναι όντως epic topic!
  7. yea, me too, no problems with navi. w/e i will test that program later, thank you
  8. Index: config/main/custom.properties =================================================================== --- config/main/other.properties (revision 1600) +++ config/main/other.properties (working copy) @@ -97,6 +97,11 @@ # default = 3 MaxSubClass = 3 +#Custom lvl when player add new subclass +#min = 40 max = 80 dont put more +#default = 40 +CustomSubclassLvl = 40 + # ------------------------------------------ # Section: Grade & Weight Penalties Controls # ------------------------------------------ Index: src/main/java/net/l2j/Config.java =================================================================== --- src/main/java/net/l2j/Config.java (revision 1600) +++ src/main/java/net/l2j/Config.java (working copy) @@ -830,6 +830,9 @@ public static int TITLE_COLOR_FOR_AMMOUNT4; public static int TITLE_COLOR_FOR_AMMOUNT5; + // ----------- custom subclass lvl -------------- + public static int CUSTOM_SUBCLASS_LVL; + //********************************************************* public static void loadCustomConfig() { @@ -894,6 +897,10 @@ ALLOW_TELE_IN_SIEGE_TOWN = Boolean.parseBoolean(otherSettings.getProperty("AllowTeleportInSiegeTown", "false")); ALT_MANA_POTIONS = Boolean.parseBoolean(otherSettings.getProperty("AllowManaPotions", "false")); FORCE_UPDATE_RAIDBOSS_ON_DB = Boolean.parseBoolean(otherSettings.getProperty("ForceUpdateRaidBossOnDB", "false")); + + // ----------- custom subclass lvl ------------ + CUSTOM_SUBCLASS_LVL = Integer.parseInt(otherSettings.getProperty("CustomSubclassLvl", "40")); + } catch (Exception e) { Index: src/main/java/net/l2j/gameserver/model/base/SubClass.java =================================================================== --- src/main/java/net/l2emuproject/gameserver/model/base/SubClass.java (revision 1600) +++ src/main/java/net/l2emuproject/gameserver/model/base/SubClass.java (working copy) @@ -14,6 +14,8 @@ */ package net.l2j.gameserver.model.base; +import net.l2j.Config; + /** * Character Sub-Class Definition * <BR> @@ -24,9 +26,9 @@ public final class SubClass { private ClassId _class; - private long _exp = Experience.LEVEL[40]; + private long _exp = Experience.LEVEL[Config.CUSTOM_SUBCLASS_LVL]; private int _sp = 0; - private byte _level = 40; + private byte _level = (byte)Config.CUSTOM_SUBCLASS_LVL; private int _classIndex = 1; public SubClass(int credits: iNos
  9. Hello, i have searched anywhere but i couldnt found it, i also searched in timelines of old packs, so @ l2jhardcode of stefoulis15 i found some commits about the ctf event, will it work? It is already shared here and i dont know it? thank you
  10. για interlude ζηταεί γιαυτό το είπα ;)
  11. Γιατί έχει new pack η archid? -.- Φίλε το pack σου είναι πολύ παλιό + οτι είναι pre-configured οπότε δεν μπορείς να κάνεις τπτ
  12. http://www.maxcheaters.com/forum/index.php?topic=104998.0
  13. well, thats the most low rated interlude server i think, it will sure attract many low rate lovers (not me, im not low rate lover ;d) so good luck dude.
  14. του phoenix ρε του τεταρτου το topic να γινει sticky και οι mods να τον εκλεξουνε σαν νεο αρχικαυλιτση!
  15. agree Υ.Γ: Μην με καρφώσει κανείς οτι το ξαναείπα. Και μην ακούσω σχόλια για το "καρφώσει" γιατί θα πέσουν χριστοπαναγίδια :@
×
×
  • Create New...