diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-10-12 10:43:22 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-10-12 10:43:22 -0300 |
commit | 6ce4315b3924b6248a8d26cada5effe06c695f38 (patch) | |
tree | 64e4444b5d8e17c4e12a635b2542ac45296bb60e | |
parent | e40d02a8c5495209461f0ee6bdacb4a16d19e987 (diff) | |
download | serverdata-6ce4315b3924b6248a8d26cada5effe06c695f38.tar.gz serverdata-6ce4315b3924b6248a8d26cada5effe06c695f38.tar.bz2 serverdata-6ce4315b3924b6248a8d26cada5effe06c695f38.tar.xz serverdata-6ce4315b3924b6248a8d26cada5effe06c695f38.zip |
Lightbringer core code. It should take about 16 seconds before you drop dead from
over-wielding this holy sword.
Lightbringer is the supreme weapon from TMW-BR. The BR high-tier weapons were:
Scimitar/Falchion < Death Scythe < Holy/Evil Swords < Kurogane/Immortal <<< Excalibur
-rw-r--r-- | db/re/item_db.conf | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 3aadb282b..d9c765571 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -9758,6 +9758,46 @@ item_db: ( Refine: true Subtype: "W_1HSWORD" }, +// Insert new weapons above this line +{ + Id: 3600 + AegisName: "Lightbringer" + Name: "Lightbringer" + Type: "IT_WEAPON" + Buy: 9999999 + Sell: 0 + Weight: 958 + Atk: 750 + Range: 1 + Loc: "EQP_HAND_R" + WeaponLv: 1 + EquipLv: 1 + Refine: true + Subtype: "W_1HSWORD" + // Equipment level is 1 on purpose. Less level = less worthy = more damage by wielding + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } + //DropAnnounce: true + Script: <" + bonus bHitRate,50; + bonus2 bAddEle,Ele_Dark,30; + bonus2 bAddEle,Ele_Ghost,30; + bonus2 bAddEle,Ele_Undead,30; + + if (strcharinfo(0) != "Jesus Saves" && BaseLevel < 255) { + bonus2 bSPLossRate,(255-BaseLevel)/30,(1000-(BaseLevel*2)); + bonus2 bHPLossRate,(255-BaseLevel)/40,(1000-(BaseLevel*2)); + } + "> +}, // // Pets |