Originally posted by [b]Phantasm[/b]
[b]ARCH BISHOP JOB CHANGE QUEST:[/b]
[spoiler]
										 [b]============== 1 ============[/b]
[CODE]
job3_arch01,29,34,3	 script	  Valkyrie#arch	 403,{
	  if(checkweight(1201,2) == 1){
	   [/CODE]
NPC always said:
[CODE]mes "- bags must be emptied before they can proceed. -";[/CODE]
Although nothing in my bag.
-------------------------------------------
I modified to:
[CODE] job3_arch01,29,34,3	 script	  Valkyrie#arch	 403,{
	  if(Weight > 80){
[/CODE]
																	   ============= 2 ==============
NPC said that i had mercenaries even though i have freed them
[CODE]
job3_arch02,113,327,5   script	  Valkyrie#arch_01  403,{
	  if (getmercinfo(1)) {
	   [/CODE]
							  --------------------------------------------
I modified to:
[CODE]
job3_arch02,113,327,5   script	  Valkyrie#arch_01  403,{
	  if (getmercinfo(1) != 0 ){
[/CODE]
																			============== 3 =============
I killed last Valkyrie in the South and valkyrie said i to center of temple to complete mission but when i arried i alway fail
Although i have a lot Broken_horn_pipe
I checked and i saw when valkyrie death, this NPC not disable:
When Valkyrie Nightmare death:
[CODE]
	  getitem 2798,1; //Will_Of_Exhausted_Angel
	  hideonnpc "Valkyrie#arch_02";
	  donpcevent "#arch_3_start::OnEnable";
	  end;
-----------------------------
job3_arch02,390,386,1   script	  #arch_3_start	 844,{
	  end;
OnEnable:
	  hideoffnpc "#arch_3_01";
	  hideoffnpc "#arch_3_02";
	  hideoffnpc "#arch_3_03";
	  hideoffnpc "#arch_end";
	  hideoffnpc "#arch_end_eff";	 <<<< This NPC not disable
	  end;
---------------------------------------------------------------------
job3_arch02,290,221,0   script	  #arch_end_eff	 139,5,5,{
OnTouch:
	  if (countitem(6154) > 0) {
			delitem 6154,countitem(6154); //Broken_Horn_Pipe
	  }
	  if (countitem(12381) > 0) {
			delitem 12381,countitem(12381); //ValkyrieA_Scroll
	  }
	  if (countitem(12381) > 0) {
			delitem 12382,countitem(12382); //ValkyrieB_Scroll
	  }
	  if (countitem(2798) > 0) {
			delitem 2798,countitem(2798); //Will_Of_Exhausted_Angel
	  }
	  end;
[/CODE]
I tried disable #arch_end_eff and i can finish Arc Bishop quest but #arch_end_eff will force you to follow the sequence of Quest,
Without this NPC you only need 2 Broken_horn_pipe by killing a Valkyrie Nightmare in the North ( a Valkyrie drops 3 Broken_horn_pipe in my server ).
And i dont know how to fix, 
 
[/spoiler]
[b]RANGER JOB CHANGE QUEST:[/b]
[spoiler]
[CODE]
	mes "[Ranger Master, Neveragain]";
	mes "Good. No falcon and you've used up all your skill points.";
	break; <<< This
}else
   {
	mes "[Ranger Master, Neveragain]";
	mes "Didn't you dismiss your falcon??";
	next;
	mes "[Ranger Master, Neveragain]";
	mes "Please dismiss your falcon, and come back to me.";
	close;
   }
  }
  mes "[Ranger Master, Neveragain]";
  mes "Okay, before you really change the job into a ranger, I'll ask you on more time.";
  mes "Do you really want to become a ranger?";
  next;
[/CODE]
I modified:
[CODE]
//break; <<< Remove
next; << Add
[/CODE]
If using "break;" NPC will show:
[quote][Ranger Master, Neveragain]
Good. No falcon and you've used up all your skill points.
[Ranger Master, Neveragain]
Okay, before you really change the job into a ranger, I'll ask you on more time.
Do you really want to become a ranger?[/quote]
Instead of:
[quote]
[Ranger Master, Neveragain]
Good. No falcon and you've used up all your skill points.
<< Next Button >>
[Ranger Master, Neveragain]
Okay, before you really change the job into a ranger, I'll ask you on more time.
Do you really want to become a ranger?[/quote]
[/spoiler]
[b]RUNE KNIGHT JOB CHANGE QUEST:[/b]
[spoiler]
[b]I was stuck here, cant move:[/b]
[CODE]				case 5:
					close2;
					break;
[/CODE]
I modified:
[CODE]				case 5:
					close;
[/CODE]
Part BUG: [spoiler]
[CODE]job3_rune01,50,36,1	script	Runes, Make & Use	844,{
	if (job_rune_edq < 8) {
		mes "[Rune Knight Renoa]";
		mes "Besides touching stuff in this place without permission. Would you be able to understand the contents of the book?";
		next;
		mes "[Captain Tigris]";
		mes "Hey Renoa go easy on that Knight. You there too, you'd better stop touching stuff here without a permission.";
		close;
	}
	if (job_rune_edq > 7) {
		while (1) {
			switch (select("The Making of Rune Stones:Rune Stone Ability Details:Stop Reading")) {
			case 1:
				set @job_rune_book3_1, @job_rune_book3_1 + 1;
				mes "The making of Rune stones is achieved through a skill called rune mastery which is learned when one becomes a Rune Knight.";
				next;
				mes "Rune Mastery is like a code that's been put into the body as a mark of a Rune Knight.";
				next;
				mes "Ordinary people can also learn this skill and it needs its own machine called a Rune Furnace.";
				next;
				mes "When you making a Rune stone with a Rune Furnace, the type of rune is determined by the magical energy put into it, and it cannot be changed.";
				next;
				mes "When making a rune stone by using Rune Mastery, it can be made into the rune property that you want but it's classified as a Rune Knights' own ability. ";
				next;
				mes "When you operate the Rune Furnace , the magical energy of the body gets concentrated through it and it enables the change into a Rune Stone.";
				next;
				break;
			case 2:
				set @job_rune_book3_2, @job_rune_book3_2 + 1;
				switch (select("Chapter One:Chapter Two:Chapter Three:Chapter Four:Stop Reading")) {
				case 1:
					mes "Ehwaz - This rune means the enhancement of luck and positive power. It shapes the source in the form of a red spiral in a Rune Furnace.";
					next;
					mes "Osilia - This rune is an equivalent exchangement which means that you lose one and you gain one, and it also means the power that needs a cost. This is shaped into the form of a violet oblique line in a Rune Furnace.";
					next;
					mes "Mannaz - This rune means hope and a new start and also the positive power that can reverse a desperate situation. This is shaped into the form of an emerald diamond in a Rune Furnace.";
					next;
					mes "Ansuz - This rune means preparation or arrangement and the power that can overcome the uneasiness of the coming future. This is shaped into the form of an emerald round in a Rune Furnace. ";
					next;
					mes "Hagalas - This rune means the freedom and the power that resists restraint. This is shaped into the form of a skyblue colored star-shape in a Rune Furnace.";
					next;
					mes "Kano - This rune means flame and passion, and the power that ends everything. The source of it is shaped into the form of a red diamond in a Rune Furnace.";
					next;
					break;
				case 2:
					mes "Rhydo - This rune means the combination and recombination and the power of completion. This is shaped into the skyblue oblique line in a Rune Furnace.";
					next;
					mes "Turisus - This rune means the border and the power of limitation. This is shaped into a yellow round in a Rune Furnace.";
					next;
					mes "Dagaz - This rune means the talent and the power of enduring adversity. This is shaped into an emerald spiral in a Rune Furnace.";
					next;
					mes "Sowilo - This rune means victory and success and the power of arrangement and cessation. This is shaped into the form of a skyblue fan-shape in a Rune Furnace.";
					next;
					mes "Laguz -This rune means uncertainty and the power that protects the inside. This is shaped into a form of a yellow diamond in a Rune Furnace.";
					next;
					mes "Isia - This rune means the power that stops everything. This is shaped into a violet spiral in a Rune Furnace.";
					next;
					break;
				case 3:
					mes "Pertz - This rune means revelation and the power of chance. This is shaped into the form of silver spiral in a Rune Furnace.";
					next;
					mes "Verkana - This rune means richness, birth and the power of defense and protection. This is shaped into the form of a gold-color star in a Rune Furnace.";
					next;
					mes "Gebo - This rune means cooperation and the power of harmony. This is shaped into the form of a yellow cone in a Rune Furnace.";
					next;
					mes "Algiz - This rune means chance and the power of challenge. This is shaped into the form of an emerald oblique line in a Rune Furnace.";
					next;
					mes "Arwez - This rune means change, convulsion and the power of movement. This is shaped into the form of a gray diamond in a Rune Furnace.";
					next;
					mes "Teiwaz - This rune means perfect victory and the power of absolute solution. This is shaped into the form of a gold round in a Rune Furnace.";
					next;
					break;
				case 4:
					mes "Wunjo - This rune means intelligence and the power of wisdom. This is shaped into the form of an emerald star in a Rune Furnace.";
					next;
					mes "Jera - This rune means comfort and the power of rest. This is shaped into the form of a yellow round in a Rune Furnace.";
					next;
					mes "Nosiege - This rune means weakness and the power of attenuating. This is shaped into the form of a yellow fan-shape in a Rune Furnace.";
					next;
					mes "Ingz - This rune means disruption and the power of separation. This is shaped into the form of a violet diamond in a Rune Furnace.";
					next;
					mes "Fehu - This rune means attainment and the power of materialization. This is shaped into the form of a silver round in a Rune Furnace.";
					next;
					mes "Urj - This rune means destiny and the power of restriction. This is shaped into the form of a violet spiral line in a Rune Furnace.";
					next;
					break;
				case 5:
					close2;
					break;
				}
				break;
			case 3:
				if ((@job_rune_book3_1 > 0) && (@job_rune_book3_2 > 0) && (job_rune_edq == 8)) {
					set job_rune_edq,9;
				}else if ((@job_rune_book3_1 > 0) && (@job_rune_book3_2 > 0) && (job_rune_edq == 9)) {
					set job_rune_edq,10;
				}else if ((@job_rune_book3_1 > 0) && (@job_rune_book3_2 > 0) && (job_rune_edq == 10)) {
					set job_rune_edq,11;
				}
				break;
			}
			break;
		}
		close;
	}
	end;[/CODE]
}[/spoiler]
[/spoiler]
PS:
[b]Sorry if my  presentation isn't good. And sorry my bad English[/b] 
