Pneuma Posted February 28, 2012 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
ngek202 Posted February 28, 2012 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
Pneuma Posted February 28, 2012 Author Posted February 28, 2012 Thanks; I suck at call function xD Quote
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
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.