readme.txt 1.7 KB

12345678910111213141516171819202122232425262728293031323334
  1. ===== Athena Script ========================================
  2. = Donation NPC =
  3. ===== By ===================================================
  4. = Josh =
  5. ===== Version ==============================================
  6. = 1.0 - First release. Probably contains bugs/security =
  7. = risks =
  8. = 1.1 - Added a check for whether the account exists when =
  9. = adding a donator. Need to improve ordering when =
  10. = viewing all donations. =
  11. = 1.2 - Modified for public use. Added checkweight feature.=
  12. = 2.0 - Many changes, especially ones I had always wanted =
  13. = to add to this script. Includes reading items from =
  14. = a separate sql table and more database manipulation=
  15. = options for GMs. =
  16. = 2.1 - Made few changes including the add/remove items =
  17. = feature. =
  18. ===== Compatible With ======================================
  19. = eAthena - any version that contains the sql_query =
  20. = function (4368) =
  21. ===== Description ==========================================
  22. = A script that lets a player claim an item for donating. =
  23. = Allows a GM to input each donation. =
  24. ===== Comments =============================================
  25. = This script uses an sql table (donate) to store =
  26. = variables for the amount donated by a user. =
  27. ===== Installation =========================================
  28. = You must execute donate.sql and donate_item_db.sql before=
  29. = using this script. =
  30. ============================================================
  31. = Thanks to Vich for helping me with the SQL syntax. =
  32. = Thanks to Lance for helping me with the the arrays and =
  33. = for implementing this feature. XD =
  34. ============================================================