Jump to content

[Interlude] Custom NPC Enchanter


Recommended Posts

  • 2 weeks later...

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?

Link to comment
Share on other sites

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"

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.



×
×
  • Create New...