diff options
author | Reid <reidyaro@gmail.com> | 2014-11-30 22:08:39 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2014-11-30 22:08:39 +0100 |
commit | 7711f3aacee93c756d4237da943fecc9d4bc2fb1 (patch) | |
tree | d910ed3dad8d041b0d9a30ba71a4476c80f69bbd | |
parent | c4cecca0cd2f65468eb8c25bb49225b05312e20c (diff) | |
download | serverdata-7711f3aacee93c756d4237da943fecc9d4bc2fb1.tar.gz serverdata-7711f3aacee93c756d4237da943fecc9d4bc2fb1.tar.bz2 serverdata-7711f3aacee93c756d4237da943fecc9d4bc2fb1.tar.xz serverdata-7711f3aacee93c756d4237da943fecc9d4bc2fb1.zip |
Add new sc on item_db.
-rw-r--r-- | db/re/item_db.conf | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 34dba6ca..dc46be82 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -85,7 +85,7 @@ item_db: ( Delay: 0 Sprite: 0 Script: <" - itemheal rand(25, 40), 0; + itemheal rand(25, 40), 0; "> }, { @@ -114,7 +114,7 @@ item_db: ( Delay: 0 Sprite: 0 Script: <" - sc_start sc_concentration, 20000, -5; itemheal rand(25, 35), 0; + sc_start SC_ATTHASTE_POTION1, 20000, -5; itemheal rand(25, 35), 0; "> }, { @@ -143,7 +143,7 @@ item_db: ( Delay: 0 Sprite: 0 Script: <" - itemheal rand(30, 50), 0; + itemheal rand(30, 50), 0; "> }, { @@ -172,7 +172,7 @@ item_db: ( Delay: 0 Sprite: 0 Script: <" - itemheal rand(7, 13), 0; + itemheal rand(7, 13), 0; "> }, { @@ -201,7 +201,7 @@ item_db: ( Delay: 0 Sprite: 0 Script: <" - itemheal rand(15, 25), 0; + itemheal rand(15, 25), 0; "> }, { @@ -230,7 +230,7 @@ item_db: ( Delay: 0 Sprite: 0 Script: <" - itemheal rand(12, 23), 0; + itemheal rand(12, 23), 0; "> }, { @@ -259,7 +259,7 @@ item_db: ( Delay: 0 Sprite: 0 Script: <" - sc_start2 sc_poison, 1, 20, 2500; itemheal rand(10, 20), 0; + sc_start2 SC_POISON, 1, 20, 2500; itemheal rand(10, 20), 0; "> }, { @@ -288,7 +288,7 @@ item_db: ( Delay: 0 Sprite: 0 Script: <" - itemheal rand(75, 100), 0; + itemheal rand(75, 100), 0; "> }, { @@ -317,7 +317,7 @@ item_db: ( Delay: 0 Sprite: 0 Script: <" - sc_start2 sc_poison, 1, 30, 3333; itemheal rand(2, 6), 0; + sc_start2 SC_POISON, 1, 30, 3333; itemheal rand(2, 6), 0; "> }, { @@ -346,7 +346,7 @@ item_db: ( Delay: 0 Sprite: 0 Script: <" - itemheal rand(65, 90), 0; + itemheal rand(65, 90), 0; "> }, { @@ -436,7 +436,7 @@ item_db: ( Delay: 0 Sprite: 0 Script: <" - sc_start sc_concentration, 20000, 5; itemheal rand(20, 30), 0; + sc_start SC_ATTHASTE_POTION1, 20000, 5; itemheal rand(20, 30), 0; "> }, { @@ -465,7 +465,7 @@ item_db: ( Delay: 0 Sprite: 0 Script: <" - sc_start2 sc_poison, 1, 10, 2500; itemheal 1, 0; + sc_start2 SC_POISON, 1, 10, 2500; itemheal 1, 0; "> }, { |