Jump to content

Recommended Posts

  • 2 weeks later...
Posted

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?

Posted

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"

Guest
This topic is now closed to further replies.



×
×
  • Create New...