From 9105492a076638e8d8b89f1c7aab26623b5b99f8 Mon Sep 17 00:00:00 2001 From: Lupus Date: Tue, 7 Dec 2004 20:23:51 +0000 Subject: some fixes git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@498 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/quests/newgears/bear_hat.txt | 4 ++-- npc/quests/newgears/burning_blood_bandana.txt | 4 ++-- npc/quests/newgears/cat_hairband.txt | 2 +- npc/quests/newgears/hat_seller.txt | 2 +- npc/quests/newgears/neris.txt | 1 + 5 files changed, 7 insertions(+), 6 deletions(-) (limited to 'npc') diff --git a/npc/quests/newgears/bear_hat.txt b/npc/quests/newgears/bear_hat.txt index 3c33a62a3..bba82eaea 100644 --- a/npc/quests/newgears/bear_hat.txt +++ b/npc/quests/newgears/bear_hat.txt @@ -17,10 +17,10 @@ xmas.gat,152,176,3 script Bora 826,{ mes "[Bora]"; mes "Don't bears have such a cute expression on their faces?"; - mes "And I bet you wouldn't mind one of those vute expressions yourself!"; + mes "And I bet you wouldn't mind one of those cute expressions yourself!"; next; mes "[Bora]"; - mes "Well, I can make you one!"; + mes "Well, I can make you a Bear Hat!"; next; menu "Yes, make me one now!",-,"What are the requirements?",M_REQ,"No, thanks.",M_EXIT; diff --git a/npc/quests/newgears/burning_blood_bandana.txt b/npc/quests/newgears/burning_blood_bandana.txt index bc83f57e4..f8d94f4fb 100644 --- a/npc/quests/newgears/burning_blood_bandana.txt +++ b/npc/quests/newgears/burning_blood_bandana.txt @@ -1,4 +1,4 @@ -//===== eAthena Script ======================================= ?sprite +//===== eAthena Script ======================================= //= Burning Blood Bandana Quest //===== By: ================================================== //= Halca (1.0) @@ -14,7 +14,7 @@ //============================================================ -yuno.gat,301,188,6 Genbolt 826,{ +yuno.gat,301,188,6 script Genbolt 826,{ mes "[Genbolt]"; mes "Why, don't you think looking badass is most important?"; mes "After all, we all have to fend for ourselves in this world!"; diff --git a/npc/quests/newgears/cat_hairband.txt b/npc/quests/newgears/cat_hairband.txt index 95bf7f77e..6f38e464d 100644 --- a/npc/quests/newgears/cat_hairband.txt +++ b/npc/quests/newgears/cat_hairband.txt @@ -15,7 +15,7 @@ //============================================================ -payon_in01.gat,62,10,4 KoneKone 819,{ +payon_in01.gat,62,10,4 script KoneKone 819,{ mes "[KoneKone]"; mes "Don't you just love cats? the way they have the pointy,"; mes "sticky ears and stuff, they're just so cute!"; diff --git a/npc/quests/newgears/hat_seller.txt b/npc/quests/newgears/hat_seller.txt index 1334933a1..d71005d4e 100644 --- a/npc/quests/newgears/hat_seller.txt +++ b/npc/quests/newgears/hat_seller.txt @@ -15,7 +15,7 @@ //= added missing delitem, fixed names, item amount [Lupus] //============================================================ -xmas_in.gat,123,131,4 script Hat Seller 806,{ +xmas_in.gat,36,25,4 script Hat Seller 806,{ mes "[Hat Seller]"; mes "What hat would you like information on?"; mes "I can make all the hats I mention here"; diff --git a/npc/quests/newgears/neris.txt b/npc/quests/newgears/neris.txt index 3356a6bad..d0771e449 100644 --- a/npc/quests/newgears/neris.txt +++ b/npc/quests/newgears/neris.txt @@ -28,6 +28,7 @@ M_LGB: mes "[Neris]"; mes "Looks pretty cute when you wear it."; mes "So... what can I do for you?"; + next; menu "Make me Golden Bells!",-,"What do I need to make it?",M_REQL,"Nothing, thanks.",M_EXIT; if ((countitem(10016) < 1) || (countitem(714) < 1) || (countitem(969) < 3) || (Zeny < 1000)) GOTO L_NOITEM;//Items: Golden Bell, Emperium, Gold, -- cgit v1.2.3-60-g2f50