Jump to content
  • 0

custom refiner


Brynner

Question


  • Group:  Members
  • Topic Count:  118
  • Topics Per Day:  0.03
  • Content Count:  1942
  • Reputation:   197
  • Joined:  01/08/12
  • Last Seen:  

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

Link to comment
Share on other sites

5 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  182
  • Reputation:   36
  • Joined:  01/26/12
  • Last Seen:  

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.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  182
  • Reputation:   36
  • Joined:  01/26/12
  • Last Seen:  

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.

Link to comment
Share on other sites


  • Group:  Developer
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  2407
  • Reputation:   613
  • Joined:  07/05/12
  • Last Seen:  

or you can use Downrefitem

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  118
  • Topics Per Day:  0.03
  • Content Count:  1942
  • Reputation:   197
  • Joined:  01/08/12
  • Last Seen:  

is there any chances to add it into the refiner?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  118
  • Topics Per Day:  0.03
  • Content Count:  1942
  • Reputation:   197
  • Joined:  01/08/12
  • Last Seen:  

oh ok ill try it if its gonna work



thanks

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...