Jump to content
  • 0

Refiner script that has no safe limit


nesotomayor

Question


  • Group:  Members
  • Topic Count:  59
  • Topics Per Day:  0.02
  • Content Count:  122
  • Reputation:   0
  • Joined:  06/08/14
  • Last Seen:  

Hi All,

 

Seeking for your assistance to have a refiner script that has no safe limit. as per checking i can modify the success rate into my own however i don't know where to put the message saying that there will be no safe limit blah blah blah.. can you help me pls..

 

Please advise,

Edited by nesotomayor
Link to comment
Share on other sites

2 answers to this question

Recommended Posts


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

Then don't put a limit in the refiner

prontera,150,150,3	script	Refiner	56,{
	for( .@part = 1; .@part < 11; .@part++ )
		if( getequipisequiped(.@part) && getequipisenableref(.@part) )
			successrefitem( .@part,( 10- getequiprefinerycnt(.@part) ) )
}
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  59
  • Topics Per Day:  0.02
  • Content Count:  122
  • Reputation:   0
  • Joined:  06/08/14
  • Last Seen:  

Thanks Sir i will try on this, will keep you posted.

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