diff options
Diffstat (limited to 'doc/sample')
-rw-r--r-- | doc/sample/delitem2.txt | 4 | ||||
-rw-r--r-- | doc/sample/getequipcardid.txt | 2 | ||||
-rw-r--r-- | doc/sample/getequipid.txt | 4 | ||||
-rw-r--r-- | doc/sample/getiteminfo.txt | 2 | ||||
-rw-r--r-- | doc/sample/getmonsterinfo.txt | 2 | ||||
-rw-r--r-- | doc/sample/gstorage_test.txt | 4 | ||||
-rw-r--r-- | doc/sample/localized_npc.txt | 6 | ||||
-rw-r--r-- | doc/sample/npc_live_dialogues.txt | 2 | ||||
-rw-r--r-- | doc/sample/npc_shop_test.txt | 4 | ||||
-rw-r--r-- | doc/sample/npc_test_array.txt | 4 | ||||
-rw-r--r-- | doc/sample/npc_test_chat.txt | 4 | ||||
-rw-r--r-- | doc/sample/npc_test_checkweight.txt | 4 | ||||
-rw-r--r-- | doc/sample/npc_test_duplicate.txt | 4 | ||||
-rw-r--r-- | doc/sample/npc_test_func.txt | 4 | ||||
-rw-r--r-- | doc/sample/npc_test_npctimer.txt | 4 | ||||
-rw-r--r-- | doc/sample/npc_test_npctimer2.txt | 4 | ||||
-rw-r--r-- | doc/sample/npc_test_pcre.txt | 2 | ||||
-rw-r--r-- | doc/sample/npc_test_quest.txt | 4 | ||||
-rw-r--r-- | doc/sample/npc_test_setitemx.txt | 2 | ||||
-rw-r--r-- | doc/sample/npc_test_setmapflag.txt | 2 | ||||
-rw-r--r-- | doc/sample/npc_test_skill.txt | 2 | ||||
-rw-r--r-- | doc/sample/npc_test_time.txt | 2 |
22 files changed, 35 insertions, 37 deletions
diff --git a/doc/sample/delitem2.txt b/doc/sample/delitem2.txt index 6810a3c26..f38d59c27 100644 --- a/doc/sample/delitem2.txt +++ b/doc/sample/delitem2.txt @@ -1,7 +1,7 @@ -//===== rAthena Script ======================================= +//===== Hercules Script ======================================= //= Sample: Delitem2 //===== By: ================================================== -//= rAthena Dev Team +//= Hercules Dev Team //===== Current Version: ===================================== //= 20070315 //===== Description: ========================================= diff --git a/doc/sample/getequipcardid.txt b/doc/sample/getequipcardid.txt index 9c2e506d4..0447bf533 100644 --- a/doc/sample/getequipcardid.txt +++ b/doc/sample/getequipcardid.txt @@ -1,4 +1,4 @@ -//===== rAthena Script ======================================= +//===== Hercules Script ======================================= //= Sample: Getequipcardid //===== By: ================================================== //= Lupus diff --git a/doc/sample/getequipid.txt b/doc/sample/getequipid.txt index 02d80780f..654c58f3b 100644 --- a/doc/sample/getequipid.txt +++ b/doc/sample/getequipid.txt @@ -1,7 +1,7 @@ -//===== rAthena Script ======================================= +//===== Hercules Script ======================================= //= Sample: Getequipid //===== By: ================================================== -//= rAthena Dev Team +//= Hercules Dev Team //===== Current Version: ===================================== //= 20121003 //===== Description: ========================================= diff --git a/doc/sample/getiteminfo.txt b/doc/sample/getiteminfo.txt index f2076cc75..15b81b749 100644 --- a/doc/sample/getiteminfo.txt +++ b/doc/sample/getiteminfo.txt @@ -1,4 +1,4 @@ -//===== rAthena Script ======================================= +//===== Hercules Script ======================================= //= Sample: Getiteminfo //===== By: ================================================== //= Lupus diff --git a/doc/sample/getmonsterinfo.txt b/doc/sample/getmonsterinfo.txt index 084924739..079d9e7e9 100644 --- a/doc/sample/getmonsterinfo.txt +++ b/doc/sample/getmonsterinfo.txt @@ -1,4 +1,4 @@ -//===== rAthena Script ======================================= +//===== Hercules Script ======================================= //= Sample: Getmonsterinfo //===== By: ================================================== //= Lupus diff --git a/doc/sample/gstorage_test.txt b/doc/sample/gstorage_test.txt index 9745b4b09..559f7f76e 100644 --- a/doc/sample/gstorage_test.txt +++ b/doc/sample/gstorage_test.txt @@ -1,7 +1,7 @@ -//===== rAthena Script ======================================= +//===== Hercules Script ======================================= //= Sample: Guild Storage Test //===== By: ================================================== -//= rAthena Dev Team +//= Hercules Dev Team //===== Current Version: ===================================== //= 20070315 //===== Description: ========================================= diff --git a/doc/sample/localized_npc.txt b/doc/sample/localized_npc.txt index b3946162e..91bf46062 100644 --- a/doc/sample/localized_npc.txt +++ b/doc/sample/localized_npc.txt @@ -1,11 +1,9 @@ -//===== rAthena Script ======================================= +//===== Hercules Script ======================================= //= Sample localized NPC //===== By: ================================================== -//= rAthena Dev Team +//= Hercules Dev Team //===== Current Version: ===================================== //= v1.0 -//===== Compatible With: ===================================== -//= rAthena with setd, getd //===== Description: ========================================= //= Example of a localized NPC. //= diff --git a/doc/sample/npc_live_dialogues.txt b/doc/sample/npc_live_dialogues.txt index 6ba1c7ee2..22422d9af 100644 --- a/doc/sample/npc_live_dialogues.txt +++ b/doc/sample/npc_live_dialogues.txt @@ -1,4 +1,4 @@ -//===== rAthena Script ======================================= +//===== Hercules Script ======================================= //= Sample: Live Dialogue //===== By: ================================================== //= Lupus diff --git a/doc/sample/npc_shop_test.txt b/doc/sample/npc_shop_test.txt index c86562cb4..fa58f3f52 100644 --- a/doc/sample/npc_shop_test.txt +++ b/doc/sample/npc_shop_test.txt @@ -1,7 +1,7 @@ -//===== rAthena Script ======================================= +//===== Hercules Script ======================================= //= Sample: Shops //===== By: ================================================== -//= rAthena Dev Team +//= Hercules Dev Team //===== Current Version: ===================================== //= 20090206 //===== Description: ========================================= diff --git a/doc/sample/npc_test_array.txt b/doc/sample/npc_test_array.txt index 97aa5baf0..b6185adbc 100644 --- a/doc/sample/npc_test_array.txt +++ b/doc/sample/npc_test_array.txt @@ -1,7 +1,7 @@ -//===== rAthena Script ======================================= +//===== Hercules Script ======================================= //= Sample: Array Test //===== By: ================================================== -//= rAthena Dev Team +//= Hercules Dev Team //===== Current Version: ===================================== //= 20090206 //===== Description: ========================================= diff --git a/doc/sample/npc_test_chat.txt b/doc/sample/npc_test_chat.txt index 7a8a65471..24176b802 100644 --- a/doc/sample/npc_test_chat.txt +++ b/doc/sample/npc_test_chat.txt @@ -1,7 +1,7 @@ -//===== rAthena Script ======================================= +//===== Hercules Script ======================================= //= Sample: Chat Test //===== By: ================================================== -//= rAthena Dev Team +//= Hercules Dev Team //===== Current Version: ===================================== //= 20121003 //===== Description: ========================================= diff --git a/doc/sample/npc_test_checkweight.txt b/doc/sample/npc_test_checkweight.txt index 195ff856e..e2560cedf 100644 --- a/doc/sample/npc_test_checkweight.txt +++ b/doc/sample/npc_test_checkweight.txt @@ -1,7 +1,7 @@ -//===== rAthena Script ======================================= +//===== Hercules Script ======================================= //= Sample: CheckWeight //===== By: ================================================== -//= rAthena Dev Team +//= Hercules Dev Team //===== Current Version: ===================================== //= 20121113 //===== Description: ========================================= diff --git a/doc/sample/npc_test_duplicate.txt b/doc/sample/npc_test_duplicate.txt index 46684c3d2..237e7e57d 100644 --- a/doc/sample/npc_test_duplicate.txt +++ b/doc/sample/npc_test_duplicate.txt @@ -1,7 +1,7 @@ -//===== rAthena Script ======================================= +//===== Hercules Script ======================================= //= Sample: Duplicate Test //===== By: ================================================== -//= rAthena Dev Team +//= Hercules Dev Team //===== Current Version: ===================================== //= 20070915 //===== Description: ========================================= diff --git a/doc/sample/npc_test_func.txt b/doc/sample/npc_test_func.txt index 1a60ac69d..fbde70cd1 100644 --- a/doc/sample/npc_test_func.txt +++ b/doc/sample/npc_test_func.txt @@ -1,7 +1,7 @@ -//===== rAthena Script ======================================= +//===== Hercules Script ======================================= //= Sample: Functions //===== By: ================================================== -//= rAthena Dev Team +//= Hercules Dev Team //===== Current Version: ===================================== //= 20120901 //===== Description: ========================================= diff --git a/doc/sample/npc_test_npctimer.txt b/doc/sample/npc_test_npctimer.txt index f3f661b6d..f3c2d8bee 100644 --- a/doc/sample/npc_test_npctimer.txt +++ b/doc/sample/npc_test_npctimer.txt @@ -1,7 +1,7 @@ -//===== rAthena Script ======================================= +//===== Hercules Script ======================================= //= Sample: NPC Timers //===== By: ================================================== -//= rAthena Dev Team +//= Hercules Dev Team //===== Current Version: ===================================== //= 20121003 //===== Description: ========================================= diff --git a/doc/sample/npc_test_npctimer2.txt b/doc/sample/npc_test_npctimer2.txt index bd634b9d2..6c5d139f0 100644 --- a/doc/sample/npc_test_npctimer2.txt +++ b/doc/sample/npc_test_npctimer2.txt @@ -1,7 +1,7 @@ -//===== rAthena Script ======================================= +//===== Hercules Script ======================================= //= Sample: Attached NPC Timers //===== By: ================================================== -//= rAthena Dev Team +//= Hercules Dev Team //===== Current Version: ===================================== //= 20121003 //===== Description: ========================================= diff --git a/doc/sample/npc_test_pcre.txt b/doc/sample/npc_test_pcre.txt index adc96f585..09f65e607 100644 --- a/doc/sample/npc_test_pcre.txt +++ b/doc/sample/npc_test_pcre.txt @@ -1,4 +1,4 @@ -//===== rAthena Script ======================================= +//===== Hercules Script ======================================= //= Sample: PCRE //===== By: ================================================== //= rAthena Dev Team diff --git a/doc/sample/npc_test_quest.txt b/doc/sample/npc_test_quest.txt index 15fcdc210..39f838e23 100644 --- a/doc/sample/npc_test_quest.txt +++ b/doc/sample/npc_test_quest.txt @@ -1,7 +1,7 @@ -//===== rAthena Script ======================================= +//===== Hercules Script ======================================= //= Sample: Quest Test //===== By: ================================================== -//= rAthena Dev Team +//= Hercules Dev Team //===== Current Version: ===================================== //= 20121227 //===== Description: ========================================= diff --git a/doc/sample/npc_test_setitemx.txt b/doc/sample/npc_test_setitemx.txt index eba53e008..10d8daaaa 100644 --- a/doc/sample/npc_test_setitemx.txt +++ b/doc/sample/npc_test_setitemx.txt @@ -1,4 +1,4 @@ -//===== rAthena Script ======================================= +//===== Hercules Script ======================================= //= Sample: Setiteminfo & Setitemscript //===== By: ================================================== //= Lupus diff --git a/doc/sample/npc_test_setmapflag.txt b/doc/sample/npc_test_setmapflag.txt index 00da0d37d..010a6f85d 100644 --- a/doc/sample/npc_test_setmapflag.txt +++ b/doc/sample/npc_test_setmapflag.txt @@ -1,4 +1,4 @@ -//===== rAthena Script ======================================= +//===== Hercules Script ======================================= //= Sample: Mapflag Test //===== By: ================================================== //= Jbain diff --git a/doc/sample/npc_test_skill.txt b/doc/sample/npc_test_skill.txt index 99eaa9f37..1168014ea 100644 --- a/doc/sample/npc_test_skill.txt +++ b/doc/sample/npc_test_skill.txt @@ -1,4 +1,4 @@ -//===== rAthena Script ======================================= +//===== Hercules Script ======================================= //= Sample: Skill //===== By: ================================================== //= rAthena Dev Team diff --git a/doc/sample/npc_test_time.txt b/doc/sample/npc_test_time.txt index 8c5cbdb3e..f9c40b910 100644 --- a/doc/sample/npc_test_time.txt +++ b/doc/sample/npc_test_time.txt @@ -1,4 +1,4 @@ -//===== rAthena Script ======================================= +//===== Hercules Script ======================================= //= Sample: Time Test //===== By: ================================================== //= rAthena Dev Team |