Yoona Posted February 1, 2014 Group: Members Topic Count: 153 Topics Per Day: 0.03 Content Count: 567 Reputation: 18 Joined: 04/15/13 Last Seen: April 21, 2016 Share Posted February 1, 2014 Can someone help me with this? A refiner that player can choose what lvl he/she wants. for example I got + 0 Hat then NPC will ask you what level of refine do you want. + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10 Which is on each level required item for refining is needed. Quote Link to comment Share on other sites More sharing options...
Dynasty Posted February 2, 2014 Group: Members Topic Count: 24 Topics Per Day: 0.01 Content Count: 151 Reputation: 5 Joined: 11/09/12 Last Seen: September 14, 2014 Share Posted February 2, 2014 go to npc/merchant/refine.txt then go to this line // Weapon/Armor Refiners //============================================================ prt_in,63,60,0 script Hollgrehenn 85,{ callfunc "refinemain","Hollgrehenn",0; end; } morocc_in,73,38,6 script Aragham 99,{ callfunc "refinemain","Aragham",0; end; } payon,144,173,5 script Antonio 88,{ callfunc "refinemain","Antonio",0; end; } alberta_in,28,58,0 script Fredrik 85,{ callfunc "refinemain","Fredrik",0; end; } yuno_in01,171,21,4 script Lambert 88,{ callfunc "refinemain","Lambert",0; end; } ein_in01,24,87,5 script Manthasman 826,{ callfunc "refinemain","Manthasman Pruhag",0; end; } lhz_in02,282,20,7 script Fulerr 869,{ callfunc "refinemain","Fulerr",0; end; } reemplace all the 0 for 1 callfunc "refinemain","Fulerr",0; like this callfunc "refinemain","Fulerr",1; Quote Link to comment Share on other sites More sharing options...
Question
Yoona
Can someone help me with this?
A refiner that player can choose what lvl he/she wants.
for example
I got + 0 Hat then NPC will ask you what level of refine do you want.
+ 1
+ 2
+ 3
+ 4
+ 5
+ 6
+ 7
+ 8
+ 9
+ 10
Which is on each level required item for refining is needed.
Link to comment
Share on other sites
1 answer 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.