diff options
author | Michieru <Michieru@users.noreply.github.com> | 2014-04-19 13:39:28 +0200 |
---|---|---|
committer | Michieru <Michieru@users.noreply.github.com> | 2014-04-19 13:39:28 +0200 |
commit | 0604877dcb82f5124ead7106f24a91d83001e3aa (patch) | |
tree | 4d2d8aa8fd5fbdcf1c781dcaa6de922c365551a2 /db/re/item_db.conf | |
parent | 0aad35c84f45804a14e0ba774c98d142d14517c4 (diff) | |
download | hercules-0604877dcb82f5124ead7106f24a91d83001e3aa.tar.gz hercules-0604877dcb82f5124ead7106f24a91d83001e3aa.tar.bz2 hercules-0604877dcb82f5124ead7106f24a91d83001e3aa.tar.xz hercules-0604877dcb82f5124ead7106f24a91d83001e3aa.zip |
Update official healing items script
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r-- | db/re/item_db.conf | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 229deb776..cedda9b2a 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -461,6 +461,7 @@ item_db: ( Buy: 10 Weight: 10 Upper: 63 + Script: <" itemheal rand(325,405),0; "> }, { Id: 543 @@ -470,6 +471,7 @@ item_db: ( Buy: 10 Weight: 10 Upper: 63 + Script: <" itemheal rand(325,405),0; "> }, { Id: 544 @@ -65132,7 +65134,7 @@ item_db: ( Buy: 20 Weight: 50 Upper: 63 - Script: <" itemheal rand(17,23),rand(16,20); "> + Script: <" itemheal rand(17,23),0; "> }, { Id: 11535 @@ -65262,7 +65264,7 @@ item_db: ( Buy: 0 Weight: 80 Upper: 63 - Script: <" itemheal rand(500,600),rand(60,80); "> + Script: <" itemheal rand(500,700),rand(60,85); "> }, { Id: 11548 @@ -65272,6 +65274,7 @@ item_db: ( Buy: 0 Weight: 80 Upper: 63 + Script: <" percentheal 10,0; "> }, { Id: 11549 @@ -65281,6 +65284,7 @@ item_db: ( Buy: 0 Weight: 80 Upper: 63 + Script: <" percentheal 0,10; "> }, { Id: 11550 @@ -65299,7 +65303,7 @@ item_db: ( Buy: 0 Weight: 10 Upper: 63 - Script: <" percentheal rand(20,30),0; "> + Script: <" itemheal rand(20,30),0; "> }, { Id: 11552 @@ -65309,7 +65313,7 @@ item_db: ( Buy: 0 Weight: 10 Upper: 63 - Script: <" percentheal rand(20,30),0; "> + Script: <" itemheal rand(20,30),0; "> }, { Id: 11553 @@ -65319,7 +65323,7 @@ item_db: ( Buy: 0 Weight: 10 Upper: 63 - Script: <" percentheal rand(20,30),0; "> + Script: <" itemheal rand(20,30),0; "> }, { Id: 11554 @@ -65329,7 +65333,7 @@ item_db: ( Buy: 0 Weight: 10 Upper: 63 - Script: <" percentheal rand(20,30),0; "> + Script: <" itemheal rand(20,30),0; "> }, { Id: 11701 |