diff options
author | Micksha <Micksha@users.noreply.github.com> | 2018-10-24 21:03:20 +0200 |
---|---|---|
committer | Micksha <Micksha@users.noreply.github.com> | 2018-10-24 21:03:20 +0200 |
commit | add58540f5da3a3a1782acccf661eb6adac518d9 (patch) | |
tree | 24244f1445dc9e57ea172bd0d4f240cce5ae3ce6 /db | |
parent | 59cff626dfbfd2bf320a82a06e8fb87503618f86 (diff) | |
download | serverdata-add58540f5da3a3a1782acccf661eb6adac518d9.tar.gz serverdata-add58540f5da3a3a1782acccf661eb6adac518d9.tar.bz2 serverdata-add58540f5da3a3a1782acccf661eb6adac518d9.tar.xz serverdata-add58540f5da3a3a1782acccf661eb6adac518d9.zip |
Add Gumis scripts - delete placeholders. Disable debugs.
Diffstat (limited to 'db')
-rw-r--r-- | db/constants.conf | 5 | ||||
-rw-r--r-- | db/re/item_db.conf | 81 |
2 files changed, 86 insertions, 0 deletions
diff --git a/db/constants.conf b/db/constants.conf index 043ce489..ab0f14cf 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -4062,6 +4062,11 @@ constants_db: { NPC_CAUL: 179 NPC_MALIK: 180 NPC_SNARFLES: 181 + NPC_OLD_MAN_HURNS: 182 + NPC_BERNARD: 183 + NPC_SABINE: 184 + NPC_MIKHAIL: 185 + NPC_TROUPE_LEADER: 186 NPC_CONFUSED_TREE: 400 NPC_ALIGE: 401 diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 7428287d..560cc22b 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -1299,6 +1299,60 @@ item_db: ( "> }, { + Id: 564 + AegisName: "RoastedMaggot" + Name: "Roasted Maggot" + Type: "IT_HEALING" + Buy: 500 + Sell: 50 + Weight: 25 + Job: { + All: true + } + Gender: "SEX_ANY" + Refine: false + ViewSprite: 564 + BindOnEquip: false + BuyingStore: true + Delay: 750 + Sprite: 0 + UseEffect: "EFFECT_HEAL" + Script: <" + @min = 100; + @max = 250; + @delay = 25; + @type = 1; + doevent "rand_sc_heal::OnUse"; + "> +}, +{ + Id: 565 + AegisName: "CherryCake" + Name: "Cherry Cake" + Type: "IT_HEALING" + Buy: 800 + Sell: 75 + Weight: 35 + Job: { + All: true + } + Gender: "SEX_ANY" + Refine: false + ViewSprite: 564 + BindOnEquip: false + BuyingStore: true + Delay: 450 + Sprite: 0 + UseEffect: "EFFECT_HEAL" + Script: <" + @min = 180; + @max = 360; + @delay = 50; + @type = 1; + doevent "rand_sc_heal::OnUse"; + "> +}, +{ Id: 700 AegisName: "SmallTentacles" Name: "Small Tentacles" @@ -3881,6 +3935,33 @@ item_db: ( Sprite: 0 }, { + Id: 2914 + AegisName: "NohMask" + Name: "Noh Mask" + Type: "IT_ARMOR" + Buy: 25000 + Sell: 5200 + Weight: 150 + Atk: 0 + Matk: 0 + Def: 20 + Range: 0 + Slots: 0 + Job: { + All: true + } + Gender: "SEX_ANY" + Loc: "EQP_HEAD_TOP" + WeaponLv: 0 + EquipLv: 15 + Refine: false + ViewSprite: 2914 + BindOnEquip: false + BuyingStore: true + Delay: 0 + Sprite: 0 +}, +{ Id: 3200 AegisName: "Shemagh" Name: "Shemagh" |