diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-07 23:36:59 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-07 23:36:59 -0300 |
commit | dbdfa3a2a3b2feeff0d06a89d2b4f5fa4adcb52d (patch) | |
tree | 821563b07a0d91db13ef4a39ad87ad20bfe4c282 /db/re/item_db.conf | |
parent | 628847438fe1ecbb68163acb9c629886131b5013 (diff) | |
download | serverdata-dbdfa3a2a3b2feeff0d06a89d2b4f5fa4adcb52d.tar.gz serverdata-dbdfa3a2a3b2feeff0d06a89d2b4f5fa4adcb52d.tar.bz2 serverdata-dbdfa3a2a3b2feeff0d06a89d2b4f5fa4adcb52d.tar.xz serverdata-dbdfa3a2a3b2feeff0d06a89d2b4f5fa4adcb52d.zip |
Make Maps. Bring Celestia to the party.
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r-- | db/re/item_db.conf | 18 |
1 files changed, 7 insertions, 11 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index fe3ff75eb..1dd138657 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -1550,9 +1550,9 @@ item_db: ( Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" - @min = 4; - @max = 400; - @delay = 3; + @min = 500; + @max = 700; + @delay = 5; @type = 1; doevent "rand_sc_heal::OnUse"; "> @@ -3084,7 +3084,7 @@ item_db: ( }, { Id: 783 - AegisName: "TetiClaw" + AegisName: "YetiClaw" Name: "Yeti Claw" Type: "IT_ETC" Buy: 15 @@ -9533,15 +9533,11 @@ item_db: ( Delay: 500 UseEffect: "EFFECT_HEAL" Script: <" - if (@useType == 1) - { - if (!getmapxy(.@map$, .@x, .@y, 0)) - { + if (@useType == 1) { + if (!getmapxy(.@map$, .@x, .@y, 0)) { monster(.@map$, .@x, .@y, l("Oak"), 1017, 1); } - } - else - { + } else { @min = 8; @max = 30; @delay = 3; |