From a1471250400b1d94a8a7cf1ab9f0cc06ae908854 Mon Sep 17 00:00:00 2001 From: L0ne_W0lf Date: Mon, 22 Oct 2007 20:47:14 +0000 Subject: Updated NPCs for the mail system. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11550 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/other/mail.txt | 37 +++++++++++++++++++------------------ 1 file changed, 19 insertions(+), 18 deletions(-) (limited to 'npc/other/mail.txt') diff --git a/npc/other/mail.txt b/npc/other/mail.txt index e84ffb6b2..a64593305 100644 --- a/npc/other/mail.txt +++ b/npc/other/mail.txt @@ -3,44 +3,45 @@ //===== By: ================================================== //= L0ne_W0lf //===== Current Version: ===================================== -//= 1.0 +//= 1.1 //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= //= [Aegis Conversion] //= Pickup and write mail from/to players in game. -//= Note: Mail System is NOT implemented. These NPCs are only -//= place-holders. //===== Additional Comments: ================================= //= 1.0 First version, place holders only. [L0ne_W0lf] +//= 1.1 Dialog updated to Official. [L0ne_W0lf] //============================================================ // Prontera //============================================================ prontera,146,86,0 script Mailbox#prt::MailBox 888,{ mes "[Mailbox]"; - mes "To use the mailbox service, you are required"; - mes "to pay 130 zeny."; - mes "Would you like to use the service?"; + mes "If you'd like to use"; + mes "the Mailbox Service,"; + mes "you must firs pay"; + mes "the 130 zeny service fee."; + mes "Would you like to use the"; + mes "mailbox now?"; next; if (select("Yes.:No.") == 1) { if (Zeny < 130) { mes "[Mailbox]"; - mes "I am sorry, but you do not have enough money."; - mes "To use the mailbox service, you are required"; - mes "to pay 130 zeny."; + mes "I am sorry, but would"; + mes "you please check your"; + mes "money again? You don't"; + mes "have enough zeny to pay"; + mes "the 130 zeny service fee."; close; } mes "[Mailbox]"; - //Custom messages. - mes "Oh, I'm sorry but the"; - mes "^FF0000Mail System^000000 is still under"; - mes "construction."; - mes " "; - mes "No charges have been applied."; - //mes "Thank you, please come again." - //set Zeny,Zeny-130; - //OpenMail + mes "Thank you for your"; + mes "patronage. Please come"; + mes "again soon, and use our"; + mes "convenient Mailbox Service~"; + set Zeny,Zeny-130; + atcommand "@mail"; close; } mes "[Mailbox]"; -- cgit v1.2.3-60-g2f50