Jump to content

L2everLast

Members
  • Posts

    13
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by L2everLast

  1. uparxei kanena guide pou na leei pws mporw na ruthmisw to pc m?
  2. Paides mia erotisi... Peripou posa atoma mporei na sikosei auto to pc? CPU:Inter Core i7 3770K overclocked 4,5 Ghz CPU Cooler:Corsair H100 RAM:VENGEANCE 16GB (4X4GB) PC3-12800 QUAD CHANNEL 1600Mhz Motherboard: Gigabyte G1 Sniper 3 VGA:EVGA GTX 690 SSD:OCZ Agility 3 2x240Gb HDD:2TB Barracuda SATA3 Motherboard: Gigabyte G1 Sniper 3 Net:24Mbps (L2j HighFive)+Geodata
  3. paidia pws 8a balw to npc jack sage pou dinei vitality..... kai pws 8a energopioisw to nevit's blessing? Y.S to pack mou einai l2j server
  4. thx li8ike to prob... Lock it!
  5. filos mpes edw http://www.onlineconversion.com/unix_time.htm
  6. epidi eimai ligo noob... :P gia pes m ligo sta ellinika.. :P
  7. Aaa thx... Exw kai ena allo prob.. auto edw pws 8a to fixarw..?
  8. Paides exw ena prob me ena java code Auto edw einai to java code Index: java/com/l2jserver/gameserver/network/clientpackets/AbstractRefinePacket.java =================================================================== --- java/com/l2jserver/gameserver/network/clientpackets/AbstractRefinePacket.java (revision 4420) +++ java/com/l2jserver/gameserver/network/clientpackets/AbstractRefinePacket.java (working copy) @@ -253,7 +253,7 @@ return false; if (item.isWear()) return false; - if (item.isPvp()) + if (item.isPvp() && !Config.ALT_ALLOW_REFINE_PVP_ITEM) return false; if (item.getItem().getCrystalType() < L2Item.CRYSTAL_C) return false; Index: java/com/l2jserver/gameserver/network/clientpackets/RequestConfirmCancelItem.java =================================================================== --- java/com/l2jserver/gameserver/network/clientpackets/RequestConfirmCancelItem.java (revision 4420) +++ java/com/l2jserver/gameserver/network/clientpackets/RequestConfirmCancelItem.java (working copy) @@ -67,7 +67,7 @@ return; } - if (item.isPvp()) + if (item.isPvp() && !Config.ALT_ALLOW_REFINE_PVP_ITEM) { activeChar.sendPacket(new SystemMessage(SystemMessageId.THIS_IS_NOT_A_SUITABLE_ITEM)); return; Index: java/com/l2jserver/Config.java =================================================================== --- java/com/l2jserver/Config.java (revision 4425) +++ java/com/l2jserver/Config.java (working copy) @@ -715,6 +715,7 @@ public static int L2JMOD_DUALBOX_CHECK_MAX_PLAYERS_PER_IP; public static int L2JMOD_DUALBOX_CHECK_MAX_OLYMPIAD_PARTICIPANTS_PER_IP; public static TIntIntHashMap L2JMOD_DUALBOX_CHECK_WHITELIST; + public static boolean ALT_ALLOW_REFINE_PVP_ITEM; //-------------------------------------------------- // NPC Settings @@ -2449,6 +2450,7 @@ } } } + ALT_ALLOW_REFINE_PVP_ITEM = Boolean.parseBoolean(L2JModSettings.getProperty("AltAllowRefinePVPItem", "False")); } catch (Exception e) { Index: java/config/l2jmods.properties =================================================================== --- java/config/l2jmods.properties (revision 4425) +++ java/config/l2jmods.properties (working copy) @@ -418,3 +418,11 @@ # will be 1+2=3. Use 0 or negative value for unlimited number of connections. # Default: 127.0.0.1,0 (no limits from localhost) DualboxCheckWhitelist = 127.0.0.1,0 + +# --------------------------------------------------------------------------- +# Items +# --------------------------------------------------------------------------- + +# Allows players to refine (augment) PVP items. +# Default: False +AltAllowRefinePVPItem = True \ No newline at end of file prospa8w na perasw auto edw Index: java/config/l2jmods.properties =================================================================== --- java/config/l2jmods.properties (revision 4425) +++ java/config/l2jmods.properties (working copy) @@ -418,3 +418,11 @@ # will be 1+2=3. Use 0 or negative value for unlimited number of connections. # Default: 127.0.0.1,0 (no limits from localhost) DualboxCheckWhitelist = 127.0.0.1,0 + +# --------------------------------------------------------------------------- +# Items +# --------------------------------------------------------------------------- + +# Allows players to refine (augment) PVP items. +# Default: False +AltAllowRefinePVPItem = True \ No newline at end of file kai dn mporw na brw pou8ena to java/config/l2jmods.properties. Y.S to pack pou xrisimopiw einai l2j server
  9. Thanks...! Lock Καπιος...
  10. ποπο σ'ευχαριστω πολι ρε φιλε! btw μιπος ξερεις πως μπορω να κανω την oly να βγενουν αυτοματα οι hero καθε μηνα?
  11. αυτο εδω εχω http://maxcheaters.com/forum/index.php?topic=234924.0
  12. συγνομη φιλε μου αλλα δεν υπαρχει κατι τετιο. # --------------------------------------------------------------------------- # Enchanting # --------------------------------------------------------------------------- # Base rate for scrolls of enchant # Default: 66.66 EnchantChance = 66.66 # This controls the chance an item has to break if it is enchanted. # This chance is in %, so if you set this to 100%, enchants will always succeed. # DEFAULT NEEDS TO BE VERIFIED, MUST BE CHANGED HERE AND IN CONFIG.JAVA IF NOT CORRECT EnchantChanceElementStone = 50 # EnchantChanceElementCrystal = 30 # EnchantChanceElementJewel = 20 # EnchantChanceElementEnergy = 10 # This is the maximum safe enchant. # Notes: # If EnchantSafeMax is set to for 8 the item will be safely enchanted to 8 regardless of the max enchant value set above. # EnchantSafeMaxFull is for full body armor (upper and lower). # These values should always be greater than 0. # Default: 3, 4 EnchantSafeMax = 3 # EnchantSafeMaxFull = 4 # List of non-enchantable items. # Currently apprentice, travelers weapons and Pailaka items # Default: 7816,7817,7818,7819,7820,7821,7822,7823,7824,7825,7826,7827,7828,7829,7830,7831,13293,13294,13296 EnchantBlackList = 7816,7817,7818,7819,7820,7821,7822,7823,7824,7825,7826,7827,7828,7829,7830,7831,13293,13294,13296 στα enchants μονο αυτα εχει. ;/
  13. Καλησπερα παιδια. Εχω ενα προβλιμα και δεν μπορω να κανω τιποτα. Προσπαθω να βρω στον Server μου το max enchant, πχ το max enchant να ειναι +16. Το pack ειναι L2j Hi5.
×
×
  • 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