From 38d5c77f3fae3299f12a297ef110c8c56311c68b Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 13 Sep 2018 14:38:06 -0300 Subject: Name for Pet Detective (according to LoF Lore) --- npc/017-1/pet_detective.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/npc/017-1/pet_detective.txt b/npc/017-1/pet_detective.txt index e8761fa24..1355a4013 100644 --- a/npc/017-1/pet_detective.txt +++ b/npc/017-1/pet_detective.txt @@ -8,14 +8,14 @@ 017-1,192,23,0 script Pet Detective NPC_PET_TAMER,{ .@q=getq(LoFQuest_Pets); if (.@q) goto L_Menu; - mesn; + mesn l("Ace Ventura"); mesq l("I investigate missing pets. Many flee from their owners because they die pathetically or forgot to feed them."); next; - mesn; + mesn l("Ace Ventura"); mesq l("If they at least read the @@, they wouldn't have such problems.", getitemlink(PetcaringGuide)); mesq l("The Pet Caring Guild will collect them after a while, and capture many others."); next; - mesn; + mesn l("Ace Ventura"); mesq l("So, what do you say about a deal? I'll affiliate you on the Pet Caring Guild for only 350.000 GP!"); if (Zeny < 350000) close; @@ -24,7 +24,7 @@ close; mes ""; if (Zeny < 350000) { - mesn; + mesn l("Ace Ventura"); mesq l("Oh, but we are affiliated with Jesusalva, whom hates cheaters. So, meet your dismissal!"); percentheal -100, 0; } @@ -32,14 +32,14 @@ getexp 0, 500; setq LoFQuest_Pets, 1; setarray PETMEMO, 0, 0; - mesn; + mesn l("Ace Ventura"); mesq l("Congrats! You are now part from the Pet Caring Guild. You can now buy pets! %%G"); close; L_Menu: if (!.stock) goto L_OutOfStock; - mesn; + mesn l("Ace Ventura"); mesq l("I currently have some pets with me. For most, you need to finish their Grand Hunter Quest, of course."); mes ""; select @@ -67,7 +67,7 @@ L_Menu: goto L_Menu; L_OutOfStock: - mesn; + mesn l("Ace Ventura"); mesq l("Sorry, I don't have any pets at the moment."); close; -- cgit v1.2.3-60-g2f50