* Fixed warning in star gladiator job test.

* Fixed error in assassin job test (missing ;)


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11729 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
L0ne_W0lf 2007-11-13 08:50:50 +00:00
parent e12b04e850
commit 6f05d79ec2
3 changed files with 7 additions and 3 deletions

View File

@ -1,5 +1,8 @@
Date Added Date Added
====== ======
2007/11/14
* Rev. 11729 Fixed warning in star gladiator job test. [L0ne_W0lf]
* Fixed error in assassin job test (missing ;)
2007/11/13 2007/11/13
* Deleted unused variables in some Job Quest (2-1 & 2-2). [Samuray22] * Deleted unused variables in some Job Quest (2-1 & 2-2). [Samuray22]
-Thanks to Ai4rei -Thanks to Ai4rei

View File

@ -36,6 +36,7 @@
//= 2.7 Several bugfixes with the help of Samuray22 and Barron-Monster. [L0ne_W0lf] //= 2.7 Several bugfixes with the help of Samuray22 and Barron-Monster. [L0ne_W0lf]
//= 2.8 Removed duplicate warps. [L0ne_W0lf] //= 2.8 Removed duplicate warps. [L0ne_W0lf]
//= 2.8a Deleted unused variables. [Samuray22] //= 2.8a Deleted unused variables. [Samuray22]
//= 2.8b Fixed error caused in last updated, removed useless variable 'joblvl'. [L0ne_W0lf]
//============================================================ //============================================================
in_moc_16,19,33,1 script Guildsman#asn 55,{ in_moc_16,19,33,1 script Guildsman#asn 55,{
@ -591,8 +592,7 @@ OnTouch:
next; next;
mes "[Assassin 'Khai']"; mes "[Assassin 'Khai']";
mes "Fill out the application form with your name and job level."; mes "Fill out the application form with your name and job level.";
next nextl
set joblvl,JobLevel;
mes "[Assassin 'Khai']"; mes "[Assassin 'Khai']";
mes "" + strcharinfo(0) + "?"; mes "" + strcharinfo(0) + "?";
mes "That's your name?"; mes "That's your name?";

View File

@ -16,6 +16,7 @@
//= 1.0 Optimized, updated [Lupus] //= 1.0 Optimized, updated [Lupus]
//= 1.1 Updated to the Aegis Standards. [Samuray22] //= 1.1 Updated to the Aegis Standards. [Samuray22]
//= 1.1a Corrected a minor error respect to the header. [Samuray22] //= 1.1a Corrected a minor error respect to the header. [Samuray22]
//= 1.1b Corrected NPC name length warning. [L0ne_W0lf]
//============================================================ //============================================================
@ -347,7 +348,7 @@ OnTouch:
close; close;
} }
comodo,172,230,5 script Wandering Master#job_star 730,{ comodo,172,230,5 script Wandering Master#job_sta 730,{
if (Class == Job_Taekwon) { if (Class == Job_Taekwon) {
if (STGL_Q == 1) { if (STGL_Q == 1) {
mes "[Moogang]"; mes "[Moogang]";