From 9afe04e4757193c5fb8d65b67088d5371da37850 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 13 Jul 2021 22:03:24 -0300 Subject: Correct the "bare minimum" so the Final Showdown works again. It is way, way more lame than previously. --- db/pre-re/map_zone_db.conf | 65 ++++++++++++++++++++++++++++++++++++++++++++++ db/pre-re/mob_db.conf | 10 ------- 2 files changed, 65 insertions(+), 10 deletions(-) (limited to 'db') diff --git a/db/pre-re/map_zone_db.conf b/db/pre-re/map_zone_db.conf index e5fdf71a..ea1da6e7 100644 --- a/db/pre-re/map_zone_db.conf +++ b/db/pre-re/map_zone_db.conf @@ -237,6 +237,71 @@ zones: ( skill_damage_cap: { } }, +{ + /* Doomsday Zone is... */ + name: "Doomsday" + + disabled_skills: { + AL_WARP: "ALL" + AL_TELEPORT: "ALL" + WE_CALLPARTNER: "ALL" + WE_CALLPARENT: "ALL" + WE_CALLBABY: "ALL" + SC_DIMENSIONDOOR: "ALL" + GD_EMERGENCYCALL: "ALL" + } + + disabled_items: { + HitchhikersTowel: true + WhiteHitchhikersTowel: true + RedHitchhikersTowel: true + GreenHitchhikersTowel: true + BlueHitchhikersTowel: true + YellowHitchhikersTowel: true + PurpleHitchhikersTowel: true + OrangeHitchhikersTowel: true + PinkHitchhikersTowel: true + TealHitchhikersTowel: true + LimeHitchhikersTowel: true + } + + mapflags: ( + "nopenalty", + //"nosave 000-1,22,22", + ) + + /* "command:min-group-lv-to-override" e.g. "heal: 70" */ + disabled_commands: { + // Enabled (Special for Doomsday) + storage: 0 + // Disabled (Should not ever be used) + recallall: 100 + save: 100 + // Admin Only (no CM on these map) + addwarp: 99 + mapflag: 99 + // Community Manager Only (no GM on these map) + recall: 80 + kill: 80 + nuke: 80 + skillon: 80 + skilloff: 80 + pvpon: 80 + pvpoff: 80 + cvcon: 80 + cvcoff: 80 + gvgon: 80 + gvgoff: 80 + // GM Only (no EVTC on these map) + monster: 60 + killmonster: 60 + killmonster2: 60 + raisemap: 60 + doommap: 60 + } + skill_damage_cap: { + } +}, { /* CvC zone is applied to all maps with a cvc mapflag */ name: "CvC" /* changing this name requires MAP_ZONE_CVC_NAME to also be changed in src/map/map.h file */ diff --git a/db/pre-re/mob_db.conf b/db/pre-re/mob_db.conf index 4a0568be..43419fbe 100644 --- a/db/pre-re/mob_db.conf +++ b/db/pre-re/mob_db.conf @@ -3328,8 +3328,6 @@ mob_db: ( Lv: 200 Hp: 29999 Sp: 280 - Exp: 999999 - JExp: 99999 AttackRange: 9 Attack: [90, 124] Def: 74 @@ -3360,9 +3358,6 @@ mob_db: ( AttackDelay: 672 AttackMotion: 672 DamageMotion: 50 - Drops: { - BlueRose: 10000 - } }, { Id: 1143 @@ -4176,8 +4171,6 @@ mob_db: ( Lv: 200 Hp: 29999 Sp: 280 - Exp: 999999 - JExp: 99999 AttackRange: 9 Attack: [90, 124] Def: 74 @@ -4208,9 +4201,6 @@ mob_db: ( AttackDelay: 672 AttackMotion: 672 DamageMotion: 50 - Drops: { - BlueRose: 10000 - } }, //ID, Name, Jname, LV, HP, SP, EXP, JEXP, Range1, ATK1, ATK2, DEF, MDEF, STR, AGI, VIT, INT, DEX, LUK, Range2, Range3, Scale, Race, Element,Mode, Speed, Adelay, Amotion,Dmotion,Drop1id,Drop1per,Drop2id,Drop2%, Drop3id,Drop3%, Drop4id,Drop4%, Drop5id,Drop5%, Drop6id,Drop6%, Drop7id,Drop7%, Drop8id,Drop8%, Item1, Item2, MEXP, ExpPer, MVP1id, MVP1per,MVP2id, MVP2per,MVP3id, MVP3per,mutationcount,mutationstrength -- cgit v1.2.3-60-g2f50