|
@@ -3,7 +3,7 @@
|
|
|
//===== By: ==================================================
|
|
|
//= L0ne_W0lf
|
|
|
//===== Current Version: =====================================
|
|
|
-//= 1.1
|
|
|
+//= 1.2
|
|
|
//===== Compatible With: =====================================
|
|
|
//= eAthena SVN
|
|
|
//===== Description: =========================================
|
|
@@ -12,6 +12,7 @@
|
|
|
//===== Additional Comments: =================================
|
|
|
//= 1.0 First version, place holders only. [L0ne_W0lf]
|
|
|
//= 1.1 Dialog updated to Official. [L0ne_W0lf]
|
|
|
+//= 1.2 Swapped "atcommand" for "Openmail". [L0ne_W0lf]
|
|
|
//============================================================
|
|
|
|
|
|
// Prontera
|
|
@@ -41,7 +42,7 @@ prontera,146,86,0 script Mailbox#prt::MailBox 888,{
|
|
|
mes "again soon, and use our";
|
|
|
mes "convenient Mailbox Service~";
|
|
|
set Zeny,Zeny-130;
|
|
|
- atcommand "@mail";
|
|
|
+ openmail;
|
|
|
close;
|
|
|
}
|
|
|
mes "[Mailbox]";
|