Plank Posted April 24, 2013 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 44 Reputation: 2 Joined: 02/28/13 Last Seen: July 15, 2017 Share Posted April 24, 2013 (edited) hi all, can anyone please tell me how i can change the slot enchant fee for S class armors, the price is 1million zeny and i want to change it? Here is the npc i want to change: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/npc/merchants/socket_enchant.txt Edited April 24, 2013 by Plank Quote Link to comment Share on other sites More sharing options...
Capuche Posted April 24, 2013 Group: Developer Topic Count: 10 Topics Per Day: 0.00 Content Count: 2407 Reputation: 616 Joined: 07/05/12 Last Seen: March 20 Share Posted April 24, 2013 case 4: mes "[Seiyablem]"; mes "Um... S Class?"; mes "You sure about this?"; mes "Alright... Let me know the Armor to which you'd like to add a Slot, and I'll tell what I need to try it."; next; switch(select("Majestic Goat:Spiky Band:Bone Helm:Corsair:Crown:Tiara:Sphinx Hat:Robe of Cast:Earring:Ring:Bow Thimble")) { case 1: callfunc "Func_Socket",2256,5160,40,51,2000,985,2; case 2: callfunc "Func_Socket",2258,5161,40,51,2000,985,2; case 3: callfunc "Func_Socket",5017,5162,40,51,2000,985,2; case 4: callfunc "Func_Socket",5019,5163,40,51,2000,985,2; case 5: callfunc "Func_Socket",2235,5165,40,51,2000,985,2; case 6: callfunc "Func_Socket",2234,5164,40,51,2000,985,2; case 7: callfunc "Func_Socket",5053,5166,40,51,1000,985,2; case 8: callfunc "Func_Socket",2343,2360,40,51,1000,985,2; case 9: callfunc "Func_Socket",2602,2622,40,51,1000,985,2; case 10: callfunc "Func_Socket",2601,2621,40,51,1000,985,2; case 11: callfunc "Func_Socket",2619,2671,40,51,1000,985,2; } Following the typo function callfunc "Func_Socket",2256,5160,40,51,2000,985,2; 2000 are the fee => 2 millions zeny Quote Link to comment Share on other sites More sharing options...
Plank Posted April 24, 2013 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 44 Reputation: 2 Joined: 02/28/13 Last Seen: July 15, 2017 Author Share Posted April 24, 2013 thank you Quote Link to comment Share on other sites More sharing options...
Question
Plank
hi all,
can anyone please tell me how i can change the slot enchant fee for S class armors, the price is 1million zeny and i want to change it?
Here is the npc i want to change:
https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/npc/merchants/socket_enchant.txt
Edited by PlankLink to comment
Share on other sites
2 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.