瀏覽代碼

Fixed Mage Tutorial Quest
Fixed typos in Ninja Quest

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9302 54d463be-8e91-2dee-dedb-b68131a5f0ec

Lupus 18 年之前
父節點
當前提交
928d28ba42
共有 3 個文件被更改,包括 6 次插入3 次删除
  1. 3 0
      npc/Changelog.txt
  2. 2 2
      npc/jobs/1-1e/ninja.txt
  3. 1 1
      npc/quests/first_class/tu_ma_th01.txt

+ 3 - 0
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

+ 2 - 2
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";

+ 1 - 1
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;