Another small update to the mail npcs. Done bumping the SVN rev. count for now. Promise. (Maybe.)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11553 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
de41a81be5
commit
3b09f5af15
@ -1,6 +1,7 @@
|
|||||||
Date Added
|
Date Added
|
||||||
======
|
======
|
||||||
2007/10/22
|
2007/10/22
|
||||||
|
* Rev. 11553 Another small update to the mail npcs. [L0ne_W0lf]
|
||||||
* Rev. 11552 Forgot to uncomment mail NPCs in scripts_athena.conf XD [L0ne_W0lf]
|
* Rev. 11552 Forgot to uncomment mail NPCs in scripts_athena.conf XD [L0ne_W0lf]
|
||||||
* Rev. 11550 Updated NPCs for the mail system. [L0ne_W0lf]
|
* Rev. 11550 Updated NPCs for the mail system. [L0ne_W0lf]
|
||||||
* Rev. 11549 Bug fixes for the turbo track. [L0ne_W0lf]
|
* Rev. 11549 Bug fixes for the turbo track. [L0ne_W0lf]
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= L0ne_W0lf
|
//= L0ne_W0lf
|
||||||
//===== Current Version: =====================================
|
//===== Current Version: =====================================
|
||||||
//= 1.1
|
//= 1.2
|
||||||
//===== Compatible With: =====================================
|
//===== Compatible With: =====================================
|
||||||
//= eAthena SVN
|
//= eAthena SVN
|
||||||
//===== Description: =========================================
|
//===== Description: =========================================
|
||||||
@ -12,6 +12,7 @@
|
|||||||
//===== Additional Comments: =================================
|
//===== Additional Comments: =================================
|
||||||
//= 1.0 First version, place holders only. [L0ne_W0lf]
|
//= 1.0 First version, place holders only. [L0ne_W0lf]
|
||||||
//= 1.1 Dialog updated to Official. [L0ne_W0lf]
|
//= 1.1 Dialog updated to Official. [L0ne_W0lf]
|
||||||
|
//= 1.2 Swapped "atcommand" for "Openmail". [L0ne_W0lf]
|
||||||
//============================================================
|
//============================================================
|
||||||
|
|
||||||
// Prontera
|
// Prontera
|
||||||
@ -41,7 +42,7 @@ prontera,146,86,0 script Mailbox#prt::MailBox 888,{
|
|||||||
mes "again soon, and use our";
|
mes "again soon, and use our";
|
||||||
mes "convenient Mailbox Service~";
|
mes "convenient Mailbox Service~";
|
||||||
set Zeny,Zeny-130;
|
set Zeny,Zeny-130;
|
||||||
atcommand "@mail";
|
openmail;
|
||||||
close;
|
close;
|
||||||
}
|
}
|
||||||
mes "[Mailbox]";
|
mes "[Mailbox]";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user