diff options
author | Dastgir <dastgirpojee@rocketmail.com> | 2015-12-10 15:35:54 +0530 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-12-18 05:13:36 +0100 |
commit | 48122727289c06906d8c4e38e183bb0a16ddbb53 (patch) | |
tree | decd7a501b337f730cb2c16285e2d10049a4026e /npc/quests/first_class/tu_magician01.txt | |
parent | ecb934ebba6ac3fbd35d8816c1802f0d134ef4ac (diff) | |
download | hercules-48122727289c06906d8c4e38e183bb0a16ddbb53.tar.gz hercules-48122727289c06906d8c4e38e183bb0a16ddbb53.tar.bz2 hercules-48122727289c06906d8c4e38e183bb0a16ddbb53.tar.xz hercules-48122727289c06906d8c4e38e183bb0a16ddbb53.zip |
ItemID to Constant: quests/woe Folder
Diffstat (limited to 'npc/quests/first_class/tu_magician01.txt')
-rw-r--r-- | npc/quests/first_class/tu_magician01.txt | 8 |
1 files changed, 4 insertions, 4 deletions
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; |