summaryrefslogtreecommitdiff
path: root/npc/quests/first_class/tu_acolyte.txt
diff options
context:
space:
mode:
authorshadow <shadow@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-06-13 10:13:14 +0000
committershadow <shadow@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-06-13 10:13:14 +0000
commit8605b217a7e1c6ed424a8cdf6a987502e4cd6917 (patch)
treeafc1e3f1f8262e9d7cb2d4c57221b99d7f32a65c /npc/quests/first_class/tu_acolyte.txt
parent578d813efbb35403bc477c5b876e509715ada52e (diff)
downloadhercules-8605b217a7e1c6ed424a8cdf6a987502e4cd6917.tar.gz
hercules-8605b217a7e1c6ed424a8cdf6a987502e4cd6917.tar.bz2
hercules-8605b217a7e1c6ed424a8cdf6a987502e4cd6917.tar.xz
hercules-8605b217a7e1c6ed424a8cdf6a987502e4cd6917.zip
Converted skill commands integers to strings. Follow up on r12814
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12819 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/first_class/tu_acolyte.txt')
-rw-r--r--npc/quests/first_class/tu_acolyte.txt14
1 files changed, 7 insertions, 7 deletions
diff --git a/npc/quests/first_class/tu_acolyte.txt b/npc/quests/first_class/tu_acolyte.txt
index 0ed8a8575..244407f9d 100644
--- a/npc/quests/first_class/tu_acolyte.txt
+++ b/npc/quests/first_class/tu_acolyte.txt
@@ -285,7 +285,7 @@ prt_monk,230,106,3 script Asthe#tu 79,{
mes "HEAL !!";
unitskilluseid getcharid(3),28,10;
set tu_acolyte01, 3;
- if(getskilllv(28) == 0){
+ if(getskilllv("AL_HEAL") == 0){
getexp 0,100;
//misceffect EF_CONE;
}
@@ -296,7 +296,7 @@ prt_monk,230,106,3 script Asthe#tu 79,{
mes "think? I believe learning the basics is your most important";
mes "task for now.";
next;
- if(getskilllv(28) < 3){
+ if(getskilllv("AL_HEAL") < 3){
mes "[Asthe]";
mes "Well then, learn";
mes "the Heal skill up to";
@@ -346,7 +346,7 @@ prt_monk,230,106,3 script Asthe#tu 79,{
}
break;
case 4:
- if(getskilllv(28) > 2){
+ if(getskilllv("AL_HEAL") > 2){
if(countitem(1504) > 0){
mes "Oh my!";
mes "Welcome back~";
@@ -1053,12 +1053,12 @@ prt_monk,226,257,6 script Ill Girl#tu 93,{
close;
break;
case 2:
- if(getskilllv(34) == 0) goto L_NONE;
+ if(getskilllv("AL_BLESSING") == 0) goto L_NONE;
mes "["+strcharinfo(0)+"]";
mes "B...";
mes "Blessing!";
next;
- if(rand(100) < getskilllv(34)*10){
+ if(rand(100) < getskilllv("AL_BLESSING")*10){
//misceffect EF_BLESSING;
mes "["+strcharinfo(0)+"]";
mes "I...";
@@ -1083,7 +1083,7 @@ prt_monk,226,257,6 script Ill Girl#tu 93,{
}
break;
case 3:
- if(getskilllv(35) == 0) goto L_NONE;
+ if(getskilllv("AL_CURE") == 0) goto L_NONE;
mes "["+strcharinfo(0)+"]";
mes "C-Cure...!";
//misceffect EF_CURE;
@@ -1099,7 +1099,7 @@ prt_monk,226,257,6 script Ill Girl#tu 93,{
close;
break;
case 5:
- if(getskilllv(32) == 0) goto L_NONE;
+ if(getskilllv("AL_CRUCIS") == 0) goto L_NONE;
mes "["+strcharinfo(0)+"]";
mes "S-Signum...";
mes "Signum Crucis!";