Pneuma Posted February 28, 2012 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 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 Author Share Posted February 28, 2012 Thanks; I suck at call function xD Quote Link to comment Share on other sites More sharing options...
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