[help] enchant rate - advanced L2J 

Newbie Spellweaver
Joined
Aug 2, 2008
Messages
40
Reaction score
0
i want to edit enchant rate to lower chance on higher humbers. on example +4-7 62%, 7-10 52%, 10-13 44%, 13-15 37%, 15-16 30%, 16-17 25% ......
and completly different enchant rate for mage weapons. is that possible and how to do it?
 
well there are many ways to do this, but i will tell you only 2, so here they are:
1) you can make a jython script that tracks players weapon stats and applies the enchantment to the weapon
2) you can modify the server core, that is a bit hard, but then it could be able to do with enchant scrolls (the enchanting thing)
if you know python better: make a python (jython) script, if you know java, modify the core, and if you don`t know both - don`t do this at all...
 
Upvote 0
well there are many ways to do this, but i will tell you only 2, so here they are:
1) you can make a jython script that tracks players weapon stats and applies the enchantment to the weapon
2) you can modify the server core, that is a bit hard, but then it could be able to do with enchant scrolls (the enchanting thing)
if you know python better: make a python (jython) script, if you know java, modify the core, and if you don`t know both - don`t do this at all...

is there existing script or where should i put new one?
 
Upvote 0
Back