diff options
Diffstat (limited to 'world/map/npc/006-1/pachua.txt')
-rw-r--r-- | world/map/npc/006-1/pachua.txt | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/world/map/npc/006-1/pachua.txt b/world/map/npc/006-1/pachua.txt index 9ed34c06..43681d84 100644 --- a/world/map/npc/006-1/pachua.txt +++ b/world/map/npc/006-1/pachua.txt @@ -1,14 +1,11 @@ -006-1.gat,23,100,0|script|Pachua|143, +006-1.gat,24,113,0|script|Pachua|143, { - set @LEATHER_PATCH_PRICE, 300; -// @wants_leather_patch is used as boolean - set @wants_leather_patch, QUEST_Forestbow_state & NIBBLE_4_MASK; - - if ((gettime(5) >= $@xmas2011_start_day) && (gettime(5) < $@xmas2011_reward_start_day) && (gettime(6) == 12) && (gettime(7) == $@xmas2011_year)) - set @wants_leather_patch, @wants_leather_patch | (xmas11 & $@xmas11_talkedToChief); + setarray $@npc_loc, 24, 113, 4; + callfunc "PCtoNPCRange"; + if (@npc_check) + goto L_Close; - set $@xmas2011_start_day, 10; - set $@xmas2011_reward_start_day, 25; + set @LEATHER_PATCH_PRICE, 300; if (QUEST_MIRIAM_cheat != 0) goto L_warp_cheat; if (QUEST_MIRIAM_start != 0) goto L_smoke; |