diff options
-rw-r--r-- | db/item_options.conf | 4 | ||||
-rw-r--r-- | npc/017-1/townhall.txt | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/db/item_options.conf b/db/item_options.conf index c3a39848b..cce2306f2 100644 --- a/db/item_options.conf +++ b/db/item_options.conf @@ -1111,12 +1111,12 @@ item_options_db: ( Id: 199 Name: "IOPT_CRITDMG" Script: <" bonus(bCritAtkRate, getequippedoptioninfo(IT_OPT_VALUE)); "> -} +}, { Id: 200 Name: "IOPT_RICHNESS" Script: <" bonus2(bAddGetZenyNum, -1, getequippedoptioninfo(IT_OPT_VALUE)); "> -}, +} ) diff --git a/npc/017-1/townhall.txt b/npc/017-1/townhall.txt index d18466e5e..f005c52b1 100644 --- a/npc/017-1/townhall.txt +++ b/npc/017-1/townhall.txt @@ -108,7 +108,6 @@ function script BarbaraInstCheck { end; OnTouch: - // TODO: OnQuest: Instance .@q=getq(LoFQuest_Barbara); if (.@q >= 1) { warp BarbaraInstCheck(1), 80, 199; |