diff options
author | MasterOfMuppets <MasterOfMuppets@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-03-12 14:35:00 +0000 |
---|---|---|
committer | MasterOfMuppets <MasterOfMuppets@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-03-12 14:35:00 +0000 |
commit | d69b56eafa7fbb98c6a8a3def7edb63037bc1595 (patch) | |
tree | c74e08e6fcdbe8cd448560d6e2b044c2b6b8cc23 /npc/custom/eAAC_Scripts/DonationGirl/readme.txt | |
parent | 081003aadd15d87b22d0fb4118172a38df5d3b2f (diff) | |
download | hercules-d69b56eafa7fbb98c6a8a3def7edb63037bc1595.tar.gz hercules-d69b56eafa7fbb98c6a8a3def7edb63037bc1595.tar.bz2 hercules-d69b56eafa7fbb98c6a8a3def7edb63037bc1595.tar.xz hercules-d69b56eafa7fbb98c6a8a3def7edb63037bc1595.zip |
eAAC updates.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5575 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/custom/eAAC_Scripts/DonationGirl/readme.txt')
-rw-r--r-- | npc/custom/eAAC_Scripts/DonationGirl/readme.txt | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/npc/custom/eAAC_Scripts/DonationGirl/readme.txt b/npc/custom/eAAC_Scripts/DonationGirl/readme.txt new file mode 100644 index 000000000..dd75532c7 --- /dev/null +++ b/npc/custom/eAAC_Scripts/DonationGirl/readme.txt @@ -0,0 +1,34 @@ +===== Athena Script ========================================
+= Donation NPC =
+===== By ===================================================
+= Josh =
+===== Version ==============================================
+= 1.0 - First release. Probably contains bugs/security =
+= risks =
+= 1.1 - Added a check for whether the account exists when =
+= adding a donator. Need to improve ordering when =
+= viewing all donations. =
+= 1.2 - Modified for public use. Added checkweight feature.=
+= 2.0 - Many changes, especially ones I had always wanted =
+= to add to this script. Includes reading items from =
+= a separate sql table and more database manipulation=
+= options for GMs. =
+= 2.1 - Made few changes including the add/remove items =
+= feature. =
+===== Compatible With ======================================
+= eAthena - any version that contains the sql_query =
+= function (4368) =
+===== Description ==========================================
+= A script that lets a player claim an item for donating. =
+= Allows a GM to input each donation. =
+===== Comments =============================================
+= This script uses an sql table (donate) to store =
+= variables for the amount donated by a user. =
+===== 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 this feature. XD =
+============================================================
|