From 48122727289c06906d8c4e38e183bb0a16ddbb53 Mon Sep 17 00:00:00 2001 From: Dastgir Date: Thu, 10 Dec 2015 15:35:54 +0530 Subject: ItemID to Constant: quests/woe Folder --- npc/quests/first_class/tu_magician01.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'npc/quests/first_class/tu_magician01.txt') diff --git a/npc/quests/first_class/tu_magician01.txt b/npc/quests/first_class/tu_magician01.txt index 1998ccb89..22c1c4b43 100644 --- a/npc/quests/first_class/tu_magician01.txt +++ b/npc/quests/first_class/tu_magician01.txt @@ -485,7 +485,7 @@ geffen,67,180,4 script New Mage Manager#M 8_F,{ mes "all 10 Chrysalis from hunting"; mes "all of those Pupa. Hmmmm..."; next; - if (countitem(915) < 10) { + if (countitem(Chrysalis) < 10) { mes "[Mana]"; mes "Aw, you don't"; mes "have enough of"; @@ -516,7 +516,7 @@ geffen,67,180,4 script New Mage Manager#M 8_F,{ mes "like I asked? I hope so..."; mes "Because I'm going to check~"; next; - if(countitem(915) < 10){ + if(countitem(Chrysalis) < 10){ mes "[Mana]"; mes "Whoa, you need"; mes "more than just this."; @@ -710,7 +710,7 @@ geffen,67,180,4 script New Mage Manager#M 8_F,{ mes "training. I hope it comes"; mes "in handy when fighting..."; tu_magician01 = 6; - getitem 1604,1; //Wand + getitem Wand,1; specialeffect2 EF_HIT5; if(.@skill_e1) getexp 300,100; if(.@skill_e2) getexp 300,100; @@ -804,7 +804,7 @@ geffen,67,180,4 script New Mage Manager#M 8_F,{ mes "out both of our guilds. Once"; mes "again, thanks very much~"; tu_magician01 = 28; - getitem 2321,1; //Silk_Robe + getitem Silk_Robe,1; Zeny += 3000; getexp 3000,1000; close; -- cgit v1.2.3-60-g2f50