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_sword.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_sword.txt')
-rw-r--r-- | npc/quests/first_class/tu_sword.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/npc/quests/first_class/tu_sword.txt b/npc/quests/first_class/tu_sword.txt index 6dfb3f33a..a735ae219 100644 --- a/npc/quests/first_class/tu_sword.txt +++ b/npc/quests/first_class/tu_sword.txt @@ -131,7 +131,7 @@ izlude_in,82,163,3 script Shurank 4_M_JOB_KNIGHT1,{ getexp 186,0; else getexp 1860,0; - getitem 1113,1; //Scimiter + getitem Scimiter,1; next; mes "[Shurank]"; mes "That is all I have to teach you about Swordman skills. Hopefully, I've been able to clear up anything you haven't understood about your job and skills."; @@ -186,7 +186,7 @@ izlude_in,82,163,3 script Shurank 4_M_JOB_KNIGHT1,{ mes "I hope that you make good use of it as you train to become stronger and stronger. Good luck out there."; tu_swordman = 23; completequest 8228; - getitem 1113,1; //Scimiter + getitem Scimiter,1; close; case 21: mes "Ah, you've returned. I've just received a communique from"; @@ -748,7 +748,7 @@ izlude_in,82,163,3 script Shurank 4_M_JOB_KNIGHT1,{ getexp 97,0; else getexp 970,0; - getitem 2503,1; //Muffler + getitem Muffler,1; close; } else { mes "[Shurank]"; @@ -802,7 +802,7 @@ izlude_in,82,163,3 script Shurank 4_M_JOB_KNIGHT1,{ getexp 97,0; else getexp 970,0; - getitem 2503,1; //Muffler + getitem Muffler,1; close; } else { mes "[Shurank]"; @@ -892,7 +892,7 @@ izlude_in,82,163,3 script Shurank 4_M_JOB_KNIGHT1,{ getexp 97,0; else getexp 970,0; - getitem 2503,1; //Muffler + getitem Muffler,1; close; } else { mes "[Shurank]"; @@ -1000,7 +1000,7 @@ izlude_in,82,163,3 script Shurank 4_M_JOB_KNIGHT1,{ getexp 97,0; else getexp 970,0; - getitem 2503,1; //Muffler + getitem Muffler,1; close; } } |