Patskie Posted November 17, 2012 Posted November 17, 2012 Can i request for a refiner script with the following Requirements : - I can set the requirements for refining. - I can set the chance for refining - When item failed to refine. It will give the player 1 cash point. And i want it like this For example i will use mithril coin as a requirement + 1 = 50 Mithril Coins + 2 = 70 Mithril Coins + 3 = 90 Mithril Coins + 4 = 100 Mithril Coins + 5 = 120 Mithril Coins + 6 = 150 Mithril Coins + 7 = 180 Mithril Coins + 8 = 400 Mithril Coins + 10 = 1000 Mithril Coins As the refine gets higher the requirements gets higher too. xD thanks for advance Quote
Emistry Posted November 17, 2012 Posted November 17, 2012 try this http://pastebin.com/raw.php?i=7wALvVqk Quote
Patskie Posted November 18, 2012 Author Posted November 18, 2012 Can i set the chance for refining here? Quote
Emistry Posted November 18, 2012 Posted November 18, 2012 change this }else if( getequippercentrefinery( .@i ) < rand(100) ){ into this }else if( .Rate[getequiprefinerycnt(.@i)] < rand(100) ){ add this in OnInit Label.. setarray .Rate[0],100,90,80,70,60,50,40,30,20,10; Quote
Patskie Posted November 18, 2012 Author Posted November 18, 2012 Works fine for me. Can i set one more array on here? setarray .Amount[0],50,70,90,100,120,150,180,400,1000; Have problem with this sir http://harmony-ragnarok.com/Untitled.png Quote
Question
Patskie
Can i request for a refiner script with the following
Requirements :
- I can set the requirements for refining.
- I can set the chance for refining
- When item failed to refine. It will give the player 1 cash point.
And i want it like this
For example i will use mithril coin as a requirement
+ 1 = 50 Mithril Coins
+ 2 = 70 Mithril Coins
+ 3 = 90 Mithril Coins
+ 4 = 100 Mithril Coins
+ 5 = 120 Mithril Coins
+ 6 = 150 Mithril Coins
+ 7 = 180 Mithril Coins
+ 8 = 400 Mithril Coins
+ 10 = 1000 Mithril Coins
As the refine gets higher the requirements gets higher too. xD thanks for advance

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