Jump to content

Advanced ori/elu (and more) Refiner


zero84ena

Recommended Posts


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  3
  • Reputation:   0
  • Joined:  12/03/11
  • Last Seen:  

Hello

This is my first script.

I was making this to make it easier to refine "rough oridekon" and elnium,

This script takes and refines all unrefind item and refines them ALL AT ONES.

No need to click all day long to refine your ori after you finished your farming (or your players).

But i ended up making it more then a simple script

He can refine / more if it is specifed by the config.

//Configuration
set .npc_name$,"^0000FF[Advanced Refiner]^000000";
setarray .inputt[0],756,757,673,675,671,674;
setarray .output[0],984,985,675,671,674,677;
setarray .rate[0],5,5,3,5,10,25;
//end of Configuraton

http://pastebin.com/

Inputt : is the items to be refined.

output : is what you will get after the refine

rate : is how much input it will take to create 1 output

ex: it will take 5 , 756(itemid), to make one 984(itemid)

note: if you want to add new items just add them into the tree arrays.

note2:It should be a dynamic script but im not a veteran scripter so if some 1 finds a bug plz post it

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
Reply to this topic...

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