Patskie Posted November 17, 2012 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 1702 Reputation: 241 Joined: 09/05/12 Last Seen: 21 hours ago Share 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 Link to comment Share on other sites More sharing options...
Emistry Posted November 17, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted November 17, 2012 try this http://pastebin.com/raw.php?i=7wALvVqk Quote Link to comment Share on other sites More sharing options...
Patskie Posted November 18, 2012 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 1702 Reputation: 241 Joined: 09/05/12 Last Seen: 21 hours ago Author Share Posted November 18, 2012 Can i set the chance for refining here? Quote Link to comment Share on other sites More sharing options...
Emistry Posted November 18, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share 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 Link to comment Share on other sites More sharing options...
Patskie Posted November 18, 2012 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 1702 Reputation: 241 Joined: 09/05/12 Last Seen: 21 hours ago Author Share 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 Link to comment Share on other sites More sharing options...
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

Link to comment
Share on other sites
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.