Pneuma Posted February 28, 2012 Group: Members Topic Count: 82 Topics Per Day: 0.02 Content Count: 846 Reputation: 138 Joined: 02/26/14 Last Seen: March 7, 2018 Share Posted February 28, 2012 I'd like to have a call function version of the stylist NPC so when they use an item it calls up the Stylist NPC; Just using the basic Stylist NPC that comes with rAthena Quote Link to comment Share on other sites More sharing options...
ngek202 Posted February 28, 2012 Group: Members Topic Count: 40 Topics Per Day: 0.01 Content Count: 530 Reputation: 33 Joined: 01/17/12 Last Seen: August 16, 2017 Share Posted February 28, 2012 open your stylist.txt change the npc script line header: prontera,186,210,3 script Stylist 122,{ to this: function script stylist { then add this to your desired item: callfunc "stylist"; 501,Red_Potion,Red Potion,0,50,,70,,,,,0xFFFFFFFF,7,2,,,,,,{ callfunc "stylist"; },{},{} 1 Quote Link to comment Share on other sites More sharing options...
Pneuma Posted February 28, 2012 Group: Members Topic Count: 82 Topics Per Day: 0.02 Content Count: 846 Reputation: 138 Joined: 02/26/14 Last Seen: March 7, 2018 Author Share Posted February 28, 2012 Thanks; I suck at call function xD Quote Link to comment Share on other sites More sharing options...
Question
Pneuma
I'd like to have a call function version of the stylist NPC so when they use an item it calls up the Stylist NPC; Just using the basic Stylist NPC that comes with rAthena
Link to comment
Share on other sites
2 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.