Jump to content

ScRaB4ever

Members
  • Posts

    449
  • Credits

  • Joined

  • Last visited

  • Days Won

    5
  • Feedback

    0%

Everything posted by ScRaB4ever

  1. hahaha im glad that i help you!!!
  2. i know!!!! DominiQue had just delete a line the prob is that every time you wanna activate - disactivate it you should add -delete the line and recompile.... so i thought that it will be an interesting share....
  3. In many servers you can not enchant a hero weapon here is the code in order to enable this feature! at net/sf/l2j/Config.java line ~1065 public static int ENCHANT_CHANCE_WEAPON_BLESSED; public static int ENCHANT_CHANCE_ARMOR_BLESSED; public static int ENCHANT_CHANCE_JEWELRY_BLESSED; + /** Enable/disable Hero Weapons Enchantment */ + public static boolean ALLOW_HERO_ENCHANTMENT; // Character multipliers /** Multiplier for character HP regeneration */ public static double HP_REGEN_MULTIPLIER; line ~1627 ENCHANT_CHANCE_ARMOR_BLESSED = Integer.parseInt(otherSettings.getProperty("EnchantChanceArmorBlessed", "85")); ENCHANT_CHANCE_JEWELRY_BLESSED = Integer.parseInt(otherSettings.getProperty("EnchantChanceJewelryBlessed", "85")); + ALLOW_HERO_ENCHANTMENT = Boolean.parseBoolean(otherSettings.getProperty("EnchantHeroAllow", "True")); -------------------------------------- at net/sf/l2j/gameserver/clientpackets/RequestEnchantItem.java line ~74 activeChar.setActiveEnchantItem(null); if (item == null || scroll == null) return; - // can't enchant rods, hero weapons and shadow items + // can't enchant rods, and shadow items if(item.getItem().getItemType() == L2WeaponType.ROD - || item.getItemId() >= 6611 && item.getItemId() <= 6621 || item.isShadowItem() ) + // can't enchant Hero Weapons + if(item.getItemId() >= 6611 && item.getItemId() <= 6621 && !Config.ALLOW_HERO_ENCHANTMENT) + { + activeChar.sendPacket(new SystemMessage(SystemMessageId.INAPPROPRIATE_ENCHANT_CONDITION)); + return; + } if(item.getItem().getType2() == L2Item.TYPE2_ACCESSORY && item.getEnchantLevel() >= Config.ENCHANT_MAX_JEWELRY ------------------------------------ At other.properties + #Allow hero weapons enchantment? + EnchantHeroAllow = True Not something special but its a good start for me Credits: to me PS: Its not tested but it shall be fine. If you find somethink wrong please let me know!
  4. brhka ena post me ena fix edwpera kai afoy to piraksa kapws to perasa :D eyxarhstw gia to endiaferon!!
  5. to pack m einai compile sorry p den to anefera proigoymenos apla to 8ewrhsa ws dedomeno
  6. dont spam in my post.....
  7. den exei kati tetoio sta configs l2j il
  8. kalhpsera se oloys. 8elw na kanw ton server m na einai stucksubs alla den brhskw ta java code mporei kapoios na me help? ty
  9. file m se eyxarhstw gia to endiaferon brhka ena post, oxi akribws ayto p h8ela alla kanei th doyleia t edw einai to post http://www.maxcheaters.com/forum/index.php?topic=163429.0
  10. kalhpsera! mporei kapoios na m dosei to code gia to backstub brhka ena post panw se ayto to 8ema alla to link den doylebe....
  11. kalhspera!! exw ena prob ka8ws otan kanw skills me dagger kapies fores kanei to skill kanonika alla den kanei dmg oyte m bgazei oti exei kanei dmg sto system ti paizei?? basika ta skills p einai tipoy blow kanoyn miss....
  12. s eyxarhstw poly file m!! [edit] server is wiped so we have a new beggining withour customs.....
  13. well you are right about that.... i just cant adverice the server us much as i want to bump
  14. dokimasa ayto p m eipes alla den kanei tpt....
  15. sto pack m den symbainei ama eisai titan as poyme allakseis class se cardinal kai meta ksanagineis titan 8a exeis ta buffs p eixes sthn arxh ston titan egw ti 8elw ka8e fora p allazeis class na xaneis ta buffs s dld an o titan eixe buffs kai o cardinal eixe buffs otan apo titan gineis cardinal 8a xaseis ta buffs s
  16. kalhspera se oloys! mporei kapoios na m steilei to code oste otan kapoios allazei subclass na xanei ola ta buffs toy?? eyxarhstw ek twn prwterwn! l2jfree il
×
×
  • Create New...