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/halloween_2009.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/halloween_2009.txt')
-rw-r--r-- | npc/events/halloween_2009.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/events/halloween_2009.txt b/npc/events/halloween_2009.txt index c3d314d7a..f143c95f4 100644 --- a/npc/events/halloween_2009.txt +++ b/npc/events/halloween_2009.txt @@ -21,7 +21,7 @@ //============================================================ // Headgear Quest - Pumpkin Hat -// ============================ +//============================================================ prontera,152,192,5 script Pumpkin Hat Researcher 712,{ if(BaseLevel < 45) { mes "[Pumpkin Hat Researcher]"; @@ -95,7 +95,7 @@ prontera,152,192,5 script Pumpkin Hat Researcher 712,{ } // Buffs - Trick or Treaters -// ========================= +//============================================================ - script Trick or Treater::09Treats 706,2,2,{ OnTouch: hideoffnpc strnpcinfo(3); @@ -221,7 +221,7 @@ prontera,134,125,5 duplicate(09Treats) Trick or Treater#iRO7 706,2,2 prontera,220,72,5 duplicate(09Treats) Trick or Treater#iRO8 706,2,2 // Monster Summoning - Halloween Wizard -// ==================================== +//============================================================ - script Halloween Wizard#iRO09::09HallowWiz 737,{ mes "[Halloween Wizard]"; mes "..."; |