Jump to content

ScRaB4ever

Members
  • Posts

    435
  • Credits

  • Joined

  • Last visited

  • Days Won

    3
  • Feedback

    0%

Everything posted by ScRaB4ever

  1. yes i did 2 ppl joined server to play and then they have asked me to sell the pack... maybe i do it to adverise my pack?
  2. what does it have to do with the pack?? i said you can check server at l2sting.eu not go play.... check for bugs try attack server etc....
  3. well i have a problem with getActiveChar(). it shows me its wrong
  4. well as Hellish said.... wtf man?? i think that the files you sell (i havent understand what do u sell but anyway) are not working or are full of bugs i hope im wrong but with the "information" you give that the less offensive i can say.....
  5. well i think its not usefull since there is no problem that needs to be fixed with enchanting while moving, paralized etc.... anyway keep sharing:D
  6. 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....
  7. 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!
  8. brhka ena post me ena fix edwpera kai afoy to piraksa kapws to perasa :D eyxarhstw gia to endiaferon!!
  9. to pack m einai compile sorry p den to anefera proigoymenos apla to 8ewrhsa ws dedomeno
  10. kalhpsera se oloys. 8elw na kanw ton server m na einai stucksubs alla den brhskw ta java code mporei kapoios na me help? ty
  11. 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
×
×
  • Create New...