Brynner Posted April 12, 2013 Posted April 12, 2013 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 Quote
jaBote Posted April 12, 2013 Posted April 12, 2013 or you can use Downrefitem LoL, forgot that was an option. Looked this up but didn't find and posted my alternate solution. Well Brynner, you 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. Quote
jaBote Posted April 12, 2013 Posted April 12, 2013 Well, it should be possible. First you save all item attributes on temporary variables some way (I'm right now thinking of using getrefine and getequipcardid function, and if you wanna save the element too you'll need to search for a coincidence by using getinventorylist) and on fail you just do the failedrefitem then a getitem2 with the same item but with the same refine -1. I don't know if I have explained myself, or if you need the script done, but that's what I thought you need to do on the refiner script. Then you'll obviously have to modify the dialogue or the refiner would surely say they destroyed the item. Quote
Brynner Posted April 12, 2013 Author Posted April 12, 2013 is there any chances to add it into the refiner? Quote
Brynner Posted April 12, 2013 Author Posted April 12, 2013 oh ok ill try it if its gonna work thanks Quote
Question
Brynner
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
5 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.