diff options
-rw-r--r-- | db/re/item_db.conf | 6 | ||||
-rw-r--r-- | db/re/mob_db.conf | 2 | ||||
-rw-r--r-- | npc/functions/event.txt | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index ee688a980..1ebcc0918 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -3100,8 +3100,8 @@ item_db: ( AegisName: "BatTeeth" Name: "Bat Teeth" Type: "IT_ETC" - Buy: 10 - Sell: 4 + Buy: 50 + Sell: 10 Weight: 3 Refine: false ViewSprite: 720 @@ -3385,7 +3385,7 @@ item_db: ( Name: "Bat Wing" Type: "IT_ETC" Buy: 50 - Sell: 11 + Sell: 10 Weight: 10 Refine: false ViewSprite: 746 diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index df967b333..78dcd2677 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -1360,7 +1360,7 @@ mob_db: ( { Id: 1039 SpriteName: "Bat" - Name: "Bat" + Name: "Cavern Bat" Lv: 14 Hp: 1682 Sp: 0 diff --git a/npc/functions/event.txt b/npc/functions/event.txt index 51a830b1d..2d688c7a5 100644 --- a/npc/functions/event.txt +++ b/npc/functions/event.txt @@ -145,7 +145,7 @@ OnClock0000: announce ("St. Patrick Day will start tomorrow!"), bc_all|bc_npc; } // Last Day: Send out an announcement - if (.@d == .patrick_endday - 1) { + if (.@d == .patrick_endday) { channelmes("#world", "It's the last day for St. Patrick Event! Hurry up!"); announce ("t's the last day for St. Patrick Event! Hurry up!"), bc_all|bc_npc; } |