diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-06-14 08:29:20 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-06-14 08:29:20 +0000 |
commit | 52cb78c659059ef7796332963c1acf10d4546f17 (patch) | |
tree | 88d79cca6ff500f7c67b11fe1e76971638e1c6cc /npc/custom/eAAC_Scripts | |
parent | 31341e9ec8e19f8af428a552015e28bf273b9f14 (diff) | |
download | hercules-52cb78c659059ef7796332963c1acf10d4546f17.tar.gz hercules-52cb78c659059ef7796332963c1acf10d4546f17.tar.bz2 hercules-52cb78c659059ef7796332963c1acf10d4546f17.tar.xz hercules-52cb78c659059ef7796332963c1acf10d4546f17.zip |
npc header consistency update
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10759 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/custom/eAAC_Scripts')
-rw-r--r-- | npc/custom/eAAC_Scripts/DonationGirl/donate.txt | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/npc/custom/eAAC_Scripts/DonationGirl/donate.txt b/npc/custom/eAAC_Scripts/DonationGirl/donate.txt index b0fa93176..97e39519f 100644 --- a/npc/custom/eAAC_Scripts/DonationGirl/donate.txt +++ b/npc/custom/eAAC_Scripts/DonationGirl/donate.txt @@ -1,8 +1,8 @@ -//===== Athena Script ======================================= +//===== eAthena Script ======================================= //= Donation NPC -//===== By ================================================== +//===== By =================================================== //= Josh -//===== Version ============================================= +//===== Version ============================================== //= 1.0 - First release. Probably contains bugs/security //= risks //= 1.1 - Added a check for whether the account exists when @@ -26,26 +26,26 @@ //= 3.3 - Optimized query speeds by combining a few select //= queries into one. Requires Trunk 7975 OR //= Stable 8637. -//===== Compatible With ===================================== +//===== Compatible With ====================================== //= eAthena - any version that contains the new query_sql //= command (Stable 8637 OR Trunk 7975). -//===== Description ========================================= +//===== Description ========================================== //= A script that lets a player claim an item for donating. //= Allows a GM to input each donation. -//===== Comments ============================================ +//===== Comments ============================================= //= This script uses SQL tables to store variables for the //= amount donated by users and the items claimable. -//===== Installation ======================================== +//===== Installation ========================================= //= You must execute donate.sql and donate_item_db.sql before //= using this script. -//=========================================================== +//============================================================ //= Thanks to Vich for helping me with the SQL syntax. //= Thanks to Lance for helping me with the the arrays and //= for implementing query_sql. //= Thanks to Skotlex for implementing escape_sql. //= Thanks to Toms for implementing the new multi-column //= query_sql command. -//=========================================================== +//============================================================ prontera,145,179,5 script Donation Girl 714,{ |