summaryrefslogtreecommitdiff
path: root/npc/scripts_main.conf
diff options
context:
space:
mode:
authorL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-07-27 03:09:02 +0000
committerL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-07-27 03:09:02 +0000
commit0106d12b8ca54b240bcc2b6705806e2b2b147bae (patch)
tree1e199958b983ac42f1e4533b232f73c64212ab11 /npc/scripts_main.conf
parent9e5844193ac03b80f69e5a3d8ef8775e30d93915 (diff)
downloadhercules-0106d12b8ca54b240bcc2b6705806e2b2b147bae.tar.gz
hercules-0106d12b8ca54b240bcc2b6705806e2b2b147bae.tar.bz2
hercules-0106d12b8ca54b240bcc2b6705806e2b2b147bae.tar.xz
hercules-0106d12b8ca54b240bcc2b6705806e2b2b147bae.zip
* Added Cash Shop item fucntions. (/other/CashShop_Functions.txt)
* Updated Cash Shop Skill Scrolls to behave more like official scrolls. - Kafra Card, Neuralizer, Giant Fly Wing and Dungeon teleport scroll now call functions. The functions for these items are found in /npc/other/CashShop_Functions.txt * Fixed Tidal Shoes missing HP bonus. (Thanks to ZephyrShakuraus) * Reverted change of Taming items item-type back to 11 because of a bug. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10917 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/scripts_main.conf')
-rw-r--r--npc/scripts_main.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/scripts_main.conf b/npc/scripts_main.conf
index 5fffa30b7..55cb92ee7 100644
--- a/npc/scripts_main.conf
+++ b/npc/scripts_main.conf
@@ -34,6 +34,10 @@
// Utilitarian functions used by many scripts.
npc: npc/other/Global_Functions.txt
// --------------------------------------------------------------
+// -------------------- Cash Shop Functions --------------------
+// Used by 4 items in the Item Database.
+npc: npc/other/CashShop_Functions.txt
+// --------------------------------------------------------------
// ------------------------ PCLoginEvent ------------------------
// NPC which is activated for every player who logs in.
//npc: npc/sample/PCLoginEvent.txt