DanialFX Posted March 8, 2014 Group: Members Topic Count: 19 Topics Per Day: 0.00 Content Count: 43 Reputation: 0 Joined: 02/10/14 Last Seen: March 25, 2020 Share Posted March 8, 2014 Need 300 pcs oridicon or elunium to make enriched and only have 10% success rate to make it Quote Link to comment Share on other sites More sharing options...
Lelouch vi Britannia Posted March 8, 2014 Group: Members Topic Count: 45 Topics Per Day: 0.01 Content Count: 715 Reputation: 84 Joined: 01/05/12 Last Seen: April 10, 2023 Share Posted March 8, 2014 Try this map,x,y,loc<TAB>script<TAB>Enriched Ore Crafter<TAB>826,{ switch(select("Make Enriched Oridecon:Make Enriched Elunium:Nevermind")) { case 1: mes "I will need 300pcs of Oridecon."; next; if(countitem(984) >= 300) { set @rand,rand(1,100); if(@rand <= 10) { delitem 984,300; getitem 7620,1; mes "Congrats you just made a Enriched Oridecon."; emotion 21; close; } else { delitem 984,300; mes "Sorry! Failed to make item."; emotion 23; close; } } mes "You do not have enough Oridecon."; close; case 2: mes "I will need 300pcs of Elunium."; next; if(countitem(985) >= 300) { set @rand,rand(1,100); if(@rand <= 10) { delitem 985,300; getitem 7619,1; mes "Congrats you just made a Enriched Elunium."; emotion 21; close; } else { delitem 985,300; mes "Sorry! Failed to make item."; emotion 23; close; } } mes "You do not have enough Elunium."; close; case 3: close; } } 1 Quote Link to comment Share on other sites More sharing options...
1 CursorX Posted March 8, 2014 Group: Members Topic Count: 66 Topics Per Day: 0.02 Content Count: 168 Reputation: 0 Joined: 11/20/13 Last Seen: November 23, 2021 Share Posted March 8, 2014 https://github.com/rathena/rathena/blob/master/npc/merchants/advanced_refiner.txt Quote Link to comment Share on other sites More sharing options...
DanialFX Posted March 14, 2014 Group: Members Topic Count: 19 Topics Per Day: 0.00 Content Count: 43 Reputation: 0 Joined: 02/10/14 Last Seen: March 25, 2020 Author Share Posted March 14, 2014 (edited) Exactly! Thank you Edited March 14, 2014 by DanialFX Quote Link to comment Share on other sites More sharing options...
Question
DanialFX
Need 300 pcs oridicon or elunium to make enriched and only have 10% success rate to make it
Link to comment
Share on other sites
3 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.