summaryrefslogtreecommitdiff
path: root/npc/other/mail.txt
diff options
context:
space:
mode:
authorL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-10-22 20:47:14 +0000
committerL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-10-22 20:47:14 +0000
commita1471250400b1d94a8a7cf1ab9f0cc06ae908854 (patch)
treece1259f167dbd0984ac56f19962604251e1aafef /npc/other/mail.txt
parent1edb4c2f6d86853378b795561accc1869ac7199a (diff)
downloadhercules-a1471250400b1d94a8a7cf1ab9f0cc06ae908854.tar.gz
hercules-a1471250400b1d94a8a7cf1ab9f0cc06ae908854.tar.bz2
hercules-a1471250400b1d94a8a7cf1ab9f0cc06ae908854.tar.xz
hercules-a1471250400b1d94a8a7cf1ab9f0cc06ae908854.zip
Updated NPCs for the mail system.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11550 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/other/mail.txt')
-rw-r--r--npc/other/mail.txt37
1 files changed, 19 insertions, 18 deletions
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]";