diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-09-13 14:38:06 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-09-13 14:38:06 -0300 |
commit | 38d5c77f3fae3299f12a297ef110c8c56311c68b (patch) | |
tree | 0c0d2e1545f36f618290fdafc2cbe8cdb79c6d06 /npc/017-1 | |
parent | a9f37f31b118ce94c0cca26a7650abfe17d0605e (diff) | |
download | serverdata-38d5c77f3fae3299f12a297ef110c8c56311c68b.tar.gz serverdata-38d5c77f3fae3299f12a297ef110c8c56311c68b.tar.bz2 serverdata-38d5c77f3fae3299f12a297ef110c8c56311c68b.tar.xz serverdata-38d5c77f3fae3299f12a297ef110c8c56311c68b.zip |
Name for Pet Detective (according to LoF Lore)
Diffstat (limited to 'npc/017-1')
-rw-r--r-- | npc/017-1/pet_detective.txt | 14 |
1 files 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; |