From b1a2f1f819d735ddba63d10be153a85577115b2e Mon Sep 17 00:00:00 2001 From: Lupus Date: Thu, 31 Aug 2006 06:25:23 +0000 Subject: added missing next; git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8555 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/Changelog.txt | 1 + npc/custom/quests/elvenear.txt | 10 ++++++---- npc/custom/quests/fashion.txt | 11 +++++++---- npc/custom/quests/magicalhatquest.txt | 1 + 4 files changed, 15 insertions(+), 8 deletions(-) diff --git a/npc/Changelog.txt b/npc/Changelog.txt index 46cab2041..e1bdc30da 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -33,6 +33,7 @@ Playtester Date Added ====== 08/30 + * Added missing NEXT; to some custom quests. Thanks to $ephiroth * A small fix to the 2006 headgears quest, thanks to Belle for telling me about the problem. [MasterOfMuppets] * Added temporary Ice Dungeon spawn file (commented for now) [Playtester] 08/29 diff --git a/npc/custom/quests/elvenear.txt b/npc/custom/quests/elvenear.txt index a20dacd82..e58e567ca 100644 --- a/npc/custom/quests/elvenear.txt +++ b/npc/custom/quests/elvenear.txt @@ -18,9 +18,11 @@ geffen.gat,127,49,5 script Elven Ears Quest 84,{ mes "Hi, today's quest is...."; mes "Ah, the ^61B031Elven Ears ^000000Quest!"; next; - menu "Requirements",L_Bl, "Make Item",-, "Cancel",L_Cancel; + menu "Requirements",L_Bl, "Make Item",-,"Cancel",L_Cancel; + mes "[Elven Ears quest]"; mes "Good good, let me just check"; + next; if(countitem(2213)<1 || countitem(1040)<20 || countitem(919)<20) goto L_NoMake; delitem 2213,1; delitem 1040,20; @@ -35,30 +37,30 @@ geffen.gat,127,49,5 script Elven Ears Quest 84,{ close; L_NoMake: - next; mes "[Elven Ears Quest]"; mes "You don't have the requirements."; mes "Please come back another time..."; close; L_Bl: + mes "[Elven Ears Quest]"; mes "Ok all you have to do is collect:"; mes "^362ED61 Kitty Band^000000"; mes "^362ED620 Elder Pixie Mustaches^000000"; mes "and ^362ED620 Animal Skin^000000"; next; menu "Accept",-, "Leave",L_Leave; + + mes "[Elven Ears Quest]"; mes "When you are done, bring the items to me. Ok good luck finding those items."; close; L_Leave: - next; mes "[Elven Ears quest]"; mes "Maybe another time?"; close; L_Cancel: - next; mes "[Elven Ears quest]"; mes "Aw, what a shame"; mes "Giving up already?"; diff --git a/npc/custom/quests/fashion.txt b/npc/custom/quests/fashion.txt index 8058f07a0..98cc9dfe1 100644 --- a/npc/custom/quests/fashion.txt +++ b/npc/custom/quests/fashion.txt @@ -19,10 +19,11 @@ izlude.gat,135,96,5 script Fashion Glasses Quest 76,{ mes "Ah, the ^CC6633Fashionable Glasses^000000 Quest!"; next; menu "Requirements",M_INFO,"Make Item",-,"Cancel",M_CANCEL; - + mes "[Fashionable Glasses Quest]"; - mes "Good good, let me just check"; - if(countitem(2271)<1 || countitem(975)<1) goto M_NOITEMS; + mes "Good good, let me just check"; + next; + if(countitem(2271)<1 || countitem(975)<1) goto M_NOITEMS; delitem 2271,1; delitem 975,1; next; @@ -41,12 +42,14 @@ M_NOITEMS: close; M_INFO: + mes "[Fashionable Glasses Quest]"; mes "Ok all you have to do is collect"; mes "^CC66331 Jack'a Dandy^000000"; mes "and ^CC66331 Scalet Dyestuff^000000."; next; menu "Accept",-,"Leave",M_LEAVE; - + + mes "[Fashionable Glasses Quest]"; mes "When you are done, bring the items to me,"; mes "Ok good luck finding those items."; close; diff --git a/npc/custom/quests/magicalhatquest.txt b/npc/custom/quests/magicalhatquest.txt index 130091385..69fb42390 100644 --- a/npc/custom/quests/magicalhatquest.txt +++ b/npc/custom/quests/magicalhatquest.txt @@ -50,6 +50,7 @@ L_NotEnough: close; M_RIPOFF: + mes "[Wizard Hat Dude]"; mes "What I had to go through was more unfathomable.."; mes "If you succeed in getting these items, you will have incredible strength!"; emotion e_hmm; -- cgit v1.2.3-60-g2f50