GM Incarnation Posted June 21, 2012 Posted June 21, 2012 Hi Please advise if anyone can help me how to make NPC Refiner only 1 click can +10 and the item refiner only donation item for example: ID : 5022 ID : 2218 Only Top and Middle can refine automatically. Thanks. Quote
Emistry Posted June 21, 2012 Posted June 21, 2012 you can try this if you want. http://upaste.me/713e522505b0a24 Quote
Bahmut Posted June 21, 2012 Posted June 21, 2012 This should work, but haven't tested it. If it's not working just report it and I will fix it: http://upaste.me/0c8c51608111b8e Quote
GM Incarnation Posted June 21, 2012 Author Posted June 21, 2012 Hi Bahmut i got something error like this Quote
GM Incarnation Posted June 21, 2012 Author Posted June 21, 2012 Now line 32 got error pls advise Quote
GM Incarnation Posted June 21, 2012 Author Posted June 21, 2012 Hi Sir Bahmut ayothaya,173,167,4 script Refiner 727,{ for( set .@y,0; .@y < getarraysize(.array_RefineItems); set .@y,.@y + 1 ) { if (.array_RefineItems[.@y] == getequipid(1)) { successrefitem 1; successrefitem 1; successrefitem 1; successrefitem 1; successrefitem 1; successrefitem 1; successrefitem 1; successrefitem 1; successrefitem 1; successrefitem 1; } if (.array_RefineItems[.@y] == getequipid(2)) { successrefitem 2; successrefitem 2; successrefitem 2; successrefitem 2; successrefitem 2; successrefitem 2; successrefitem 2; successrefitem 2; successrefitem 2; successrefitem 2; } } end; OnInit: setarray .array_RefineItems[0],<30000>,<30110>,<30033>; end; } But if i remove this ayothaya,173,167,4 script Refiner 727,{ for( set .@y,0; .@y < getarraysize(.array_RefineItems); set .@y,.@y + 1 ) { if (.array_RefineItems[.@y] == getequipid(1)) { successrefitem 1; successrefitem 1; successrefitem 1; successrefitem 1; successrefitem 1; successrefitem 1; successrefitem 1; successrefitem 1; successrefitem 1; successrefitem 1; } if (.array_RefineItems[.@y] == getequipid(2)) { successrefitem 2; successrefitem 2; successrefitem 2; successrefitem 2; successrefitem 2; successrefitem 2; successrefitem 2; successrefitem 2; successrefitem 2; successrefitem 2; } } end; OnInit: setarray .array_RefineItems[0],30000; end; } The error not show? only 1 item 30000 can refine and the remaining got a problem. pls advise sir. Quote
Bahmut Posted June 21, 2012 Posted June 21, 2012 use: setarray .array_RefineItems[0],30000,30110,30033; instead of: setarray .array_RefineItems[0],<30000>,<30110>,<30033>; Quote
GM Incarnation Posted June 21, 2012 Author Posted June 21, 2012 (edited) Hi Sir i already fix the script i try and this script now can use ayothaya,173,167,4 script Refiner 727,{ for( set .@y,0; .@y < getarraysize(.array_RefineItems); set .@y,.@y + 1 ) { if (.array_RefineItems[.@y] == getequipid(1)) { successrefitem 1; successrefitem 1; successrefitem 1; successrefitem 1; successrefitem 1; successrefitem 1; successrefitem 1; successrefitem 1; successrefitem 1; successrefitem 1; } if (.array_RefineItems[.@y] == getequipid(2)) { successrefitem 2; successrefitem 2; successrefitem 2; successrefitem 2; successrefitem 2; successrefitem 2; successrefitem 2; successrefitem 2; successrefitem 2; successrefitem 2; } if (.array_RefineItems[.@y] == getequipid(3)) { successrefitem 3; successrefitem 3; successrefitem 3; successrefitem 3; successrefitem 3; successrefitem 3; successrefitem 3; successrefitem 3; successrefitem 3; successrefitem 3; } } end; OnInit: setarray .array_RefineItems[0],30000; setarray .array_RefineItems[1],30110; setarray .array_RefineItems[2],30033; end; } Thanks you Sir. Hi Sir Bahmut This script got bug i think can refine more then +10 pls advise. Edited June 21, 2012 by Incarnation Quote
GM Incarnation Posted June 21, 2012 Author Posted June 21, 2012 Hi Emistry The script is really working to me. Thanks. Quote
Question
GM Incarnation
Hi
Please advise if anyone can help me how to make NPC Refiner only 1 click can +10 and the item refiner only donation item for example:
ID : 5022
ID : 2218
Only Top and Middle can refine automatically.
Thanks.
10 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.