summaryrefslogtreecommitdiff
path: root/npc/other/mail.txt
diff options
context:
space:
mode:
authorL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-06-14 21:10:35 +0000
committerL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-06-14 21:10:35 +0000
commit0cadbfe68525e06728c472ee03ad7407bd67e3d1 (patch)
tree15a33e85064dacb1972b01b51a4f2f69d6c1cfbc /npc/other/mail.txt
parent9d220e770517b1bd71bc3f1ad2e57ce894661f22 (diff)
downloadhercules-0cadbfe68525e06728c472ee03ad7407bd67e3d1.tar.gz
hercules-0cadbfe68525e06728c472ee03ad7407bd67e3d1.tar.bz2
hercules-0cadbfe68525e06728c472ee03ad7407bd67e3d1.tar.xz
hercules-0cadbfe68525e06728c472ee03ad7407bd67e3d1.zip
* Fixed a missing ")" in the new wedding script.
* Forgot to upload the mail.txt file. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10767 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/other/mail.txt')
-rw-r--r--npc/other/mail.txt129
1 files changed, 129 insertions, 0 deletions
diff --git a/npc/other/mail.txt b/npc/other/mail.txt
new file mode 100644
index 000000000..09fcc38d4
--- /dev/null
+++ b/npc/other/mail.txt
@@ -0,0 +1,129 @@
+//===== eAthena Script =======================================
+//= Mail Boxes
+//===== By: ==================================================
+//= L0ne_W0lf
+//===== Current Version: =====================================
+//= 1.0
+//===== 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]
+//============================================================
+
+// 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?";
+ 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.";
+ 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
+ close;
+ }
+ mes "[Mailbox]";
+ mes "Thank you, please come again.";
+ close;
+}
+
+prontera,275,213,0 duplicate(MailBox) Mailbox#2prt 888
+prontera,34,212,0 duplicate(MailBox) Mailbox#3prt 888
+
+// Izlude
+//============================================================
+izlude,136,94,0 duplicate(MailBox) Mailbox#iz 888
+
+// Morroc
+//============================================================
+morocc,166,110,0 duplicate(MailBox) Mailbox#moc 888
+morocc,168,262,0 duplicate(MailBox) Mailbox#2moc 888
+
+// Geffen
+//============================================================
+geffen,115,67,0 duplicate(MailBox) Mailbox#gef 888
+geffen,199,125,0 duplicate(MailBox) Mailbox#2gef 888
+
+// Payon
+//============================================================
+payon,191,104,0 duplicate(MailBox) Mailbox#pay 888
+payon,171,226,0 duplicate(MailBox) Mailbox#2pay 888
+pay_arche,55,127,0 duplicate(MailBox) Mailbox#3pay 888
+
+// Alberta
+//============================================================
+alberta,90,60,0 duplicate(MailBox) Mailbox#alb 888
+alberta,30,240,0 duplicate(MailBox) Mailbox#2alb 888
+
+// Al De Baran
+//============================================================
+aldebaran,135,122,0 duplicate(MailBox) Mailbox#alde 888
+
+// Juno
+//============================================================
+yuno,148,187,0 duplicate(MailBox) Mailbox#yuno 888
+yuno,332,108,0 duplicate(MailBox) Mailbox#2yuno 888
+
+// Lightalzen
+//============================================================
+lighthalzen,164,85,0 duplicate(MailBox) Mailbox#lht 888
+lighthalzen,196,320,0 duplicate(MailBox) Mailbox#2lht 888
+
+// Einbroch and Einbech
+//============================================================
+einbroch,231,215,0 duplicate(MailBox) Mailbox#ein 888
+einbroch,77,202,0 duplicate(MailBox) Mailbox#2ein 888
+einbech,182,124,0 duplicate(MailBox) Mailbox#3ein 888
+
+// Comodo
+//============================================================
+comodo,200,150,0 duplicate(MailBox) Mailbox#cmd 888
+
+// Umbala
+//============================================================
+umbala,104,155,0 duplicate(MailBox) Mailbox#um 888
+
+// Amatsu
+//============================================================
+amatsu,102,146,0 duplicate(MailBox) Mailbox#ama 888
+
+// Gonryun
+//============================================================
+gonryun,152,117,0 duplicate(MailBox) Mailbox#gon 888
+
+// Ayothaya
+//============================================================
+ayothaya,205,169,0 duplicate(MailBox) Mailbox#ayo 888
+
+// Louyang
+//============================================================
+louyang,204,100,0 duplicate(MailBox) Mailbox#lou 888
+
+// Hugel
+//============================================================
+hugel,86,168,0 duplicate(MailBox) Mailbox#hu 111
+
+// Rachel
+//============================================================
+rachel,122,146,0 duplicate(MailBox) Post Box#ra 888