custom refiner

Brynner

Community Contributors
Messages
563
Points
0
Github
https://github.com/bgamez23
how can i change the current refiner?i want to change it to. instead of destroying item when it failed. it will only decrease the refine?

for example. +8 when it failed it will return to +7? is this possible?thanks

 
we have it but for +10 to +20
default_biggrin.png


it's here : https://github.com/HerculesWS/Hercules/blob/master/npc/re/merchants/refine.txt

the script command is

downrefitem  

 
Well, IDK if you're Brynner on rA forums which came with the exact same question word by word. But in case you're not you'll simply have to look up for failedrefitem in your script and then change all occurrences of it to downrefitem and you'll have what you want. After that, just reload the script and you're good to go.

 
Back
Top