Jump to content
  • 0

Anyone know where this NPC is


BellRO

Question


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.01
  • Content Count:  54
  • Reputation:   0
  • Joined:  06/10/12
  • Last Seen:  

Anyone know where this npc is located for example npc/etc

thanks in advance

50369304.png

Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  94
  • Topics Per Day:  0.02
  • Content Count:  2192
  • Reputation:   252
  • Joined:  11/11/11
  • Last Seen:  

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 by Mysterious
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.01
  • Content Count:  54
  • Reputation:   0
  • Joined:  06/10/12
  • Last Seen:  

Thank you.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...