diff options
author | shadow <shadow@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-06-13 10:13:14 +0000 |
---|---|---|
committer | shadow <shadow@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-06-13 10:13:14 +0000 |
commit | 8605b217a7e1c6ed424a8cdf6a987502e4cd6917 (patch) | |
tree | afc1e3f1f8262e9d7cb2d4c57221b99d7f32a65c /npc/quests/skills/monk_skills.txt | |
parent | 578d813efbb35403bc477c5b876e509715ada52e (diff) | |
download | hercules-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/skills/monk_skills.txt')
-rw-r--r-- | npc/quests/skills/monk_skills.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/quests/skills/monk_skills.txt b/npc/quests/skills/monk_skills.txt index 6a915efe5..281889344 100644 --- a/npc/quests/skills/monk_skills.txt +++ b/npc/quests/skills/monk_skills.txt @@ -25,7 +25,7 @@ prt_monk,270,198,3 script Apprentice Monk#qsk_mo 753,{ mes "to the end you wish to achieve."; close; } - if (MONK_SK == 6 && getskilllv(1015) == 0) { + if (MONK_SK == 6 && getskilllv("MO_KITRANSLATION") == 0) { mes "[Monk]"; mes "You've forgotten the"; mes "basics behind performing"; @@ -59,8 +59,8 @@ prt_monk,270,198,3 script Apprentice Monk#qsk_mo 753,{ mes "tap-tap-tap-tap-tap-tap-tap-tap- tap-tap-tap-tap-tap-tap-tap-tap-"; mes "tap-tap-tap-tap-tap-tap* *POKE*^000000"; set MONK_SK,7; - skill 1015,1,0; - skill 1016,1,0; + skill "MO_KITRANSLATION",1,0; + skill "MO_BALKYOUNG",1,0; next; mes "[Monk]"; mes "It is done. Please"; @@ -147,7 +147,7 @@ prt_monk,270,198,3 script Apprentice Monk#qsk_mo 753,{ mes "times, but it is a means to an"; mes "end, and not an end in itself."; set MONK_SK,3; - skill 1015,1,0; + skill "MO_KITRANSLATION",1,0; next; mes "[Monk]"; mes "Our skills should not be"; @@ -252,7 +252,7 @@ monk_test,316,69,5 script Monk#qsk_mo 823,{ mes "to do it since you've learned"; mes "Spiritual Endowment."; set MONK_SK,6; - skill 1016,1,0; + skill "MO_BALKYOUNG",1,0; next; mes "[Monk]"; mes "Well, we've completed"; |