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_2006.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_2006.txt')
-rw-r--r-- | npc/events/halloween_2006.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/npc/events/halloween_2006.txt b/npc/events/halloween_2006.txt index 8fd077af8..fce598c73 100644 --- a/npc/events/halloween_2006.txt +++ b/npc/events/halloween_2006.txt @@ -21,6 +21,7 @@ //============================================================ // Pumpkin Mojo quest (Event 1) +//============================================================ prontera,162,69,5 script Gloomy Jack#06_hw 1130,2,2,{ end; @@ -485,6 +486,7 @@ nif_in,19,32,3 script Deviruchi#06_hw 738,{ } // Creation of Pumpkin Pie (Event 2) +//============================================================ nif_fild01,165,115,3 script Chicken Masta#06_hw 794,{ set .@now_weight,MaxWeight-Weight; if (.@now_weight < 2000 || checkweight(1201,1) == 0) { @@ -909,6 +911,7 @@ pay_dun03,157,131,3 duplicate(HwChicken2) Chicken#06_hw_p40 800 pay_dun03,158,131,3 duplicate(HwChicken3) Chicken#06_hw_p41 800 // Payon Field chickens +//============================================================ pay_fild08,1,1,0 script #06_hw_timer02 -1,{ OnInit: disablenpc "Chicken#06_hw_pf01"; @@ -1080,7 +1083,8 @@ morocc,159,143,3 duplicate(HWFamiDup) Familiar#06_hw03 799 geffen,120,188,3 duplicate(HWFamiDup) Familiar#06_hw04 799 alberta,80,171,3 duplicate(HWFamiDup) Familiar#06_hw05 799 -//Event Lude Monster Spawns +// Event Lude Monster Spawns +//============================================================ ra_fild01,0,0,0,0 monster Lude 1812,3,0,0,0 ra_fild02,0,0,0,0 monster Lude 1812,3,0,0,0 ra_fild03,0,0,0,0 monster Lude 1812,3,0,0,0 |