From b413c736331227ce3198831dda21b5e484182359 Mon Sep 17 00:00:00 2001 From: Lupus Date: Thu, 23 Nov 2006 22:25:07 +0000 Subject: Fixed Mage Tutorial Quest Fixed typos in Ninja Quest git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9302 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/Changelog.txt | 3 +++ npc/jobs/1-1e/ninja.txt | 4 ++-- npc/quests/first_class/tu_ma_th01.txt | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) (limited to 'npc') diff --git a/npc/Changelog.txt b/npc/Changelog.txt index 63b96572f..5f5b020d4 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -33,6 +33,9 @@ KarLaeda Date Added ====== +11/23 + * Fixed Mage Tutorial Quest [KarLaeda] + - Fixed typos in Ninja Quest 11/21 * Less G_mobs spawning in Odin Temple [Playtester] 11/20 diff --git a/npc/jobs/1-1e/ninja.txt b/npc/jobs/1-1e/ninja.txt index b46b72c4c..b2ae68f71 100644 --- a/npc/jobs/1-1e/ninja.txt +++ b/npc/jobs/1-1e/ninja.txt @@ -113,7 +113,7 @@ que_ng.gat,30,65,3 script Cool Kid#nq 730,{ close; case 4: mes @npcname$; - if(countitem(7053) < 4 || countitem(1010) < 1){ + if(countitem(7053) < 5 || countitem(1010) < 1){ mes "Bring me a Phracon"; mes "and five cyfar"; mes "Right now, you still don't have enough."; @@ -125,7 +125,7 @@ que_ng.gat,30,65,3 script Cool Kid#nq 730,{ close; } delitem 1010,1; - delitem 7035,1; + delitem 7053,5; mes "Oh... you've brought it."; mes "Let's see..."; mes "Mmm~ so you've brought it all"; diff --git a/npc/quests/first_class/tu_ma_th01.txt b/npc/quests/first_class/tu_ma_th01.txt index 64ec076aa..2ef6c2893 100644 --- a/npc/quests/first_class/tu_ma_th01.txt +++ b/npc/quests/first_class/tu_ma_th01.txt @@ -661,7 +661,7 @@ moc_fild18.gat,109,197,0 script battle_traces#15 844,{ } else { mes "It did not affect anything. Other things may be necessary."; delitem 506, 1; - set tu_thief01, 23; + set tu_magician01, 23; close; } break; -- cgit v1.2.3-60-g2f50