BellRO Posted June 23, 2012 Posted June 23, 2012 Anyone know where this npc is located for example npc/etc thanks in advance Quote
Mystery Posted June 23, 2012 Posted June 23, 2012 (edited) Would be nice if you let us know the name of the NPC. But from the looks of it, I believe its the free warper to Vacuum. //Mid Camp Warper (gogoash), Translated from the Official [slim] prontera,161,192,5 script Ash Vacuum Warper 707,{ mes "[Warp Soldier]"; mes "For a limited period."; mes "I can send you to Ash-Vacuum without any fee."; next; mes "[Warp Soldier]"; mes "Do you want to go to Ash-Vacuum right now?"; next; switch(select("Yes, please","Not yet")) { case 1: mes "[Warp Soldier]"; mes "Ok. I hope you"; mes "enjoy your trip."; close2; set ep13_ryu,100; warp "mid_camp",210,291; break; case 2: mes "[Warp Soldier]"; mes "No problem. I understand."; mes "Tell me when you change your mind."; mes "See you."; close; break; } end; } https://rathena.svn....quests_13_1.txt Edited June 23, 2012 by Mysterious Quote
Question
BellRO
Anyone know where this npc is located for example npc/etc
thanks in advance
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.