浏览代码

- Delete their Gym Pass before giving them the skill. (bugreport:3592)
- Fixed 2 typos and a cutin that didn't go away in Kiel Quest. (bugreport:3597)

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

brianluau 15 年之前
父节点
当前提交
34398c1fd7
共有 2 个文件被更改,包括 4 次插入3 次删除
  1. 1 1
      npc/other/gympass.txt
  2. 3 2
      npc/quests/Kiel_Hyre_Quest.txt

+ 1 - 1
npc/other/gympass.txt

@@ -84,8 +84,8 @@ payon,173,141,4	script	Ripped Cabus#GymPass	899,{
 			next;
 			specialeffect2 EF_SIGHTRASHER;
 			next;
-			skill "ALL_INCCARRY",getskilllv("ALL_INCCARRY")+1,0;
 			delitem 7776,1;
+			skill "ALL_INCCARRY",getskilllv("ALL_INCCARRY")+1,0;
 			set gympassmemory,gympassmemory+1;
 			mes "[Ripped]";
 			mes "There, you should be able";

+ 3 - 2
npc/quests/Kiel_Hyre_Quest.txt

@@ -3581,7 +3581,7 @@ kh_school,122,186,4	script	Beautiful Lady#kh6	894,{
 		case 2:
 			mes "[Allysia]";
 			mes "^3355FFKiehl^000000 has proceeded to";
-			mes "proform abnormal modifications";
+			mes "perform abnormal modifications";
 			mes "to the humanoid robots. This";
 			mes "has been reported to Kiel Hyre,";
 			mes "who has left to stop Kiehl.";
@@ -4683,6 +4683,7 @@ kh_mansion,22,28,4	script	Kiel Hyre#kh	903,{
 			close2;
 			enablenpc "Kiehl_Room_Warp";
 			donpcevent "Kiehl_Room_Warp::OnEnable";
+			cutin "",255;
 			end;
 			break;
 		case 2:
@@ -5156,7 +5157,7 @@ OnTouch:
 		next;
 		mes "[Mitchell]";
 		mes "This is too much of a";
-		mes "coincidense. I want you to";
+		mes "coincidence. I want you to";
 		mes "go to Juno and investigate.";
 		mes "When you're done, talk to";
 		mes "Kiel Hyre's steward, and";