summaryrefslogtreecommitdiff
path: root/npc/guild/aldeg
diff options
context:
space:
mode:
authorL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-06-25 20:22:54 +0000
committerL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-06-25 20:22:54 +0000
commitb9d1f960e3f6261084b410abc3bd7ec786366480 (patch)
treeaab1d3cce9c9fce1fbfb6dcec56663764c325f5b /npc/guild/aldeg
parentd9b39777045e3bcd47e7eb2d6c157be26fb1c34d (diff)
downloadhercules-b9d1f960e3f6261084b410abc3bd7ec786366480.tar.gz
hercules-b9d1f960e3f6261084b410abc3bd7ec786366480.tar.bz2
hercules-b9d1f960e3f6261084b410abc3bd7ec786366480.tar.xz
hercules-b9d1f960e3f6261084b410abc3bd7ec786366480.zip
* Rather large Kafra update. (May need further testing)
- Updated a good portion of the kafra functions. - Added proper dialog for most functions. - Updated guild Kafras and some o f their locations. * Updated all Guide NPCs. They are now mostly 100% official. - Renamed some of the old files to make them look better, IE: yun to juno. - Added Kunlun and Ayotaya guides. * Added the Einbech tool Dealer since it seemed to had gotten lost when I updated shops. * Updated Dye Maker and Hair Dyer to official. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10810 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/guild/aldeg')
-rw-r--r--npc/guild/aldeg/aldeg_kafras.txt25
1 files changed, 13 insertions, 12 deletions
diff --git a/npc/guild/aldeg/aldeg_kafras.txt b/npc/guild/aldeg/aldeg_kafras.txt
index 80c429a02..d14fa17f7 100644
--- a/npc/guild/aldeg/aldeg_kafras.txt
+++ b/npc/guild/aldeg/aldeg_kafras.txt
@@ -4,58 +4,59 @@
//= jAthena - kalen (1.0)
//= 1.1 by Akaru, ho|yAnge|X, and Valaris
//===== Current Version: =====================================
-//= 1.2
+//= 1.3
//===== Compatible With: =====================================
//= eAthena 0.1+; RO Episode 4+
//===== Description: =========================================
-//= Provides Kafra services for guild members of Al De Baran Castles.
+//= Provides Kafra Staffs for guild members of Al De Baran Castles.
//= Used in conjuction with function F_Kafra.
//===== Additional Comments: =================================
//= v1.2 Optimized with functions.[kobra_k88]
+//= v1.3 Changed "Kafra Service" to "Kafra Staff" [L0ne_W0lf]
//============================================================
// Castle 1 ===============================================
-aldeg_cas01,218,170,0 script Kafra Service#A01 117,{
+aldeg_cas01,218,170,0 script Kafra Staff#A01 117,{
callfunc "F_GKafra", "aldeg_cas01", "Al De Baran";
end;
OnRecvCastleA01:
- if (GetCastleData("aldeg_cas01",9) < 1) disablenpc "Kafra Service#A01";
+ if (GetCastleData("aldeg_cas01",9) < 1) disablenpc "Kafra Staff#A01";
end;
}
// Castle 2 ===============================================
-aldeg_cas02,84,74,0 script Kafra Service#A02 117,{
+aldeg_cas02,84,74,0 script Kafra Staff#A02 117,{
callfunc "F_GKafra", "aldeg_cas02", "Al De Baran";
end;
OnRecvCastleA02:
- if (GetCastleData("aldeg_cas02",9) < 1) disablenpc "Kafra Service#A02";
+ if (GetCastleData("aldeg_cas02",9) < 1) disablenpc "Kafra Staff#A02";
end;
}
// Castle 3 ===============================================
-aldeg_cas03,118,76,0 script Kafra Service#A03 117,{
+aldeg_cas03,118,76,0 script Kafra Staff#A03 117,{
callfunc "F_GKafra", "aldeg_cas03", "Al De Baran";
end;
OnRecvCastleA03:
- if (GetCastleData("aldeg_cas03",9) < 1) disablenpc "Kafra Service#A03";
+ if (GetCastleData("aldeg_cas03",9) < 1) disablenpc "Kafra Staff#A03";
end;
}
// Castle 4 ===============================================
-aldeg_cas04,45,88,0 script Kafra Service#A04 117,{
+aldeg_cas04,45,88,0 script Kafra Staff#A04 117,{
callfunc "F_GKafra", "aldeg_cas04", "Al De Baran";
end;
OnRecvCastleA04:
- if (GetCastleData("aldeg_cas04",9) < 1) disablenpc "Kafra Service#A04";
+ if (GetCastleData("aldeg_cas04",9) < 1) disablenpc "Kafra Staff#A04";
end;
}
// Castle 5 ===============================================
-aldeg_cas05,31,190,0 script Kafra Service#A05 117,{
+aldeg_cas05,31,190,0 script Kafra Staff#A05 117,{
callfunc "F_GKafra", "aldeg_cas05", "Al De Baran";
end;
OnRecvCastleA05:
- if (GetCastleData("aldeg_cas05",9) < 1) disablenpc "Kafra Service#A05";
+ if (GetCastleData("aldeg_cas05",9) < 1) disablenpc "Kafra Staff#A05";
end;
}