summaryrefslogtreecommitdiff
path: root/npc/sample/npc_test_skill.txt
diff options
context:
space:
mode:
authorValaris <Valaris@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-01-29 16:00:45 +0000
committerValaris <Valaris@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-01-29 16:00:45 +0000
commita2675f07d7da22a7c6ae11f545bf8f671e785a82 (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /npc/sample/npc_test_skill.txt
parentb8801ae9585201eaaf9fdf80d9c7117ee18f52e2 (diff)
downloadhercules-a2675f07d7da22a7c6ae11f545bf8f671e785a82.tar.gz
hercules-a2675f07d7da22a7c6ae11f545bf8f671e785a82.tar.bz2
hercules-a2675f07d7da22a7c6ae11f545bf8f671e785a82.tar.xz
hercules-a2675f07d7da22a7c6ae11f545bf8f671e785a82.zip
Clearing trunk.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5091 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/sample/npc_test_skill.txt')
-rw-r--r--npc/sample/npc_test_skill.txt19
1 files changed, 0 insertions, 19 deletions
diff --git a/npc/sample/npc_test_skill.txt b/npc/sample/npc_test_skill.txt
deleted file mode 100644
index 94b2195bb..000000000
--- a/npc/sample/npc_test_skill.txt
+++ /dev/null
@@ -1,19 +0,0 @@
-// �X�L�������e�X�g
-
-// skill �X�L��ID ,�X�L��LV [,�t���O];
-// �t���O�͏ȗ��”\�A�ȗ����͂P�B
-// �t���O=1�ŃJ�[�h�Ȃǂ̈ꎞ�I�ȏ����A
-// �t���O=2�ŃN�G�X�g�Ȃǂɂ��P�v�I�ȏ���(skill_tree.txt�Ɉˑ�)
-
-prontera.gat,157,182,0 script �X�L�������e�X�g 116,{
- mes "�X�L�������e�X�g";
- menu "���}���u����",L_GETSKILL142,"���񂾐U�菊��",L_GETSKILL143,"��߂�",L_YAME;
-L_GETSKILL142:
- skill 142,1,0;
- close;
-L_GETSKILL143:
- skill 143,1,0;
- close;
-L_YAME:
- close;
-}