Neferpitou 2 Posted June 17, 2015 how to add announce in this npc like "Neferpitou successfully upgraded +12 Balmung" like that but any kind of equips armor weapons thank you in advance hd_refine.txt Quote Share this post Link to post Share on other sites
0 Oxxy 24 Posted June 17, 2015 in this part: if (getequippercentrefinery(.@part) > rand(100) || getequippercentrefinery(.@part) > rand(100)) { successrefitem .@part; next; emotion e_no1; mes "[Blacksmith Mighty Hammer]"; mes "The sound refreshes my mind everytime I hear it."; mes "Here, have it. Refine succeeded flawlessly!"; close; } change to that: if (getequippercentrefinery(.@part) > rand(100) || getequippercentrefinery(.@part) > rand(100)) { successrefitem .@part; if(getequiprefinerycnt(.@part) == 12) announce strcharinfo(0)+" refined item "+getitemname(getequipid(.@part))+" to the +12 state!",bc_all; next; emotion e_no1; mes "[Blacksmith Mighty Hammer]"; mes "The sound refreshes my mind everytime I hear it."; mes "Here, have it. Refine succeeded flawlessly!"; close; } 1 Neferpitou reacted to this Quote Share this post Link to post Share on other sites
0 Neferpitou 2 Posted June 19, 2015 thanks a lot bro Quote Share this post Link to post Share on other sites
how to add announce in this npc like "Neferpitou successfully upgraded +12 Balmung" like that but any kind of equips armor weapons thank you in advance
hd_refine.txt
Share this post
Link to post
Share on other sites