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...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock