Jump to content
  • 0

1 Click Refiner +10


NANORAY

Question


  • Group:  Members
  • Topic Count:  95
  • Topics Per Day:  0.02
  • Content Count:  210
  • Reputation:   3
  • Joined:  12/20/11
  • Last Seen:  

can someone give me a refiner that refine all equips except the items that can't refine (like accessory god items etc.) is it possible? :D

Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  341
  • Reputation:   43
  • Joined:  01/10/12
  • Last Seen:  

<header>,{

for (set .@i,1; .@i <= 10; set .@i,.@i + 1) setarray .@m[getarraysize(.@m)],(getequipisequiped(.@i)&&getequipisenableref(.@i)&&getequiprefinerycnt(.@i)<10)?.@i:0;
for (set .@i,0; .@i < getarraysize(.@m); set .@i,.@i + 1) { while (getequiprefinerycnt(.@m[.@i])<10) successrefitem .@m[.@i]; }
close;
}

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  95
  • Topics Per Day:  0.02
  • Content Count:  210
  • Reputation:   3
  • Joined:  12/20/11
  • Last Seen:  

<header>,{

for (set .@i,1; .@i <= 10; set .@i,.@i + 1) setarray .@m[getarraysize(.@m)],(getequipisequiped(.@i)&&getequipisenableref(.@i)&&getequiprefinerycnt(.@i)<10)?.@i:0;
for (set .@i,0; .@i < getarraysize(.@m); set .@i,.@i + 1) { while (getequiprefinerycnt(.@m[.@i])<10) successrefitem .@m[.@i]; }
close;
}

thanks sir joseph! so pro haha! :D
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...