synthe Posted September 8, 2014 Posted September 8, 2014 Hi Guys, Currently my server is configured as when a player enchant his weapon and it breaks, it will return to +0. But I want the weapon to be crystalized, how do I configure this? L2jfrozen
0 SweeTs Posted September 11, 2014 Posted September 11, 2014 (edited) About which scroll are you talking about ? Bless, crystal ? https://bitbucket.org/Shyla/l2jfrozen/src/00d1fc249449f57a48fb7677be5530e3ab54a58a/game/src/main/java/com/l2jfrozen/gameserver/network/clientpackets/RequestEnchantItem.java?at=master What a hell' code oO if (blessedScroll) { item.setEnchantLevel(GameServerConfig.BREAK_ENCHANT); item.updateDatabase(); } else if (crystalScroll) { item.setEnchantLevel(GameServerConfig.CRYSTAL_ENCHANT_MIN); item.updateDatabase(); I'm not surprised there is a config .. Just remove this part. Edited September 11, 2014 by SweeTs
Question
synthe
Hi Guys,
Currently my server is configured as when a player enchant his weapon and it breaks, it will return to +0.
But I want the weapon to be crystalized, how do I configure this?
L2jfrozen
2 answers to this question
Recommended Posts