summaryrefslogtreecommitdiff
path: root/world/map/db
diff options
context:
space:
mode:
authorHoraK-FDF <horak-fdf@web.de>2024-03-07 09:13:36 +0100
committerHoraK-FDF <horak-fdf@web.de>2024-04-14 11:16:06 +0200
commit17f7a3d01d1ef3b45db74c5fec33d06107dbaf6e (patch)
treeb36334af0d033fefe67e97dfa28481e4537780bf /world/map/db
parenta8213b62e772af5374512a1a28ab6b61df1967a5 (diff)
downloadserverdata-17f7a3d01d1ef3b45db74c5fec33d06107dbaf6e.tar.gz
serverdata-17f7a3d01d1ef3b45db74c5fec33d06107dbaf6e.tar.bz2
serverdata-17f7a3d01d1ef3b45db74c5fec33d06107dbaf6e.tar.xz
serverdata-17f7a3d01d1ef3b45db74c5fec33d06107dbaf6e.zip
silver bell sound
Diffstat (limited to 'world/map/db')
-rw-r--r--world/map/db/item_db.conf3
-rw-r--r--world/map/db/item_db_use.txt2
2 files changed, 2 insertions, 3 deletions
diff --git a/world/map/db/item_db.conf b/world/map/db/item_db.conf
index 30726bdb..c2f1accd 100644
--- a/world/map/db/item_db.conf
+++ b/world/map/db/item_db.conf
@@ -15309,9 +15309,8 @@ item_db: (
Refine: false
ViewSprite: 1226
Script: <"
- getitem SilverBell, 1;
+ callfunc "SilverBellSound";
">
- // TODO: Make a quieter version of the ship's bell
},
{
Id: 1229
diff --git a/world/map/db/item_db_use.txt b/world/map/db/item_db_use.txt
index 4b17663b..902eb25f 100644
--- a/world/map/db/item_db_use.txt
+++ b/world/map/db/item_db_use.txt
@@ -76,7 +76,7 @@
839, GrapeLollipop, 0, 100, 50, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {heal 750, 0, 1;}, {}
840, OrangeLollipop, 0, 100, 50, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {heal 750, 0, 1;}, {}
1189, PollettEgg, 0, 250, 25, 4, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {heal 75, 10, 1;}, {}
-1226, SilverBell, 0, 6000, 3000, 25, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {getitem SilverBell, 1;}, {}
+1226, SilverBell, 0, 6000, 3000, 25, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {callfunc "SilverBellSound";}, {}
1229, CaramelApple, 0, 500, 75, 5, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {heal 1000, 0, 1;}, {}
1230, LollipopColor1, 0, 100, 50, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {heal 800, 0, 1;}, {}
1231, LollipopColor2, 0, 100, 50, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {heal 800, 0, 1;}, {}