summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-03-21 00:36:00 -0300
committerJesusaves <cpntb1@ymail.com>2019-03-21 00:36:00 -0300
commit10f0df6487aaf5b0537c89afa0dd3488d80c1584 (patch)
tree251bfe476455101abecc056b4475c2b113b830b0
parentb903a392f1d7bfc879bd9c9c29bea0c8f9162d3a (diff)
downloadserverdata-10f0df6487aaf5b0537c89afa0dd3488d80c1584.tar.gz
serverdata-10f0df6487aaf5b0537c89afa0dd3488d80c1584.tar.bz2
serverdata-10f0df6487aaf5b0537c89afa0dd3488d80c1584.tar.xz
serverdata-10f0df6487aaf5b0537c89afa0dd3488d80c1584.zip
Fine tune bat sell prices
-rw-r--r--db/re/item_db.conf6
-rw-r--r--db/re/mob_db.conf2
-rw-r--r--npc/functions/event.txt2
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;
}