diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-01-06 17:32:15 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-01-06 17:32:15 -0200 |
commit | de450fc820890127872dcca9b7d4fd3f1e98e3bd (patch) | |
tree | 5ce2a0065a531379c56afdc630f69328020ebc12 | |
parent | 499e347085b37fc984116022f8585b3117f712e0 (diff) | |
download | serverdata-de450fc820890127872dcca9b7d4fd3f1e98e3bd.tar.gz serverdata-de450fc820890127872dcca9b7d4fd3f1e98e3bd.tar.bz2 serverdata-de450fc820890127872dcca9b7d4fd3f1e98e3bd.tar.xz serverdata-de450fc820890127872dcca9b7d4fd3f1e98e3bd.zip |
Adjust some headgear level based on total_visu
-rw-r--r-- | db/re/item_db.conf | 20 | ||||
-rw-r--r-- | npc/014-2/woodywife.txt | 2 |
2 files changed, 11 insertions, 11 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 55f3aa5d0..a8574d595 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -8033,7 +8033,7 @@ item_db: ( Buy: 320 Sell: 100 Weight: 50 - Def: 20 + Def: 5 Loc: "EQP_HEAD_TOP" EquipLv: 4 Refine: false @@ -8078,7 +8078,7 @@ item_db: ( Buy: 1600 Sell: 300 Weight: 23 - Def: 110 + Def: 10 Loc: "EQP_HEAD_TOP" EquipLv: 8 Refine: false @@ -8092,7 +8092,7 @@ item_db: ( Buy: 1600 Sell: 300 Weight: 22 - Def: 110 + Def: 10 Loc: "EQP_HEAD_TOP" EquipLv: 8 Refine: false @@ -8310,7 +8310,7 @@ item_db: ( Weight: 22 Def: 110 Loc: "EQP_HEAD_TOP" - EquipLv: 8 + EquipLv: 50 Refine: false ViewSprite: 2915 }, @@ -8430,7 +8430,7 @@ item_db: ( Weight: 22 Def: 110 Loc: "EQP_HEAD_TOP" - EquipLv: 8 + EquipLv: 65 Refine: false ViewSprite: 2920 Script: <" @@ -8447,7 +8447,7 @@ item_db: ( Weight: 22 Def: 110 Loc: "EQP_HEAD_TOP" - EquipLv: 8 + EquipLv: 48 Refine: false ViewSprite: 2921 }, @@ -8461,7 +8461,7 @@ item_db: ( Weight: 22 Def: 11 Loc: "EQP_HEAD_TOP" - EquipLv: 8 + EquipLv: 43 Refine: false ViewSprite: 2922 }, @@ -8604,7 +8604,7 @@ item_db: ( Weight: 22 Def: 110 Loc: "EQP_HEAD_TOP" - EquipLv: 8 + EquipLv: 60 Refine: false ViewSprite: 2932 }, @@ -8672,7 +8672,7 @@ item_db: ( Def: 40 Slots: 1 Loc: "EQP_HEAD_TOP" - EquipLv: 8 + EquipLv: 19 Refine: false ViewSprite: 2936 AllowCards: { @@ -8841,7 +8841,7 @@ item_db: ( Weight: 22 Def: 1 Loc: "EQP_HEAD_TOP" - EquipLv: 4 + EquipLv: 38 Refine: false ViewSprite: 2945 }, diff --git a/npc/014-2/woodywife.txt b/npc/014-2/woodywife.txt index 60bfecbef..0ecec6890 100644 --- a/npc/014-2/woodywife.txt +++ b/npc/014-2/woodywife.txt @@ -16,7 +16,7 @@ if (BaseLevel < 25) goto L_TooWeak; if (.@quest == 1) goto L_Start; if (.@quest == 2) goto L_Check; - if (.@quest == 3) goto L_Complete; + if (.@quest >= 3) goto L_Complete; L_GiveTask: mesn; |