diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/001-1/flyingpiou.txt | 2 | ||||
-rw-r--r-- | npc/001-1/salem.txt | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/npc/001-1/flyingpiou.txt b/npc/001-1/flyingpiou.txt index ff558a9e..64a5019d 100644 --- a/npc/001-1/flyingpiou.txt +++ b/npc/001-1/flyingpiou.txt @@ -73,7 +73,7 @@ function script ArtisFlyingPiouLogic { mesn "Narrator"; mes col(l("You caught the piou, but it's trying to escape from you. You'd better hurry back to Salem."), 9); set getvariableofnpc(.LastPiouHunter$, .@trader$), strcharinfo(0); - set getvariableofnpc(.PiouEscapedMessage$, .@trader$), l("The Piou escaped :-P"); + set getvariableofnpc(.PiouEscapedMessage$, .@trader$), l("Oh no, the piou escaped!"); set getvariableofnpc(.LastPiouHunterID, .@trader$), .@charid; set getvariableofnpc(.PiouCaught, .@trader$), 1; donpcevent .@trader$ + "::OnPiouFlee"; diff --git a/npc/001-1/salem.txt b/npc/001-1/salem.txt index e3688272..a9c51450 100644 --- a/npc/001-1/salem.txt +++ b/npc/001-1/salem.txt @@ -12,7 +12,7 @@ // 2 -- quest finished // Note: this script is ugly like hell -001-1,57,118,0 script Salem#001-1 NPC_SHOP_BAG,{ +001-1,57,118,0 script Salem#001-1 NPC_SALEM,{ function BuyPiou { .@price = getarg(0); @@ -70,6 +70,7 @@ @ArtisQuests_PiouPrice = 3000; ArtisQuests_PiouDiscount = 1; donpcevent strnpcinfo(3) + "::OnPiouFlee"; + .LastPiouHunter$ = ""; next; setq ArtisQuests_CatchPiou, 2; ArtisQuests_CatchPiou_Difficulcy = 0; |