summaryrefslogtreecommitdiff
path: root/npc/jobs/2-2
diff options
context:
space:
mode:
authorsamuray22 <samuray22@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-11-12 13:47:54 +0000
committersamuray22 <samuray22@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-11-12 13:47:54 +0000
commit2164720f551bc4516cf60d794ca26f8796860515 (patch)
treeded011a816cfa395c7d14117235aa008382b4b9a /npc/jobs/2-2
parent75c188cc517d0111855c94987fd4e583b6b24b8a (diff)
downloadhercules-2164720f551bc4516cf60d794ca26f8796860515.tar.gz
hercules-2164720f551bc4516cf60d794ca26f8796860515.tar.bz2
hercules-2164720f551bc4516cf60d794ca26f8796860515.tar.xz
hercules-2164720f551bc4516cf60d794ca26f8796860515.zip
* Deleted unused variables in some Job Quest (2-1 & 2-2).
-Thanks to Ai4rei git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11726 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/jobs/2-2')
-rw-r--r--npc/jobs/2-2/crusader.txt6
-rw-r--r--npc/jobs/2-2/dancer.txt4
-rw-r--r--npc/jobs/2-2/monk.txt4
-rw-r--r--npc/jobs/2-2/rogue.txt8
-rw-r--r--npc/jobs/2-2/sage.txt4
5 files changed, 11 insertions, 15 deletions
diff --git a/npc/jobs/2-2/crusader.txt b/npc/jobs/2-2/crusader.txt
index 588650ba1..d3c17ec83 100644
--- a/npc/jobs/2-2/crusader.txt
+++ b/npc/jobs/2-2/crusader.txt
@@ -4,7 +4,7 @@
//= Made by: Black Dragon
//= Converted by: Shin
//===== Current Version: =====================================
-//= 2.9
+//= 2.9a
//===== Compatible With: =====================================
//= eAthena SVN
//===== Description: =========================================
@@ -27,6 +27,7 @@
//= 2.7 Fixed Some variables like ".@item", and changed to "@item". [Samuray22]
//= 2.8 Fixed a little minor bug. [Samuray22]
//= 2.9 Minor fixes, typos, an incorrect answer. Thanks to yyCC. [L0ne_W0lf]
+//= 2.9a Deleted unused variables. [Samuray22]
//============================================================
@@ -505,8 +506,7 @@ prt_church,95,127,3 script Crusader 745,{
mes "Listen carefully, and";
mes "choose the correct answer.";
next;
-C_Questions:
- set .@cru_t,0;
+C_Questions:
set .@cru_m,rand(1,3);
if (.@cru_m == 1) {
mes "[Gabriel Valentine]";
diff --git a/npc/jobs/2-2/dancer.txt b/npc/jobs/2-2/dancer.txt
index 0dfe76990..d568f5f39 100644
--- a/npc/jobs/2-2/dancer.txt
+++ b/npc/jobs/2-2/dancer.txt
@@ -4,7 +4,7 @@
//= Kalen - Original jAthena
//= Fredzilla - Converted, Lupus
//===== Current Version: =====================================
-//= 3.2
+//= 3.2a
//===== Compatible With: =====================================
//= eAthena SVN
//===== Description: =========================================
@@ -13,6 +13,7 @@
//===== Additional Comments: =================================
//= 3.2 Rescripted to Aegis 10.3 stadards. [L0ne_W0lf]
//= No longer uses function "F_BlockHigh"
+//= 3.2a Deleted unused variables. [Samuray22]
//============================================================
comodo,180,153,4 script Sonotora#1 90,{
@@ -151,7 +152,6 @@ job_duncer,43,93,4 script Aile#da 724,{
next;
if (select("Fill out the application.:I'll pass.") == 1) {
if (JobLevel > 39) {
- set name,PcName;
cutin "job_dancer_eir02",2;
mes "[Aile]";
mes "Good choice!!";
diff --git a/npc/jobs/2-2/monk.txt b/npc/jobs/2-2/monk.txt
index 47bd038eb..2f031c4f9 100644
--- a/npc/jobs/2-2/monk.txt
+++ b/npc/jobs/2-2/monk.txt
@@ -3,7 +3,7 @@
//===== By: ==================================================
//= Dino9021, Edited / Translated by Celest
//===== Current Version: =====================================
-//= 2.3
+//= 2.3a
//===== Compatible With: =====================================
//= eAthena SVN
//===== Description: =========================================
@@ -13,6 +13,7 @@
//= 2.2 Rescripted to Aegis 10.3 stadards. [L0ne_W0lf]
//= No longer uses function "F_BlockHigh"
//= 2.3 Corrected NPC names to fall within proper restrictions. [L0ne_W0lf]
+//= 2.3a Deleted unused variables. [Samuray22]
//============================================================
prt_monk,59,247,1 script Guarding Monk#mk 120,6,2,{
@@ -1950,7 +1951,6 @@ prt_monk,199,169,3 script Door Keeper#mk 746,{
close;
}
else if (MONK_Q > 14 && MONK_Q < 25) {
- set name,PcName;
mes "[Keeper Chorip]";
mes "Is your name " + strcharinfo(0) + "?";
next;
diff --git a/npc/jobs/2-2/rogue.txt b/npc/jobs/2-2/rogue.txt
index f29337fe1..1e1cf0569 100644
--- a/npc/jobs/2-2/rogue.txt
+++ b/npc/jobs/2-2/rogue.txt
@@ -3,7 +3,7 @@
//===== By: ==================================================
//= kobra_k88
//===== Current Version: =====================================
-//= 2.4
+//= 2.4a
//===== Compatible With: =====================================
//= eAthena SVN
//===== Description: =========================================
@@ -12,6 +12,7 @@
//===== Additional Comments: =================================
//= 2.4 Rescripted to Aegis 10.3 stadards. [L0ne_W0lf]
//= No longer uses function "F_BlockHigh"
+//= 2.4a Deleted unused variables. [Samuray22]
//============================================================
morocc,100,104,1 script Thug#rg 118,{
@@ -967,7 +968,6 @@ OnTouch:
mes "Who would dare";
mes "intrude my territory?";
next;
- set rogue_t,0;
switch(select("My father:Aragham:Aragon:Legolas")) {
case 1:
mes "[" + strcharinfo(0) + "]";
@@ -1038,8 +1038,6 @@ OnTouch:
mes "Who would dare";
mes "intrude my territory?";
next;
- set name,PcName;
- set rogue_t,0;
switch(select("My father:Aragham:Aragon:Legolas")) {
case 1:
mes "[" + strcharinfo(0) + "]";
@@ -1110,8 +1108,6 @@ OnTouch:
mes "Who would dare";
mes "intrude my territory?";
next;
- set name,PcName;
- set rogue_t,0;
switch(select("Anntonio:Aragham:Antonio:Hollgrehenn")) {
case 1:
mes "[" + strcharinfo(0) + "]";
diff --git a/npc/jobs/2-2/sage.txt b/npc/jobs/2-2/sage.txt
index e22eab91f..ccf7bf69a 100644
--- a/npc/jobs/2-2/sage.txt
+++ b/npc/jobs/2-2/sage.txt
@@ -5,7 +5,7 @@
//= Unknown Translator (1.0)
//= Darkchild (1.2)
//===== Current Version: =====================================
-//= 2.3
+//= 2.4a
//===== Compatible With: =====================================
//= eAthena SVN
//===== Description: =========================================
@@ -18,6 +18,7 @@
//= 2.2b ANotehr smaLL bugfix, pointed out by Cara. [L0ne_W0lf]
//= 2.3 Corrected NPC names to fall within proper restrictions. [L0ne_W0lf]
//= 2.4 Fixes bug with first room monsters not being reset. [L0ne_W0lf]
+//= 2.4a Deleted unused variables. [Samuray22]
//============================================================
yuno_in02,38,61,5 script Dean of the Academy#sa 743,{
@@ -991,7 +992,6 @@ L_AskQuestions:
mes "Each correct answer will give you 5 points. When your score reaches 80 points, you pass the test.";
next;
set sage_m2,rand(1,3);
- set sage_t,0;
mes "[Claytos Verdo]";
mes "Okay, there's no need to wait.";
mes "Answer immediately, or I'll fail you again.";