Explorar o código

* Fixed minor bug with "viewpoint" 5th argument. (bugreport:6221)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16420 54d463be-8e91-2dee-dedb-b68131a5f0ec
og2 %!s(int64=13) %!d(string=hai) anos
pai
achega
10b125583f

+ 1 - 1
npc/re/jobs/3-2/minstrel.txt

@@ -8,7 +8,7 @@
 //===== Compatible With: ===================================== 
 //= Any rAthena SVN
 //===== Description: ========================================= 
-//= [AEGIS Conversion]
+//= [Translated from the Official]
 //= Job change Quest from Bard / Clown -> Minstrel.
 //===== Additional Comments: ================================= 
 //= 1.0 First Version.

+ 11 - 11
npc/re/jobs/3-2/royal_guard.txt

@@ -7,7 +7,7 @@
 //===== Compatible With: ===================================== 
 //= Any rAthena or brAthena SVN
 //===== Description: ========================================= 
-//= [AEGIS Conversion]
+//= [Translated from the Official]
 //= Job change Quest from Crusader / Paladin -> Royal Guard.
 //===== Additional Comments: ================================= 
 //= 1.0 First Version.
@@ -464,16 +464,16 @@ gl_church,158,100,0	script	#Clue of traces	111,4,4,{
 		if(job_royal == 4 && !countitem(6274)) {
 			specialeffect2 EF_FREEZE;
 			mes "I can feel strong power around here. It would be better to explore around here.";
-			viewpoint 1,173,88 ,1, "0xFFFF00";
-			viewpoint 1,158,103,2, "0xFFFF00";
-			viewpoint 1,139,90 ,3, "0xFFFF00";
-			viewpoint 1,126,62 ,4, "0xFFFF00";
-			viewpoint 1,148,5  ,5, "0xFFFF00";
-			viewpoint 1,185,72 ,6, "0xFFFF00";
-			viewpoint 1,211,94 ,7, "0xFFFF00";
-			viewpoint 1,185,125,8, "0xFFFF00";
-			viewpoint 1,143,125,9, "0xFFFF00";
-			viewpoint 1,105,115,10,"0xFFFF00";
+			viewpoint 1,173,88 ,1, 0xFFFF00;
+			viewpoint 1,158,103,2, 0xFFFF00;
+			viewpoint 1,139,90 ,3, 0xFFFF00;
+			viewpoint 1,126,62 ,4, 0xFFFF00;
+			viewpoint 1,148,5  ,5, 0xFFFF00;
+			viewpoint 1,185,72 ,6, 0xFFFF00;
+			viewpoint 1,211,94 ,7, 0xFFFF00;
+			viewpoint 1,185,125,8, 0xFFFF00;
+			viewpoint 1,143,125,9, 0xFFFF00;
+			viewpoint 1,105,115,10,0xFFFF00;
 			close;
 		}
 }

+ 1 - 1
npc/re/jobs/3-2/sorcerer.txt

@@ -8,7 +8,7 @@
 //===== Compatible With: ===================================== 
 //= Any rAthena SVN
 //===== Description: ========================================= 
-//= [AEGIS Conversion]
+//= [Translated from the Official]
 //= Job change Quest from Sage / Professor -> Sorcerer.
 //===== Additional Comments: ================================= 
 //= 1.0 First Version.

+ 1 - 1
npc/re/jobs/3-2/sura.txt

@@ -8,7 +8,7 @@
 //===== Compatible With: ===================================== 
 //= Any rAthena SVN
 //===== Description: ========================================= 
-//= [AEGIS Conversion]
+//= [Translated from the Official]
 //= Job change Quest from Monk / Champion -> Sura.
 //===== Additional Comments: ================================= 
 //= 1.0 First Version.