From 8605b217a7e1c6ed424a8cdf6a987502e4cd6917 Mon Sep 17 00:00:00 2001 From: shadow Date: Fri, 13 Jun 2008 10:13:14 +0000 Subject: 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 --- npc/quests/skills/wizard_skills.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'npc/quests/skills/wizard_skills.txt') diff --git a/npc/quests/skills/wizard_skills.txt b/npc/quests/skills/wizard_skills.txt index 8cb69aa31..2b190e063 100644 --- a/npc/quests/skills/wizard_skills.txt +++ b/npc/quests/skills/wizard_skills.txt @@ -16,7 +16,7 @@ gef_tower,115,36,4 script Meow#q_wiz 876,{ if (BaseJob == Job_Wizard) { if (WIZ_SK == 100) { - if (getskilllv(1006) == 0) { + if (getskilllv("WZ_SIGHTBLASTER") == 0) { mes "[Meow]"; mes "What...?! You forgot the"; mes "awesome skill I taught you?"; @@ -41,7 +41,7 @@ gef_tower,115,36,4 script Meow#q_wiz 876,{ mes "Meow can administer another"; mes "vicious beating to you."; specialeffect2 253; // EF_ABSORBSPIRITS - skill 1006,1,0; + skill "WZ_SIGHTBLASTER",1,0; next; mes "[Meow]"; mes "Remember now?"; @@ -294,7 +294,7 @@ gef_tower,115,36,4 script Meow#q_wiz 876,{ delitem 990,10; //Boody_Red delitem 992,10; //Wind_Of_Verdure set WIZ_SK,100; - skill 1006,1,0; + skill "WZ_SIGHTBLASTER",1,0; next; mes "[Meow]"; mes "I'm so tired from all of"; -- cgit v1.2.3-60-g2f50