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/bard_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/bard_skills.txt')
-rw-r--r-- | npc/quests/skills/bard_skills.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/quests/skills/bard_skills.txt b/npc/quests/skills/bard_skills.txt index 14ee07108..91f62cc2a 100644 --- a/npc/quests/skills/bard_skills.txt +++ b/npc/quests/skills/bard_skills.txt @@ -381,7 +381,7 @@ OnTouch: morocc_in,169,72,7 script Spiteful-Looking Bard#bs 741,3,3,{ if (BaseJob == Job_Bard) { if (Class == Job_Clown && qskill_bard == 9) { - if (getskilllv(1010) != 0) { + if (getskilllv("BA_PANGVOICE") != 0) { mes "[Riott]"; mes "Geh heh heh~"; mes "Been making good use of"; @@ -435,7 +435,7 @@ morocc_in,169,72,7 script Spiteful-Looking Bard#bs 741,3,3,{ mes "confuse people and disrupt"; mes "control of their bodies. It's not^FFFFFF ^000000 a fatal skill, but it is effective"; mes "in mentally upsetting your enemy. Make very wise use of this skill."; - skill 1010,1,0; + skill "BA_PANGVOICE",1,0; close; } } @@ -488,7 +488,7 @@ morocc_in,169,72,7 script Spiteful-Looking Bard#bs 741,3,3,{ mes "spinning, head spinning...!''"; specialeffect2 295; // EF_TALK_FROSTJOKE delitem 7277,1; //Munak_Doll - skill 1010,1,0; + skill "BA_PANGVOICE",1,0; set qskill_bard,9; next; mes "[Riott]"; |