diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2011-10-22 15:19:22 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2011-10-22 15:44:50 -0700 |
commit | dd92758fdbb472d98ea33ecbc85f951a3e9cf883 (patch) | |
tree | 8e61ec3162c33b247815856ea6f1ce972b275b80 /world/map/npc/halloween/2011/config.txt | |
parent | c3f4578a4e08a364a3257fc4b49ccf309f9f128c (diff) | |
download | serverdata-dd92758fdbb472d98ea33ecbc85f951a3e9cf883.tar.gz serverdata-dd92758fdbb472d98ea33ecbc85f951a3e9cf883.tar.bz2 serverdata-dd92758fdbb472d98ea33ecbc85f951a3e9cf883.tar.xz serverdata-dd92758fdbb472d98ea33ecbc85f951a3e9cf883.zip |
Add missing trick-or-treat NPC and severely reduce the possibility of exploitationv2011.10.23
Diffstat (limited to 'world/map/npc/halloween/2011/config.txt')
-rw-r--r-- | world/map/npc/halloween/2011/config.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/world/map/npc/halloween/2011/config.txt b/world/map/npc/halloween/2011/config.txt index a120158a..a62e680e 100644 --- a/world/map/npc/halloween/2011/config.txt +++ b/world/map/npc/halloween/2011/config.txt @@ -12,6 +12,7 @@ // Global stuff // $@hw2011_big_reward$ = The main reward randomly given, usually after the counter has reached 7-10 // $@hw2011_sweets$ = Array with all the sweets to be given as treats +// $@hw2011_sweets_num = Size of that array // $@hw2011_mask_IDs = Array with the IDs of all the masks that cover your face + The Scary Axehat // $@hw2011_scare_factors = Array with the basic scare factor of each mask // 678 Noh Mask 2 @@ -82,6 +83,7 @@ OnInit: "CranberryLollipop", "GrapeLollipop", "OrangeLollipop"; + set $@hw2011_sweets_num, getarraysize($@hw2011_sweets$); setarray $@hw2011_mask_IDs, 678, 679, 1221, 634, 615, 639, 769, 801, 1218, 1276, 1277, 1279, 4027, 616; setarray $@hw2011_scare_factors, 2, 4, 4, 4, 2, 3, 2, 2, 1, 3, 2, 4, 4, 4; |