diff options
author | toni <toni@toni-EP45-UD3L.(none)> | 2011-01-02 11:26:32 -0200 |
---|---|---|
committer | Stefan Beller <stefanbeller@googlemail.com> | 2011-01-02 23:39:45 +0100 |
commit | d44de15950ffe4cf587d0ae80753b2f2da4586a8 (patch) | |
tree | 64d9de916887c646aa03ce1da43ae27969900652 /npc/006-1_Desert_mountains/pachua.txt | |
parent | c2da0b33fdf6138e7441b25f46714705832fc524 (diff) | |
download | serverdata-d44de15950ffe4cf587d0ae80753b2f2da4586a8.tar.gz serverdata-d44de15950ffe4cf587d0ae80753b2f2da4586a8.tar.bz2 serverdata-d44de15950ffe4cf587d0ae80753b2f2da4586a8.tar.xz serverdata-d44de15950ffe4cf587d0ae80753b2f2da4586a8.zip |
Add Speed Skill Teacher Miriam.
Author: toni <toni@toni-EP45-UD3L.(none)>
Diffstat (limited to 'npc/006-1_Desert_mountains/pachua.txt')
-rw-r--r-- | npc/006-1_Desert_mountains/pachua.txt | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/npc/006-1_Desert_mountains/pachua.txt b/npc/006-1_Desert_mountains/pachua.txt index f4d2a653..b59de60d 100644 --- a/npc/006-1_Desert_mountains/pachua.txt +++ b/npc/006-1_Desert_mountains/pachua.txt @@ -4,10 +4,12 @@ set @wants_leather_patch, QUEST_Forestbow_state & NIBBLE_4_MASK; + if (QUEST_MIRIAM_start != 0) goto L_smoke; + mes "[Chief Pachua]"; mes "\"How!\""; next; - + if (getequipid(equip_head) == 643 || getequipid(equip_head) == 644) goto L_WearingCowboy; if (getequipid(equip_legs) == 642) goto L_WearingChaps; @@ -195,4 +197,10 @@ L_TooMany: mes "[Chief Pachua]"; mes "\"You don't have room for a leather patch. Come back later.\""; close; + +L_smoke: + message strcharinfo(0), "Parua quickly inhales from his pipe and releases a ring of smoke towards the sky!"; + set QUEST_MIRIAM_run, gettimetick(1) - QUEST_MIRIAM_start; + set QUEST_MIRIAM_start, 0; + end; } |