From 8508ca74ad6deea3f27cf14c2158a07059b4eb75 Mon Sep 17 00:00:00 2001 From: samuray22 Date: Tue, 5 Feb 2008 17:54:03 +0000 Subject: * Corrected a bad duplicate name in Kafra Bank (Custom). (bugeport:921) * Corrected a lot of ";;" Typo errors. -Some of this are in the bugreport:919 * Corrected a Cutin Problem in Cooking Quest and a Delitem. (bugreport:911) * Corrected some typo error with "rouge". (bugreport:909) * Moved Custom Event folder to Custom Folder. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12177 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/quests/cooking_quest.txt | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'npc/quests/cooking_quest.txt') diff --git a/npc/quests/cooking_quest.txt b/npc/quests/cooking_quest.txt index c5e8fddff..a78ca678c 100644 --- a/npc/quests/cooking_quest.txt +++ b/npc/quests/cooking_quest.txt @@ -22,6 +22,7 @@ //= 1.6 Quest is now up to iRO 10.3 standards. [L0ne_W0lf] //= - Not sure what the EnableItemMove is for, as there is no //= command to disable being able to move items. +//= 1.6a Corrected a bad cutin, a Typo error ";;" and a bad delitem (bugreport:911) [Samuray22] //============================================================ prt_castle,43,30,3 script Charles Orleans#cook 878,{ @@ -1112,10 +1113,10 @@ prt_castle,43,30,3 script Charles Orleans#cook 878,{ mes "something new, I suppose."; goto L_End; } - mes "[Charles Orleans]";; - mes "So you wanted to borrow a";; - mes "Level " + .@new_book + " Cookbook, eh?";; - mes "Oh, would you please tell";; + mes "[Charles Orleans]"; + mes "So you wanted to borrow a"; + mes "Level " + .@new_book + " Cookbook, eh?"; + mes "Oh, would you please tell"; mes "me the level of the cookbook"; mes "that you are returning to me?"; next; @@ -1913,7 +1914,7 @@ prt_castle,45,35,5 script Madeleine Chu#cook 886,{ mes "arts in that way? I'm so"; mes "very ashamed of you..."; next; - delitem 7474,1; //Cookbook01 + delitem 7472,1; //Cookbook01 set cooking,0; mes "[Madeleine Chu]"; mes "First of all, I'd like"; @@ -2099,7 +2100,7 @@ prt_castle,45,35,5 script Madeleine Chu#cook 886,{ mes "spine... Could someone"; mes "be talking about me?"; close; - cutin "orleans_6",255; + cutin "",255; } } mes "[Madeleine Chu]"; -- cgit v1.2.3-60-g2f50