Altimage Posted November 10, 2012 Group: Members Topic Count: 23 Topics Per Day: 0.00 Content Count: 96 Reputation: 1 Joined: 03/07/12 Last Seen: January 19, 2023 Share Posted November 10, 2012 How to announce refine when +7up? Quote Link to comment Share on other sites More sharing options...
AwesomePosom Posted November 10, 2012 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 53 Reputation: 1 Joined: 01/07/12 Last Seen: January 21, 2015 Share Posted November 10, 2012 (edited) Just add this in your refiner, if(getequiprefinerycnt(EQI_HEAD_TOP) >= 7) { announce strcharinfo(0) + " has successfully upgraded a +7 Armor",0; } Edited November 10, 2012 by PremiumRO Quote Link to comment Share on other sites More sharing options...
Euphy Posted November 10, 2012 Group: Members Topic Count: 72 Topics Per Day: 0.02 Content Count: 2997 Reputation: 1132 Joined: 05/27/12 Last Seen: June 1, 2017 Share Posted November 10, 2012 successrefitem .@part; + if (getequiprefinerycnt(.@part) >= 7) + announce strcharinfo(0)+" has refined "+getequipname(.@part)+" to +"+getequiprefinerycnt(.@part)+"!",0; 1 Quote Link to comment Share on other sites More sharing options...
Ryokem Posted November 10, 2012 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 205 Reputation: 19 Joined: 10/12/12 Last Seen: November 7, 2013 Share Posted November 10, 2012 That's for the NPC script, you'll need source modifications if you want to add an announce when refining with the Weapon Refine skill. Quote Link to comment Share on other sites More sharing options...
Altimage Posted November 11, 2012 Group: Members Topic Count: 23 Topics Per Day: 0.00 Content Count: 96 Reputation: 1 Joined: 03/07/12 Last Seen: January 19, 2023 Author Share Posted November 11, 2012 Thk so much Quote Link to comment Share on other sites More sharing options...
Question
Altimage
How to announce refine when +7up?
Link to comment
Share on other sites
4 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.