diff options
author | Haru <haru@dotalux.com> | 2015-12-18 05:22:33 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-12-18 05:22:33 +0100 |
commit | 8bb331ce4c2e662a096c9f7a8fd308dc1e5eac0a (patch) | |
tree | 54669433655bb853309ea1cae12da049622324fa /npc/quests/first_class/tu_sword.txt | |
parent | 53abb8cdf92cd3d153b0a3d5b99b55cbd631f36c (diff) | |
parent | 0828824948c77bbfc357e08e8a5a0a96671b1ca6 (diff) | |
download | hercules-8bb331ce4c2e662a096c9f7a8fd308dc1e5eac0a.tar.gz hercules-8bb331ce4c2e662a096c9f7a8fd308dc1e5eac0a.tar.bz2 hercules-8bb331ce4c2e662a096c9f7a8fd308dc1e5eac0a.tar.xz hercules-8bb331ce4c2e662a096c9f7a8fd308dc1e5eac0a.zip |
Merge branch 'dastgir-ScriptCleanup2' into hercules
Closes #920 as merged
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; } } |