summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorcelest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-11-25 06:58:32 +0000
committercelest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-11-25 06:58:32 +0000
commitca860586cd1019e4fdc7a02cc83d3d936e327a4e (patch)
treee7c0c788c9074f284af4cd88bdd1a5d5173258d4 /db
parent60431a600d821466849c0a277dec56980477aa03 (diff)
downloadhercules-ca860586cd1019e4fdc7a02cc83d3d936e327a4e.tar.gz
hercules-ca860586cd1019e4fdc7a02cc83d3d936e327a4e.tar.bz2
hercules-ca860586cd1019e4fdc7a02cc83d3d936e327a4e.tar.xz
hercules-ca860586cd1019e4fdc7a02cc83d3d936e327a4e.zip
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@358 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db')
-rw-r--r--db/Changelog.txt4
-rw-r--r--db/const.txt8
2 files changed, 12 insertions, 0 deletions
diff --git a/db/Changelog.txt b/db/Changelog.txt
index e2127d564..352140576 100644
--- a/db/Changelog.txt
+++ b/db/Changelog.txt
@@ -5,6 +5,10 @@
Ayathoya items == Added but no effect ( all are "ect" itens)
Skill databases == celest working on them i believe.
+11/25 * Added element effects to const.txt. [celest]
+ Usage example: sc_start SC_Frost,30000,0;
+ to change the weapon element to Water for 30 seconds.
+
11/23 * Added temporary requirements for the new guild skills [celest]
11/22
diff --git a/db/const.txt b/db/const.txt
index 78d79757e..6de6ad330 100644
--- a/db/const.txt
+++ b/db/const.txt
@@ -248,3 +248,11 @@ SC_SpeedPot1 38
SC_SpeedPot2 39
SC_ATKPot 185
SC_MATKPot 186
+SC_EncPoison 6
+SC_Holy 17
+SC_Flame 90
+SC_Frost 91
+SC_Lightning 92
+SC_Seismic 93
+SC_Bleeding 124
+SC_BlockSkill 194