summaryrefslogtreecommitdiff
path: root/Changelog-SVN.txt
diff options
context:
space:
mode:
authorcelest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec>2005-02-17 07:29:01 +0000
committercelest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec>2005-02-17 07:29:01 +0000
commitcf21db7985cfaf093cca2a1d4bc3e43e7f145ff3 (patch)
tree047dfb2d283c62b7dffde8f5fb3efb82d89104b2 /Changelog-SVN.txt
parentdf571ba029476eff320e48d3c52a616bbc9d2fad (diff)
downloadhercules-cf21db7985cfaf093cca2a1d4bc3e43e7f145ff3.tar.gz
hercules-cf21db7985cfaf093cca2a1d4bc3e43e7f145ff3.tar.bz2
hercules-cf21db7985cfaf093cca2a1d4bc3e43e7f145ff3.tar.xz
hercules-cf21db7985cfaf093cca2a1d4bc3e43e7f145ff3.zip
* Added 2 new script commands to support 2/15's cards patch
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1123 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-SVN.txt')
-rw-r--r--Changelog-SVN.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/Changelog-SVN.txt b/Changelog-SVN.txt
index 9f194fc23..a881182d6 100644
--- a/Changelog-SVN.txt
+++ b/Changelog-SVN.txt
@@ -1,5 +1,16 @@
Date Added
+02/17
+ * Added 2 new script commands to support 2/15's cards patch... most of the
+ effects in kRO should be available now ^^ [celest]
+
+ - isequipped(...): Accepts a list of item ID's and checks whether all of
+ the items/cards have been equipped.
+ - isequippedcnt(...): Same as above, except it returns how many of the items
+ are being equipped
+
+ Example: if(isequipped(4002,4004,4006)) bonus bStr,1;
+
02/16
* Char SQL: Fixed the Whisper chat on splittet mapservers (i think now all features work!) [Sirius]