diff options
author | samuray22 <samuray22@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-02-05 17:54:03 +0000 |
---|---|---|
committer | samuray22 <samuray22@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-02-05 17:54:03 +0000 |
commit | 8508ca74ad6deea3f27cf14c2158a07059b4eb75 (patch) | |
tree | cb9589b37df7c5dad78597c507f16effa53ddcd4 /npc/quests/cooking_quest.txt | |
parent | dbc9cb6c9faff4c0c82b8e236ee6c8db99cb3e06 (diff) | |
download | hercules-8508ca74ad6deea3f27cf14c2158a07059b4eb75.tar.gz hercules-8508ca74ad6deea3f27cf14c2158a07059b4eb75.tar.bz2 hercules-8508ca74ad6deea3f27cf14c2158a07059b4eb75.tar.xz hercules-8508ca74ad6deea3f27cf14c2158a07059b4eb75.zip |
* 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
Diffstat (limited to 'npc/quests/cooking_quest.txt')
-rw-r--r-- | npc/quests/cooking_quest.txt | 13 |
1 files changed, 7 insertions, 6 deletions
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]"; |