From 39279aea8f88fb627e57af5b92af0b1ebd92fa75 Mon Sep 17 00:00:00 2001 From: wushin Date: Fri, 24 Oct 2014 01:10:09 -0500 Subject: Patch Halloween to limit sweet counts --- world/map/npc/annuals/halloween/config.txt | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'world/map/npc/annuals/halloween/config.txt') diff --git a/world/map/npc/annuals/halloween/config.txt b/world/map/npc/annuals/halloween/config.txt index d3d0f616..59839668 100644 --- a/world/map/npc/annuals/halloween/config.txt +++ b/world/map/npc/annuals/halloween/config.txt @@ -28,7 +28,6 @@ // 1277 Jester Mask 2 // 1279 Goblin Mask 4 // 4027 Yeti Mask 4 -// 616 Axe Hat 4 // Per-NPC stuff // $@halloween_npc_ = constants for @halloween_npc_id, the index into the array @@ -125,7 +124,7 @@ L_Main: set $@halloween_reward_time, 2; // How many, maximum is 8 - set $@halloween_memory_count, 5; + set $@halloween_memory_count, 8; // Level to go trick-or-treating set $@halloween_min_level, 10; // Age to go trick-or-treating @@ -155,8 +154,8 @@ L_Main: 840; // OrangeLollipop set $@halloween_sweets_num, getarraysize($@halloween_sweets); - setarray $@halloween_mask_IDs, 678, 679, 1221, 634, 615, 639, 769, 801, 1218, 1276, 1277, 1279, 4027, 616; - setarray $@halloween_scare_factors, 2, 4, 4, 4, 2, 3, 2, 2, 1, 3, 2, 4, 4, 4; + setarray $@halloween_mask_IDs, 678, 679, 1221, 634, 615, 639, 769, 801, 1218, 1276, 1277, 1279, 4027; + setarray $@halloween_scare_factors, 2, 4, 4, 4, 2, 3, 2, 2, 1, 3, 2, 4, 4; if (getarraysize($@halloween_mask_IDs) != getarraysize($@halloween_scare_factors)) goto L_HalloweenError; -- cgit v1.2.3-60-g2f50