summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
Diffstat (limited to 'npc')
-rw-r--r--npc/Changelog.txt6
-rw-r--r--npc/guild2/arug_cas02.txt5
-rw-r--r--npc/guild2/arug_cas03.txt5
-rw-r--r--npc/guild2/arug_cas04.txt5
-rw-r--r--npc/guild2/arug_cas05.txt5
-rw-r--r--npc/merchants/refine.txt5
-rw-r--r--npc/quests/quests_airship.txt5
-rw-r--r--npc/quests/thana_quest.txt12
8 files changed, 32 insertions, 16 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt
index 6e42cb978..9f11de0a1 100644
--- a/npc/Changelog.txt
+++ b/npc/Changelog.txt
@@ -1,5 +1,11 @@
Date Added
======
+2008/09/18
+ * Rev. 13219 Slew of bugreport fixage. Figured I should do something. [L0ne_W0lf]
+ * Fixed copy/paste errors in Aru castles. (bugreport:2012)
+ * Updated Trans-only warp in thanatos tower. (bugreport:2227)
+ * Fixed improper variable in airship quest (bugreport:2238)
+ * Fixed a minor bug in updated repairmain. (bugreport:2245)
2008/09/15
* Rev. 13216 Corrected a typo in Sleinpr seal quest. (bugreport:2234) [L0ne_W0lf]
2008/09/14
diff --git a/npc/guild2/arug_cas02.txt b/npc/guild2/arug_cas02.txt
index 4505dc66b..b9ef36da3 100644
--- a/npc/guild2/arug_cas02.txt
+++ b/npc/guild2/arug_cas02.txt
@@ -3,7 +3,7 @@
//===== By: ==================================================
//= L0ne_W0lf
//===== Current Version: =====================================
-//= 1.7
+//= 1.8
//===== Compatible With: =====================================
//= eAthena SVN
//===== Description: =========================================
@@ -20,6 +20,7 @@
//= 1.5 Fixed error with control devices. [L0ne_W0lf]
//= 1.6 Two small fixes. (aegis carry-overs) [L0ne_W0lf]
//= 1.7 Another two fixes [Yommy]
+//= 1.8 Corrected copy/paste error. [L0ne_W0lf]
//============================================================
arug_cas02,1,1,0 script Manager#aru02_02 111,{
@@ -1467,7 +1468,7 @@ arug_cas02,143,228,0 script Control Device01#aru02 111,{
donpcevent "#aru02_RL01::OnEnable";
disablenpc "Control Device01#aru02";
mapannounce "arug_cas02","The 1st Fortress Gate has been reconstructed!",bc_map,"0x00ff00";
- setarray $agit_ar01[2],0;
+ setarray $agit_ar02[2],0;
end;
}
else {
diff --git a/npc/guild2/arug_cas03.txt b/npc/guild2/arug_cas03.txt
index 0578f2aa2..72de5f541 100644
--- a/npc/guild2/arug_cas03.txt
+++ b/npc/guild2/arug_cas03.txt
@@ -3,7 +3,7 @@
//===== By: ==================================================
//= L0ne_W0lf
//===== Current Version: =====================================
-//= 1.5
+//= 1.6
//===== Compatible With: =====================================
//= eAthena SVN
//===== Description: =========================================
@@ -19,6 +19,7 @@
//= Treasure will now be killed before spawning.
//= Should take care of event-not-found error.
//= 1.5 Fixed error with control devices. [L0ne_W0lf]
+//= 1.6 Corrected copy/paste error. [L0ne_W0lf]
//============================================================
arug_cas03,1,1,0 script Manager#aru03_02 111,{
@@ -1466,7 +1467,7 @@ arug_cas03,136,158,0 script Control Device01#aru03 111,{
donpcevent "#aru03_RL01::OnEnable";
disablenpc "Control Device01#aru03";
mapannounce "arug_cas03","The 1st Fortress Gate has been reconstructed!",bc_map,"0x00ff00";
- setarray $agit_ar01[2],0;
+ setarray $agit_ar03[2],0;
end;
}
else {
diff --git a/npc/guild2/arug_cas04.txt b/npc/guild2/arug_cas04.txt
index c863a4aae..c2c45f6a5 100644
--- a/npc/guild2/arug_cas04.txt
+++ b/npc/guild2/arug_cas04.txt
@@ -3,7 +3,7 @@
//===== By: ==================================================
//= L0ne_W0lf
//===== Current Version: =====================================
-//= 1.5
+//= 1.6
//===== Compatible With: =====================================
//= eAthena SVN
//===== Description: =========================================
@@ -18,6 +18,7 @@
//= Made it so treasure won't spawn if castle is empty.
//= Treasure will now be killed before spawning.
//= 1.5 Fixed error with control devices. [L0ne_W0lf]
+//= 1.6 Corrected copy/paste error. [L0ne_W0lf]
//============================================================
arug_cas04,1,1,0 script Manager#aru04_02 111,{
@@ -1465,7 +1466,7 @@ arug_cas04,143,158,0 script Control Device01#aru04 111,{
donpcevent "#aru04_RL01::OnEnable";
disablenpc "Control Device01#aru04";
mapannounce "arug_cas04","The 1st Fortress Gate has been reconstructed!",bc_map,"0x00ff00";
- setarray $agit_ar01[2],0;
+ setarray $agit_ar04[2],0;
end;
}
else {
diff --git a/npc/guild2/arug_cas05.txt b/npc/guild2/arug_cas05.txt
index ab23d11b0..3f5c767b6 100644
--- a/npc/guild2/arug_cas05.txt
+++ b/npc/guild2/arug_cas05.txt
@@ -3,7 +3,7 @@
//===== By: ==================================================
//= L0ne_W0lf
//===== Current Version: =====================================
-//= 1.5
+//= 1.6
//===== Compatible With: =====================================
//= eAthena SVN
//===== Description: =========================================
@@ -18,6 +18,7 @@
//= Made it so treasure won't spawn if castle is empty.
//= Treasure will now be killed before spawning.
//= 1.5 Fixed error with control devices. [L0ne_W0lf]
+//= 1.6 Corrected copy/paste error. [L0ne_W0lf]
//============================================================
arug_cas05,1,1,0 script Manager#aru05_02 111,{
@@ -1465,7 +1466,7 @@ arug_cas05,136,158,0 script Control Device01#aru05 111,{
donpcevent "#aru05_RL01::OnEnable";
disablenpc "Control Device01#aru05";
mapannounce "arug_cas05","The 1st Fortress Gate has been reconstructed!",bc_map,"0x00ff00";
- setarray $agit_ar01[2],0;
+ setarray $agit_ar05[2],0;
end;
}
else {
diff --git a/npc/merchants/refine.txt b/npc/merchants/refine.txt
index 70fe71181..4b9a34d23 100644
--- a/npc/merchants/refine.txt
+++ b/npc/merchants/refine.txt
@@ -3,7 +3,7 @@
//===== By: ==================================================
//= Syrus22 (1.1) dafide18 (1.4) Skotlex (1.5)
//===== Current Version: =====================================
-//= 2.5
+//= 2.7a
//===== Compatible With: =====================================
//= Any Athena Version
//===== Description: =========================================
@@ -49,6 +49,7 @@
//= 2.7 Refiner function accepts additional paramater. [L0ne_W0lf]
//= 0 = No special features; 1 = new refining features
//= Updated Repairmen and function. No longer shows menu.
+//= 2.76a A couple touch-ups to the repairman function. [L0ne_w0lf]
//============================================================
@@ -943,6 +944,7 @@ function script repairmain {
}
set .@checkitem,.@checkitem+1;
}
+ set .@checkitem,.@checkitem-1;
if (!.@checkitem) {
mes "["+getarg(0)+"]";
mes "Oh wow, this is incredible!";
@@ -978,6 +980,7 @@ function script repairmain {
}
set .@checkitem2,.@checkitem2+1;
}
+ set .@checkitem2,.@checkitem2-1;
if (.@checkitem == .@checkitem2) {
set zeny,zeny-.@totalcost;
while (.@checkitem) {
diff --git a/npc/quests/quests_airship.txt b/npc/quests/quests_airship.txt
index 0be42cafa..116e27f49 100644
--- a/npc/quests/quests_airship.txt
+++ b/npc/quests/quests_airship.txt
@@ -3,7 +3,7 @@
//===== By: ==================================================
// Samuray22
//===== Current Version: =====================================
-//= 1.3a
+//= 1.4
//===== Compatible With: =====================================
//= eAthena SVN
//===== Description: =========================================
@@ -20,6 +20,7 @@
//= understand. [SinSloth]
//= 1.3 Corrected NPC names to fall within proper restrictions. [L0ne_W0lf]
//= 1.3a Corrected a Typo error ";;". [Samuray22]
+//= 1.4 Fixed incorrect variable type used. [L0ne_W0lf]
//============================================================
//=======================================================================================================//
@@ -267,7 +268,7 @@ airplane,47,61,1 script Crewman 833,{
close;
}
}
- } else if(@kain_ticket==3) {
+ } else if(kain_ticket==3) {
mes "[Kain Himere]";
mes "Oh, how are you?";
mes "Right, there's a favor I have to ask of you. Where are you heading?";
diff --git a/npc/quests/thana_quest.txt b/npc/quests/thana_quest.txt
index 75e496b2d..cb9f7fac4 100644
--- a/npc/quests/thana_quest.txt
+++ b/npc/quests/thana_quest.txt
@@ -3,7 +3,7 @@
//===== By: ==================================================
//= [Ishizu-chan]
//===== Current Version: =====================================
-//= 1.9
+//= 2.0
//===== Compatible With: =====================================
//= Any eAthena Version i guess?
//===== Description: =========================================
@@ -21,6 +21,7 @@
//= 1.7 Fixed a minor bug with prevented code part from reseting properly. [SinSloth]
//= 1.8 Corrected NPC names to fall within proper restrictions. [L0ne_W0lf]
//= 1.9 Fixed a bug in the last event which allowed an exploit after the first summoning. [SinSloth]
+//= 2.0 Cleaned up the trans-only check, and added expanded classes. [L0ne_W0lf]
//============================================================
hu_fild01,140,163,5 script Tower Keeper 852,3,3,{
@@ -2589,10 +2590,11 @@ OnThanaDead:
}
tha_t06,119,120,0 script thana6-7 45,1,1,{
-
- if((Class == Job_Lord_Knight) || (Class == Job_High_Priest) || (Class == Job_High_Wizard) || (Class == Job_Whitesmith) || (Class == Job_Sniper) || (Class == Job_Assassin_Cross) || (Class == Job_High_Wizard) || (Class == Job_Lord_Knight2) || (Class == Job_Paladin) || (Class == Job_Champion) || (Class == Job_Professor) || (Class == Job_Stalker) || (Class == Job_Creator) || (Class == Job_Clown) || (Class == Job_Gypsy) || (Class == Job_Paladin2)) warp "thana_step",69,369;
- else
- {
+ if (((Upper == 1) && ((Class > Job_Thief_High) && (Class < Job_Baby))) || (((Class == Job_Gunslinger) || (Class == Job_Ninja) || (BaseClass == Job_Taekwon)) && (BaseLevel >= 95))) {
+ warp "thana_step",69,369;
+ end;
+ }
+ else {
mes "^3355FFAn overwhelming force";
mes "acts against you, preventing";
mes "you from proceeding this way...^000000";