my script can be use either in NPCs or Items....
Example :
//----------- If used this as Item Script -----------
// Example : Red Potion with 100% Refine Rate
// 501,Red_Potion,Red Potion,11,50,,70,,,,,0xFFFFFFFF,7,2,,,,,,{ callfunc( "RefineFunc",501,1,63,0,10,1,0,100 ); },{},{}
// Change Item Type to 11 and Amount Required to 1 ( Advised )
//----------- If used this as NPC Script ------------
// Example : 90% Success Rate Refiner.
// prontera,155,181,5 script Refiner 757,{
// callfunc( "RefineFunc",501,1,63,0,10,1,0,90 );
// }