diff options
author | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-09-05 02:42:20 +0000 |
---|---|---|
committer | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-09-05 02:42:20 +0000 |
commit | 4e6774e4173eccff9d0b51b45fe2af07e682e67d (patch) | |
tree | 9f2d1c6e3c28343f601247bb9db557a45317fb3c /npc/events/MemorialDay_2008.txt | |
parent | e7a4ce6eb8222a4abba8ee44d318c1d803c79797 (diff) | |
download | hercules-4e6774e4173eccff9d0b51b45fe2af07e682e67d.tar.gz hercules-4e6774e4173eccff9d0b51b45fe2af07e682e67d.tar.bz2 hercules-4e6774e4173eccff9d0b51b45fe2af07e682e67d.tar.xz hercules-4e6774e4173eccff9d0b51b45fe2af07e682e67d.zip |
* Follow-up r16742, revised quest sample (doc\sample\npc_test_quest.txt) and whisper system documentation (doc\whisper_sys.txt)
* Follow-up r16745, fixed a few typos in atcommand documentation (doc\atcommands.txt)
* Minor cleaning - spacing, tabulation, comments, dividers
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16746 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/events/MemorialDay_2008.txt')
-rw-r--r-- | npc/events/MemorialDay_2008.txt | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/npc/events/MemorialDay_2008.txt b/npc/events/MemorialDay_2008.txt index d6dae7d78..4073092f3 100644 --- a/npc/events/MemorialDay_2008.txt +++ b/npc/events/MemorialDay_2008.txt @@ -1,5 +1,5 @@ //===== rAthena Script ======================================= -//= In Memory of Heroes (iRO Memorial Day 2008) +//= In Memory of Heroes //===== By: ================================================== //= Kisuka //===== Current Version: ===================================== @@ -7,15 +7,15 @@ //===== Compatible With: ===================================== //= rAthena SVN //===== Description: ========================================= -// +//= iRO Memorial Day (2008) //===== Additional Comments: ================================= //= 1.0 First version. [Kisuka] //= 1.1 Many Many Fixes. [Kisuka] //= 1.2 Some changes. [Kisuka] //============================================================ -// ================== Lauds ====================== -// =============================================== +// Lauds +//============================================================ prontera,182,214,4 script Lauds#Memorial 58,{ if(Memorial08 < 1) { mes "[Mad Sago Lauds]"; @@ -194,8 +194,8 @@ prontera,182,214,4 script Lauds#Memorial 58,{ } } -// ============== Memorial Plaque ================ -// =============================================== +// Memorial Plaque +//============================================================ prontera,153,286,4 script Memorial Plaque#Memorial 857,{ if(Memorial08 < 8) { mes "[" + strcharinfo(0) + "]"; @@ -251,9 +251,8 @@ prontera,153,286,4 script Memorial Plaque#Memorial 857,{ close; } - -// ==================== Grast ==================== -// =============================================== +// Grast +//============================================================ prontera,150,270,4 script Grast#Memorial 900,{ if(Memorial08 < 3) { mes "[Grast]"; |