Browse Source

* Added Kagerou/Oboro support to Ninja Quests and Kunai Merchant (credits to insarius)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16816 54d463be-8e91-2dee-dedb-b68131a5f0ec
euphyy 12 years ago
parent
commit
e0b316216f
2 changed files with 10 additions and 9 deletions
  1. 3 2
      npc/merchants/kunai_maker.txt
  2. 7 7
      npc/quests/ninja_quests.txt

+ 3 - 2
npc/merchants/kunai_maker.txt

@@ -3,7 +3,7 @@
 //===== By: ==================================================
 //===== By: ==================================================
 //= rAthena dev team
 //= rAthena dev team
 //===== Current Version: =====================================
 //===== Current Version: =====================================
-//= 1.3
+//= 1.3a
 //===== Compatible With: =====================================
 //===== Compatible With: =====================================
 //= rAthena SVN
 //= rAthena SVN
 //===== Description: =========================================
 //===== Description: =========================================
@@ -15,10 +15,11 @@
 //= 1.1 Officialized script [Playtester]
 //= 1.1 Officialized script [Playtester]
 //= 1.2a Optimized/cleaned up a bit [ultramage]
 //= 1.2a Optimized/cleaned up a bit [ultramage]
 //= 1.3 Updated to match AEGIS script. [Kisuka]
 //= 1.3 Updated to match AEGIS script. [Kisuka]
+//= 1.3a Kagerou/Oboro support (BaseJob -> BaseClass) [Euphy]
 //============================================================
 //============================================================
 
 
 que_ng,72,29,3	script	Kunai Merchant Kashin	83,{
 que_ng,72,29,3	script	Kunai Merchant Kashin	83,{
-	if(BaseJob == Job_Ninja) {
+	if(BaseClass == Job_Ninja) {
 		mes "[Kashin]";
 		mes "[Kashin]";
 		mes "I am Kashin, distributor";
 		mes "I am Kashin, distributor";
 		mes "of Kunai for Ninjas. Take";
 		mes "of Kunai for Ninjas. Take";

+ 7 - 7
npc/quests/ninja_quests.txt

@@ -3,7 +3,7 @@
 //===== By: ==================================================
 //===== By: ==================================================
 //= Playtester
 //= Playtester
 //===== Current Version: =====================================
 //===== Current Version: =====================================
-//= 1.2
+//= 1.2a
 //===== Compatible With: =====================================
 //===== Compatible With: =====================================
 //= rAthena SVN
 //= rAthena SVN
 //===== Description: =========================================
 //===== Description: =========================================
@@ -12,12 +12,12 @@
 //= 1.0 Ninja Arm Guards only yet [Playtester]
 //= 1.0 Ninja Arm Guards only yet [Playtester]
 //= 1.1 Added Kaibara [Playtester]
 //= 1.1 Added Kaibara [Playtester]
 //= 1.2 Added Tetsu [Playtester]
 //= 1.2 Added Tetsu [Playtester]
-//  (original NPC Taitsu was made by Auron)
+//= 1.2a Kagerou/Oboro support (BaseJob -> BaseClass) [Euphy]
 //============================================================
 //============================================================
 
 
 que_ng,28,50,3	script	Boshuu	709,{
 que_ng,28,50,3	script	Boshuu	709,{
 
 
-	if (BaseJob != Job_Ninja){
+	if (BaseClass != Job_Ninja){
 		mes "[Boshuu]";
 		mes "[Boshuu]";
 		mes "I'm the best craftsman out of what people call the Three Craftsmen of Ninja Tools.";
 		mes "I'm the best craftsman out of what people call the Three Craftsmen of Ninja Tools.";
 		mes "They call me Murata Boshuu.";
 		mes "They call me Murata Boshuu.";
@@ -364,7 +364,7 @@ que_ng,28,50,3	script	Boshuu	709,{
 
 
 que_ng,28,45,3	script	Basshu	86,{
 que_ng,28,45,3	script	Basshu	86,{
 
 
-	if(BaseJob != Job_Ninja){
+	if(BaseClass != Job_Ninja){
 		mes "[Basshu]";
 		mes "[Basshu]";
 		mes "I am one of the brothers of the three brothers in charge of crafting shields in the east named Murata Basshu";
 		mes "I am one of the brothers of the three brothers in charge of crafting shields in the east named Murata Basshu";
 		next;
 		next;
@@ -715,7 +715,7 @@ que_ng,28,45,3	script	Basshu	86,{
 
 
 que_ng,27,18,3	script	Toshu	709,{
 que_ng,27,18,3	script	Toshu	709,{
 	
 	
-	if(BaseJob != Job_Ninja){
+	if(BaseClass != Job_Ninja){
 		mes "[Toshu]";
 		mes "[Toshu]";
 		mes "How are you~";
 		mes "How are you~";
 		mes "My young friend~";
 		mes "My young friend~";
@@ -847,7 +847,7 @@ que_ng,27,18,3	script	Toshu	709,{
 
 
 que_ng,72,34,3	script	Craftsman Kaibara	847,{
 que_ng,72,34,3	script	Craftsman Kaibara	847,{
 
 
-	if (BaseJob != Job_Ninja){
+	if (BaseClass != Job_Ninja){
 		mes "[Kaibara]";
 		mes "[Kaibara]";
 		mes "I am a Craftsman called Kaibara";
 		mes "I am a Craftsman called Kaibara";
 		mes "I create weapons for Ninjas.";
 		mes "I create weapons for Ninjas.";
@@ -1127,7 +1127,7 @@ que_ng,72,34,3	script	Craftsman Kaibara	847,{
 que_ng,22,62,3	script	Tetsu	709,{
 que_ng,22,62,3	script	Tetsu	709,{
 
 
 	mes "[Tetsu]";
 	mes "[Tetsu]";
-	if(BaseJob != Job_Ninja){
+	if(BaseClass != Job_Ninja){
 		mes "I'm The Craftman of Fuuma Ninjas called Tetsu.";
 		mes "I'm The Craftman of Fuuma Ninjas called Tetsu.";
 		next;
 		next;
 		mes "[Tetsu]";
 		mes "[Tetsu]";