* 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
This commit is contained in:
og2 2012-07-12 20:58:16 +00:00
parent 82574fecfe
commit 10b125583f
4 changed files with 14 additions and 14 deletions

View File

@ -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.

View File

@ -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;
}
}

View File

@ -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.

View File

@ -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.