summaryrefslogtreecommitdiff
path: root/npc/custom/eAAC_Scripts/DonationGirl/readme.txt
blob: 2454b68e47c9c5ae2b98ee786b3bee50bdcfbece (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
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			   =
============================================================