BlackDragonX Posted July 12, 2008 Posted July 12, 2008 it work but if you have on your server max enchant 100 for example and you enchant without npc enchanter +99 and than use npc enchanter which gives +100 i configurate it so than you have a +199 weapon. how to fix that?
DrenepiaWorld Posted July 14, 2008 Author Posted July 14, 2008 the NPC is already configurated to enchant weapons/armors/jewels until server's max enchant you can check the init py if (itemType in weapons and itemEnchant >= Config.ENCHANT_MAX_WEAPON) or (itemType in armors and itemEnchant >= Config.ENCHANT_MAX_ARMOR) or (itemType in jewels and itemEnchant >= Config.ENCHANT_MAX_JEWELRY) : htmltext = "reachedMaxEnchant.htm"
BlackDragonX Posted July 14, 2008 Posted July 14, 2008 yes but dont work i think or it is because i have l2emu?
M1X0S Posted July 24, 2008 Posted July 24, 2008 hmmm very good but 1 question. How can i change tha enchant rate of it?? for example put it like 98%
legox Posted July 30, 2008 Posted July 30, 2008 How i can decrease 100% to succesfull enchant chance to hmm 60% ?:> is posible ?:> please an answer
Recommended Posts