From 47f790759ea3ea56d31e000bc3f3b7f142ee802d Mon Sep 17 00:00:00 2001 From: wushin Date: Fri, 11 Apr 2014 14:32:22 -0500 Subject: Npcs remaining script fixes Npcs changed for travel Npcs changed for new maps Npcs changed for basic crypts --- world/map/npc/006-1/mika.txt | 2 +- world/map/npc/006-1/pachua.txt | 15 ++++++--------- 2 files changed, 7 insertions(+), 10 deletions(-) (limited to 'world/map/npc/006-1') diff --git a/world/map/npc/006-1/mika.txt b/world/map/npc/006-1/mika.txt index 2b5c7401..d7ba11bc 100644 --- a/world/map/npc/006-1/mika.txt +++ b/world/map/npc/006-1/mika.txt @@ -1,4 +1,4 @@ -006-1.gat,39,27,0|script|Mika|114, +006-1.gat,39,22,0|script|Mika|114, { mes "[Mika]"; mes "\"My father told me about a man living in this desert who makes clothes out of snake skin.\""; 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; -- cgit v1.2.3-70-g09d2