diff options
author | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-09-01 00:37:36 +0000 |
---|---|---|
committer | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-09-01 00:37:36 +0000 |
commit | b0394afab20eaee88abc2b42ab415090e5740418 (patch) | |
tree | 5e26eac832b93f3f6cc1ea7e1929ff588386820e /npc/events/halloween_2008.txt | |
parent | ddc75a03c7c7b00f839a862de9c265543d414829 (diff) | |
download | hercules-b0394afab20eaee88abc2b42ab415090e5740418.tar.gz hercules-b0394afab20eaee88abc2b42ab415090e5740418.tar.bz2 hercules-b0394afab20eaee88abc2b42ab415090e5740418.tar.xz hercules-b0394afab20eaee88abc2b42ab415090e5740418.zip |
* Follow-up r16726, more standardization on docs.
* Replaced and added dividers in many script files with one standard divider.
* Other misc. cleaning...
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16727 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/events/halloween_2008.txt')
-rw-r--r-- | npc/events/halloween_2008.txt | 31 |
1 files changed, 14 insertions, 17 deletions
diff --git a/npc/events/halloween_2008.txt b/npc/events/halloween_2008.txt index a4844da1b..c14dd1656 100644 --- a/npc/events/halloween_2008.txt +++ b/npc/events/halloween_2008.txt @@ -20,17 +20,17 @@ payon,162,176,4 script Halloween Magician#iRO08 704,{ if(Hallow08 < 1) { - mes "[Halloween Magician]"; - mes "Kkkkkkkkk!"; - mes "I have a special event this Halloween that tests your luck and agility."; - mes "Are you interested?"; - next; - mes "[Halloween Magician]"; - mes "Come on! Don't be a wuss!"; - mes "If you collect enough tickets you can get good prizes!"; - mes "So what do you say?"; - next; - goto MainMenu; + mes "[Halloween Magician]"; + mes "Kkkkkkkkk!"; + mes "I have a special event this Halloween that tests your luck and agility."; + mes "Are you interested?"; + next; + mes "[Halloween Magician]"; + mes "Come on! Don't be a wuss!"; + mes "If you collect enough tickets you can get good prizes!"; + mes "So what do you say?"; + next; + goto MainMenu; } if (Hallow08Kill == 1) { @@ -237,12 +237,9 @@ payon,162,176,4 script Halloween Magician#iRO08 704,{ goto MainMenu; } } - -// --------------- MapFlags --------------- - evt_zombie,16,142,1 script zombiewarp001 45,2,2,{ - OnTouch: +OnTouch: if (@Hallow08Warp == 1) { set Hallow08Kill,2; specialeffect 16; @@ -252,7 +249,7 @@ evt_zombie,16,142,1 script zombiewarp001 45,2,2,{ } evt_zombie,122,27,1 script zombiewarp002 45,2,2,{ - OnTouch: +OnTouch: if (@Hallow08Warp == 2) { set Hallow08Kill,2; specialeffect 16; @@ -262,7 +259,7 @@ evt_zombie,122,27,1 script zombiewarp002 45,2,2,{ } evt_zombie,267,89,1 script zombiewarp003 45,2,2,{ - OnTouch: +OnTouch: if (@Hallow08Warp == 3) { set Hallow08Kill,2; specialeffect 16; |