diff options
author | Fate <fate-tmw@googlemail.com> | 2009-09-28 05:33:13 +0000 |
---|---|---|
committer | Fate <fate-tmw@googlemail.com> | 2009-09-28 05:33:13 +0000 |
commit | 43e2f1e2aa968f6ed20a40535464483efdcf3538 (patch) | |
tree | 6fdaf7392ed1684fa1c352a85c6cab1c7e0f621f /npc/001-1_Tulimshar/luca.txt | |
parent | bc835fa8b67c71ffcbfb7d096c4b438f83a798e4 (diff) | |
download | serverdata-43e2f1e2aa968f6ed20a40535464483efdcf3538.tar.gz serverdata-43e2f1e2aa968f6ed20a40535464483efdcf3538.tar.bz2 serverdata-43e2f1e2aa968f6ed20a40535464483efdcf3538.tar.xz serverdata-43e2f1e2aa968f6ed20a40535464483efdcf3538.zip |
Properly disabled Luca's skills
Diffstat (limited to 'npc/001-1_Tulimshar/luca.txt')
-rw-r--r-- | npc/001-1_Tulimshar/luca.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/001-1_Tulimshar/luca.txt b/npc/001-1_Tulimshar/luca.txt index 1f533227..bc048e65 100644 --- a/npc/001-1_Tulimshar/luca.txt +++ b/npc/001-1_Tulimshar/luca.txt @@ -2,11 +2,11 @@ 001-1.gat,108,55,0 script Luca 102,{ - if (BaseLevel >= 45) - goto L_teach_soon; +// if (BaseLevel >= 45) +// goto L_teach_soon; - if (BaseLevel >= 50) - goto L_teach; +// if (BaseLevel >= 50) +// goto L_teach; mes "[Luca the Hunter]"; mes "\"Ouch! It hurts, this wound I got from battle.\""; |