diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-05-16 13:52:14 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-05-16 13:52:14 -0300 |
commit | 4074fb665b846b99cdfb7ff432b4368c307968a3 (patch) | |
tree | e837c1ee556058aadfd6904735dc32cf3512f1c2 /db/re | |
parent | 56c06db7914bb2ed160f718b9aed54c0ef77c5e4 (diff) | |
download | serverdata-4074fb665b846b99cdfb7ff432b4368c307968a3.tar.gz serverdata-4074fb665b846b99cdfb7ff432b4368c307968a3.tar.bz2 serverdata-4074fb665b846b99cdfb7ff432b4368c307968a3.tar.xz serverdata-4074fb665b846b99cdfb7ff432b4368c307968a3.zip |
Boss Hunter Boina
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/item_db.conf | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 446eda553..366f49d38 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -10746,6 +10746,24 @@ item_db: ( bonus bCriticalRate, -10; "> }, +{ + Id: 3021 + AegisName: "BossHunterBoina" + Name: "Boss Hunter Boina" + Type: "IT_ARMOR" + Buy: 800000 + Sell: 10000 + Weight: 120 + Def: 1 + Loc: "EQP_HEAD_TOP" + EquipLv: 12 + Refine: false + Script: <" + bonus2 bExpAddRace, RC_Boss, 10; + bonus2 bSubRace, RC_Boss, 10; + bonus2 bSPGainRace, RC_Boss, 10; // I can't even describe this bonus + "> +}, // Neck Armor { @@ -16125,7 +16143,6 @@ item_db: ( noauction: true } Script: <" - // BossHunterBoina, setarray .@r, AncientBlueprint, ElixirOfLife, Manapple, BronzeGift, SilverGift, TreasureMap, MysteriousBottle, HousingLetterI, BrokenWarpCrystal, StatusResetPotion, ArcmageBoxset, SacredImmortalityPotion, BossHunterBoina, IridiumOre, DarkDesertMushroom, ArcanumStone; // ~6.25% each .@n=rand(getarraysize(.@r)); getitem .@r[.@n], 1; |