diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-03-31 18:57:22 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-03-31 18:57:22 +0000 |
commit | 6f88f2409f1853ae205573257865462540f935fc (patch) | |
tree | 30598fa37157d159bce0f8712a8b2b38047e2eab | |
parent | d35717644b58c55b50098b3b0a08cf8002d39cca (diff) | |
download | hercules-6f88f2409f1853ae205573257865462540f935fc.tar.gz hercules-6f88f2409f1853ae205573257865462540f935fc.tar.bz2 hercules-6f88f2409f1853ae205573257865462540f935fc.tar.xz hercules-6f88f2409f1853ae205573257865462540f935fc.zip |
Moved /npc/sample/ to /doc/sample. These are examples, not actual npcs.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14277 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r-- | Changelog-Trunk.txt | 2 | ||||
-rw-r--r-- | doc/sample/PCLoginEvent.txt (renamed from npc/sample/PCLoginEvent.txt) | 0 | ||||
-rw-r--r-- | doc/sample/bank_test.txt (renamed from npc/sample/bank_test.txt) | 0 | ||||
-rw-r--r-- | doc/sample/basejob_baseclass_upper.txt (renamed from npc/sample/basejob_baseclass_upper.txt) | 0 | ||||
-rw-r--r-- | doc/sample/delitem2.txt (renamed from npc/sample/delitem2.txt) | 0 | ||||
-rw-r--r-- | doc/sample/getequipcardid.txt (renamed from npc/sample/getequipcardid.txt) | 0 | ||||
-rw-r--r-- | doc/sample/getiteminfo.txt (renamed from npc/sample/getiteminfo.txt) | 0 | ||||
-rw-r--r-- | doc/sample/getmonsterinfo.txt (renamed from npc/sample/getmonsterinfo.txt) | 0 | ||||
-rw-r--r-- | doc/sample/gstorage_test.txt (renamed from npc/sample/gstorage_test.txt) | 0 | ||||
-rw-r--r-- | doc/sample/localized_npc.txt (renamed from npc/sample/localized_npc.txt) | 0 | ||||
-rw-r--r-- | doc/sample/npc_dynamic_shop.txt (renamed from npc/sample/npc_dynamic_shop.txt) | 0 | ||||
-rw-r--r-- | doc/sample/npc_equip_sample.txt (renamed from npc/sample/npc_equip_sample.txt) | 0 | ||||
-rw-r--r-- | doc/sample/npc_extend_shop.txt (renamed from npc/sample/npc_extend_shop.txt) | 0 | ||||
-rw-r--r-- | doc/sample/npc_live_dialogues.txt (renamed from npc/sample/npc_live_dialogues.txt) | 0 | ||||
-rw-r--r-- | doc/sample/npc_pcre.txt (renamed from npc/sample/npc_pcre.txt) | 0 | ||||
-rw-r--r-- | doc/sample/npc_sample.txt (renamed from npc/sample/npc_sample.txt) | 0 | ||||
-rw-r--r-- | doc/sample/npc_shop_test.txt (renamed from npc/sample/npc_shop_test.txt) | 0 | ||||
-rw-r--r-- | doc/sample/npc_test_arena.txt (renamed from npc/sample/npc_test_arena.txt) | 0 | ||||
-rw-r--r-- | doc/sample/npc_test_array.txt (renamed from npc/sample/npc_test_array.txt) | 0 | ||||
-rw-r--r-- | doc/sample/npc_test_chat.txt (renamed from npc/sample/npc_test_chat.txt) | 0 | ||||
-rw-r--r-- | doc/sample/npc_test_duplicate.txt (renamed from npc/sample/npc_test_duplicate.txt) | 0 | ||||
-rw-r--r-- | doc/sample/npc_test_ev.txt (renamed from npc/sample/npc_test_ev.txt) | 0 | ||||
-rw-r--r-- | doc/sample/npc_test_func.txt (renamed from npc/sample/npc_test_func.txt) | 0 | ||||
-rw-r--r-- | doc/sample/npc_test_npctimer.txt (renamed from npc/sample/npc_test_npctimer.txt) | 0 | ||||
-rw-r--r-- | doc/sample/npc_test_npctimer2.txt (renamed from npc/sample/npc_test_npctimer2.txt) | 0 | ||||
-rw-r--r-- | doc/sample/npc_test_setitemx.txt (renamed from npc/sample/npc_test_setitemx.txt) | 0 | ||||
-rw-r--r-- | doc/sample/npc_test_setmapflag.txt (renamed from npc/sample/npc_test_setmapflag.txt) | 0 | ||||
-rw-r--r-- | doc/sample/npc_test_skill.txt (renamed from npc/sample/npc_test_skill.txt) | 0 | ||||
-rw-r--r-- | doc/sample/npc_test_str.txt (renamed from npc/sample/npc_test_str.txt) | 0 | ||||
-rw-r--r-- | doc/sample/npc_testchkoption.txt (renamed from npc/sample/npc_testchkoption.txt) | 0 | ||||
-rw-r--r-- | doc/sample/npc_time_sample.txt (renamed from npc/sample/npc_time_sample.txt) | 0 |
31 files changed, 2 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 747dc37f9..843c25a8f 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -3,6 +3,8 @@ Date Added AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK. IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. +2010/03/31 + * Rev. 14277 Moved /npc/sample/ to /doc/sample. These are examples, not actual npcs. [L0ne_W0lf] 2010/03/23 * Rev. 14270 Implemented NPC_TALK (Credit to SnakeDrak and Daegaladh) [L0ne_W0lf] - Also added in the ability to use '@npctalkc' as a GM command. diff --git a/npc/sample/PCLoginEvent.txt b/doc/sample/PCLoginEvent.txt index b7020b719..b7020b719 100644 --- a/npc/sample/PCLoginEvent.txt +++ b/doc/sample/PCLoginEvent.txt diff --git a/npc/sample/bank_test.txt b/doc/sample/bank_test.txt index 4baac7b4e..4baac7b4e 100644 --- a/npc/sample/bank_test.txt +++ b/doc/sample/bank_test.txt diff --git a/npc/sample/basejob_baseclass_upper.txt b/doc/sample/basejob_baseclass_upper.txt index 913707404..913707404 100644 --- a/npc/sample/basejob_baseclass_upper.txt +++ b/doc/sample/basejob_baseclass_upper.txt diff --git a/npc/sample/delitem2.txt b/doc/sample/delitem2.txt index ef781e81f..ef781e81f 100644 --- a/npc/sample/delitem2.txt +++ b/doc/sample/delitem2.txt diff --git a/npc/sample/getequipcardid.txt b/doc/sample/getequipcardid.txt index b1fe55505..b1fe55505 100644 --- a/npc/sample/getequipcardid.txt +++ b/doc/sample/getequipcardid.txt diff --git a/npc/sample/getiteminfo.txt b/doc/sample/getiteminfo.txt index e98212739..e98212739 100644 --- a/npc/sample/getiteminfo.txt +++ b/doc/sample/getiteminfo.txt diff --git a/npc/sample/getmonsterinfo.txt b/doc/sample/getmonsterinfo.txt index fd30c66df..fd30c66df 100644 --- a/npc/sample/getmonsterinfo.txt +++ b/doc/sample/getmonsterinfo.txt diff --git a/npc/sample/gstorage_test.txt b/doc/sample/gstorage_test.txt index 6c97fa2bc..6c97fa2bc 100644 --- a/npc/sample/gstorage_test.txt +++ b/doc/sample/gstorage_test.txt diff --git a/npc/sample/localized_npc.txt b/doc/sample/localized_npc.txt index 3a721d108..3a721d108 100644 --- a/npc/sample/localized_npc.txt +++ b/doc/sample/localized_npc.txt diff --git a/npc/sample/npc_dynamic_shop.txt b/doc/sample/npc_dynamic_shop.txt index 1a1f174c9..1a1f174c9 100644 --- a/npc/sample/npc_dynamic_shop.txt +++ b/doc/sample/npc_dynamic_shop.txt diff --git a/npc/sample/npc_equip_sample.txt b/doc/sample/npc_equip_sample.txt index 6cd6f5e69..6cd6f5e69 100644 --- a/npc/sample/npc_equip_sample.txt +++ b/doc/sample/npc_equip_sample.txt diff --git a/npc/sample/npc_extend_shop.txt b/doc/sample/npc_extend_shop.txt index 833db80dc..833db80dc 100644 --- a/npc/sample/npc_extend_shop.txt +++ b/doc/sample/npc_extend_shop.txt diff --git a/npc/sample/npc_live_dialogues.txt b/doc/sample/npc_live_dialogues.txt index a82c14e89..a82c14e89 100644 --- a/npc/sample/npc_live_dialogues.txt +++ b/doc/sample/npc_live_dialogues.txt diff --git a/npc/sample/npc_pcre.txt b/doc/sample/npc_pcre.txt index 906e076e3..906e076e3 100644 --- a/npc/sample/npc_pcre.txt +++ b/doc/sample/npc_pcre.txt diff --git a/npc/sample/npc_sample.txt b/doc/sample/npc_sample.txt index 9dce66094..9dce66094 100644 --- a/npc/sample/npc_sample.txt +++ b/doc/sample/npc_sample.txt diff --git a/npc/sample/npc_shop_test.txt b/doc/sample/npc_shop_test.txt index 865bd0c13..865bd0c13 100644 --- a/npc/sample/npc_shop_test.txt +++ b/doc/sample/npc_shop_test.txt diff --git a/npc/sample/npc_test_arena.txt b/doc/sample/npc_test_arena.txt index 2ba093d03..2ba093d03 100644 --- a/npc/sample/npc_test_arena.txt +++ b/doc/sample/npc_test_arena.txt diff --git a/npc/sample/npc_test_array.txt b/doc/sample/npc_test_array.txt index de0a80ef2..de0a80ef2 100644 --- a/npc/sample/npc_test_array.txt +++ b/doc/sample/npc_test_array.txt diff --git a/npc/sample/npc_test_chat.txt b/doc/sample/npc_test_chat.txt index f593490cb..f593490cb 100644 --- a/npc/sample/npc_test_chat.txt +++ b/doc/sample/npc_test_chat.txt diff --git a/npc/sample/npc_test_duplicate.txt b/doc/sample/npc_test_duplicate.txt index 5c61c4fcd..5c61c4fcd 100644 --- a/npc/sample/npc_test_duplicate.txt +++ b/doc/sample/npc_test_duplicate.txt diff --git a/npc/sample/npc_test_ev.txt b/doc/sample/npc_test_ev.txt index cc170373e..cc170373e 100644 --- a/npc/sample/npc_test_ev.txt +++ b/doc/sample/npc_test_ev.txt diff --git a/npc/sample/npc_test_func.txt b/doc/sample/npc_test_func.txt index 2e613404f..2e613404f 100644 --- a/npc/sample/npc_test_func.txt +++ b/doc/sample/npc_test_func.txt diff --git a/npc/sample/npc_test_npctimer.txt b/doc/sample/npc_test_npctimer.txt index 1787202e0..1787202e0 100644 --- a/npc/sample/npc_test_npctimer.txt +++ b/doc/sample/npc_test_npctimer.txt diff --git a/npc/sample/npc_test_npctimer2.txt b/doc/sample/npc_test_npctimer2.txt index 8ff8be575..8ff8be575 100644 --- a/npc/sample/npc_test_npctimer2.txt +++ b/doc/sample/npc_test_npctimer2.txt diff --git a/npc/sample/npc_test_setitemx.txt b/doc/sample/npc_test_setitemx.txt index dbefd5cc2..dbefd5cc2 100644 --- a/npc/sample/npc_test_setitemx.txt +++ b/doc/sample/npc_test_setitemx.txt diff --git a/npc/sample/npc_test_setmapflag.txt b/doc/sample/npc_test_setmapflag.txt index e68375b58..e68375b58 100644 --- a/npc/sample/npc_test_setmapflag.txt +++ b/doc/sample/npc_test_setmapflag.txt diff --git a/npc/sample/npc_test_skill.txt b/doc/sample/npc_test_skill.txt index 55864a117..55864a117 100644 --- a/npc/sample/npc_test_skill.txt +++ b/doc/sample/npc_test_skill.txt diff --git a/npc/sample/npc_test_str.txt b/doc/sample/npc_test_str.txt index 78f3cfdf3..78f3cfdf3 100644 --- a/npc/sample/npc_test_str.txt +++ b/doc/sample/npc_test_str.txt diff --git a/npc/sample/npc_testchkoption.txt b/doc/sample/npc_testchkoption.txt index 87c100ae7..87c100ae7 100644 --- a/npc/sample/npc_testchkoption.txt +++ b/doc/sample/npc_testchkoption.txt diff --git a/npc/sample/npc_time_sample.txt b/doc/sample/npc_time_sample.txt index 219e94e48..219e94e48 100644 --- a/npc/sample/npc_time_sample.txt +++ b/doc/sample/npc_time_sample.txt |