浏览代码

* Fixed a Problem in Mage Quest. (bugreport:489)
* Change a "+ name +" to "+ strcharinfo +" in a jawaii NPC.
* Change to non-capital letters StarGladiator and SoulLinker Quests Name.

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

samuray22 17 年之前
父节点
当前提交
baa7b8a1ac
共有 3 个文件被更改,包括 9 次插入4 次删除
  1. 3 0
      npc/Changelog.txt
  2. 3 2
      npc/cities/jawaii.txt
  3. 3 2
      npc/jobs/1-1/mage.txt

+ 3 - 0
npc/Changelog.txt

@@ -1,6 +1,9 @@
 Date		Added
 ======
 2007/11/25
+	* Fixed a Problem in Mage Quest. (bugreport:489) [Samuray22]
+	* Change a "+ name +" to "+ strcharinfo +" in a jawaii NPC.
+	* Change to non-capital letters StarGladiator and SoulLinker Quests.
 	* Rev. 11802 Updated Super Novice Quest with iRO dialog. [L0ne_W0lf]
 	- Also restructured the NPCs significantly according to iRO's script.
 	* Rev. 11801 Updated Novice Potion exhanger and juice maker. [L0ne_W0lf]

+ 3 - 2
npc/cities/jawaii.txt

@@ -5,7 +5,7 @@
 //= DNett123 (1.1 - 1.5)
 //= L0ne_w0lf
 //===== Current Version: =====================================
-//= 3.3
+//= 3.3a
 //===== Compatible With: =====================================
 //= eAthena SVN
 //===== Description: =========================================
@@ -31,6 +31,7 @@
 //= 3.2 Reverted ispartneron() BACK to getpartnerid(). [L0ne_W0lf]
 //=	None of the NPCs need the player's partner to be online.
 //= 3.3 Just a small fix up on the Bartender. [L0ne_W0lf]
+//= 3.3a Just a little typo error. [Samuray22]
 //============================================================
 // Jawaii
 //============================================================
@@ -1140,7 +1141,7 @@ jawaii_in,43,115,0	script	Customer#jaw_1	97,{
 		next;
 		mes "^3355FFHe ordered a JJ special for me.^000000";
 		next;
-		mes "["+ name +"]";
+		mes "["+ strcharinfo(0) +"]";
 		mes "Damn...!";
 		mes "Damn! I will be";
 		mes "the one who laughs last!";

+ 3 - 2
npc/jobs/1-1/mage.txt

@@ -3,7 +3,7 @@
 //===== By: ================================================== 
 //= kobra_k88; L0ne_W0lf
 //===== Current Version: ===================================== 
-//= 1.7
+//= 1.7a
 //===== Compatible With: ===================================== 
 //= eAthena SVN
 //===== Description: ========================================= 
@@ -19,6 +19,7 @@
 //= 1.6 Merged back JFunc, CHANGED NUMBERS TO CONSTANTS [Lupus]
 //= 1.7 Rescripted to Aegis 10.3 stadards. [L0ne_W0lf]
 //=	No longer uses function "F_ToHigh"
+//= 1.7a Fixed a "If" in the quest. (bugreport:489) [Samuray22]
 //============================================================ 
 
 geffen_in,164,124,4	script	Mage Guildsman	123,{
@@ -164,7 +165,7 @@ geffen_in,164,124,4	script	Mage Guildsman	123,{
 			close;
 		}
 		else {
-			if (job_magician_q == 1 && countitem(1071) == 0) || (job_magician_q == 2 && countitem(1085) == 0 || job_magician_q == 3 && countitem(1086) == 0 || job_magician_q == 4 && countitem(1087) == 0) {
+			if ((job_magician_q == 1 && countitem(1071) == 0) || (job_magician_q == 2 && countitem(1085) == 0) || (job_magician_q == 3 && countitem(1086) == 0) || (job_magician_q == 4 && countitem(1087) == 0)) {
 				mes "Wait.";
 				mes "This isn't the";
 				mes "Solution I asked for!";