* Removed SVN references from readme files.

* Replaced "Current Version" field with "Last Updated" when a date is provided.
* Added Magic Candy (12596) and Spark Candy (14586) to Renewal item_delay database.

Signed-off-by: Euphy <euphy.raliel@rathena.org>
This commit is contained in:
Euphy
2013-11-12 13:35:45 -05:00
parent c382dad802
commit 4f81f045ca
46 changed files with 132 additions and 147 deletions

View File

@@ -2,7 +2,7 @@
//= Sample: Bank Test
//===== By: ==================================================
//= rAthena Dev Team
//===== Current Version: =====================================
//===== Last Updated: ========================================
//= 20070315
//===== Description: =========================================
//= Contains commands needed for a basic bank.

View File

@@ -2,7 +2,7 @@
//= Sample: Class Constants
//===== By: ==================================================
//= rAthena Dev Team
//===== Current Version: =====================================
//===== Last Updated: ========================================
//= 20110123
//===== Description: =========================================
//= Outputs the values of class constants.

View File

@@ -2,7 +2,7 @@
//= Sample: Checkoption
//===== By: ==================================================
//= rAthena Dev Team
//===== Current Version: =====================================
//===== Last Updated: ========================================
//= 20070315
//===== Description: =========================================
//= Demonstrates the 'checkoption' command.

View File

@@ -2,7 +2,7 @@
//= Sample: Delitem2
//===== By: ==================================================
//= rAthena Dev Team
//===== Current Version: =====================================
//===== Last Updated: ========================================
//= 20070315
//===== Description: =========================================
//= Demonstrates the 'delitem2' command.

View File

@@ -2,7 +2,7 @@
//= Sample: Getequipcardid
//===== By: ==================================================
//= Lupus
//===== Current Version: =====================================
//===== Last Updated: ========================================
//= 20121003
//===== Description: =========================================
//= Demonstrates the 'getequipcardid' command.

View File

@@ -2,7 +2,7 @@
//= Sample: Getequipid
//===== By: ==================================================
//= rAthena Dev Team
//===== Current Version: =====================================
//===== Last Updated: ========================================
//= 20121003
//===== Description: =========================================
//= Demonstrates the 'getequipid' command.

View File

@@ -2,7 +2,7 @@
//= Sample: Getiteminfo
//===== By: ==================================================
//= Lupus
//===== Current Version: =====================================
//===== Last Updated: ========================================
//= 20121003
//===== Description: =========================================
//= Demonstrates the 'getiteminfo' command.

View File

@@ -2,7 +2,7 @@
//= Sample: Getmonsterinfo
//===== By: ==================================================
//= Lupus
//===== Current Version: =====================================
//===== Last Updated: ========================================
//= 20131106
//===== Description: =========================================
//= Demonstrates the 'getmonsterinfo' command.

View File

@@ -2,7 +2,7 @@
//= Sample: Guild Storage Test
//===== By: ==================================================
//= rAthena Dev Team
//===== Current Version: =====================================
//===== Last Updated: ========================================
//= 20130325
//===== Description: =========================================
//= Contains commands needed for a guild warehouse NPC.

View File

@@ -1,11 +1,9 @@
//===== rAthena Script =======================================
//= Sample localized NPC
//= Sample: Localized NPC
//===== By: ==================================================
//= rAthena Dev Team
//===== Current Version: =====================================
//= v1.0
//===== Compatible With: =====================================
//= rAthena with setd, getd
//===== Last Updated: ========================================
//= 20070315
//===== Description: =========================================
//= Example of a localized NPC.
//=

View File

@@ -2,7 +2,7 @@
//= Sample: Dynamic Shop
//===== By: ==================================================
//= rAthena Dev Team
//===== Current Version: =====================================
//===== Last Updated: ========================================
//= 20101219
//===== Description: =========================================
//= Contains commands needed for a dynamic shop.

View File

@@ -2,7 +2,7 @@
//= Sample: Extended Shops
//===== By: ==================================================
//= rAthena Dev Team
//===== Current Version: =====================================
//===== Last Updated: ========================================
//= 20121003
//===== Description: =========================================
//= An example of shop NPCs.

View File

@@ -2,7 +2,7 @@
//= Sample: Live Dialogue
//===== By: ==================================================
//= Lupus
//===== Current Version: =====================================
//===== Last Updated: ========================================
//= 20130905
//===== Description: =========================================
//= An example of an NPC with live dialogue.

View File

@@ -2,7 +2,7 @@
//= Sample: Shops
//===== By: ==================================================
//= rAthena Dev Team
//===== Current Version: =====================================
//===== Last Updated: ========================================
//= 20090206
//===== Description: =========================================
//= An example of shop NPCs.

View File

@@ -2,7 +2,7 @@
//= Sample: Array Test
//===== By: ==================================================
//= rAthena Dev Team
//===== Current Version: =====================================
//===== Last Updated: ========================================
//= 20090206
//===== Description: =========================================
//= Demonstrates array commands.

View File

@@ -2,7 +2,7 @@
//= Sample: Chat Test
//===== By: ==================================================
//= rAthena Dev Team
//===== Current Version: =====================================
//===== Last Updated: ========================================
//= 20121003
//===== Description: =========================================
//= Demonstrates waitingroom commands.

View File

@@ -2,7 +2,7 @@
//= Sample: CheckWeight
//===== By: ==================================================
//= rAthena Dev Team
//===== Current Version: =====================================
//===== Last Updated: ========================================
//= 20121113
//===== Description: =========================================
//= Demonstrates 'checkweight' command.

View File

@@ -2,7 +2,7 @@
//= Sample: Duplicate Test
//===== By: ==================================================
//= rAthena Dev Team
//===== Current Version: =====================================
//===== Last Updated: ========================================
//= 20070915
//===== Description: =========================================
//= An example of how duplicate NPCs are handled:

View File

@@ -2,7 +2,7 @@
//= Sample: Functions
//===== By: ==================================================
//= rAthena Dev Team
//===== Current Version: =====================================
//===== Last Updated: ========================================
//= 20120901
//===== Description: =========================================
//= Demonstrates use of functions.

View File

@@ -2,7 +2,7 @@
//= Sample: NPC Timers
//===== By: ==================================================
//= rAthena Dev Team
//===== Current Version: =====================================
//===== Last Updated: ========================================
//= 20121003
//===== Description: =========================================
//= Demonstrates NPC timer commands.

View File

@@ -2,7 +2,7 @@
//= Sample: Attached NPC Timers
//===== By: ==================================================
//= rAthena Dev Team
//===== Current Version: =====================================
//===== Last Updated: ========================================
//= 20121003
//===== Description: =========================================
//= Demonstrates attached NPC timer commands.

View File

@@ -2,7 +2,7 @@
//= Sample: PCRE
//===== By: ==================================================
//= rAthena Dev Team
//===== Current Version: =====================================
//===== Last Updated: ========================================
//= 20100108
//===== Description: =========================================
//= Demonstrates PCRE commands.

View File

@@ -2,7 +2,7 @@
//= Sample: Quest Test
//===== By: ==================================================
//= rAthena Dev Team
//===== Current Version: =====================================
//===== Last Updated: ========================================
//= 20121227
//===== Description: =========================================
//= Demonstrates quest commands.

View File

@@ -2,7 +2,7 @@
//= Sample: Setiteminfo & Setitemscript
//===== By: ==================================================
//= Lupus
//===== Current Version: =====================================
//===== Last Updated: ========================================
//= 20121003
//===== Description: =========================================
//= Demonstrates 'setiteminfo' and 'setitemscript' commands.

View File

@@ -2,7 +2,7 @@
//= Sample: Mapflag Test
//===== By: ==================================================
//= Jbain
//===== Current Version: =====================================
//===== Last Updated: ========================================
//= 20121003
//===== Description: =========================================
//= Demonstrates mapflag commands.

View File

@@ -2,7 +2,7 @@
//= Sample: Skill
//===== By: ==================================================
//= rAthena Dev Team
//===== Current Version: =====================================
//===== Last Updated: ========================================
//= 20121003
//===== Description: =========================================
//= Demonstrates the 'skill' command.

View File

@@ -2,7 +2,7 @@
//= Sample: Time Test
//===== By: ==================================================
//= rAthena Dev Team
//===== Current Version: =====================================
//===== Last Updated: ========================================
//= 20070315
//===== Description: =========================================
//= Demonstrates time commands.