summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2024-05-12 17:35:05 -0300
committerJesusaves <cpntb1@ymail.com>2024-05-12 17:35:05 -0300
commited78ff253c4cfa4fb50251005b07e7ccdf7ef7c1 (patch)
treeffc394a9b530f26229ba3465c8d73d4afaec7aa1 /db
parent87eb4e5c32a49b58710e9be00dc90bfb46e820e9 (diff)
downloadserverdata-ed78ff253c4cfa4fb50251005b07e7ccdf7ef7c1.tar.gz
serverdata-ed78ff253c4cfa4fb50251005b07e7ccdf7ef7c1.tar.bz2
serverdata-ed78ff253c4cfa4fb50251005b07e7ccdf7ef7c1.tar.xz
serverdata-ed78ff253c4cfa4fb50251005b07e7ccdf7ef7c1.zip
Nerfs: Pink Antenna, Green Slime, GSM, Jak1's Residence, Iced Bottles, Pinkie Hats.
Also, update captcha function ever so slightly so new players have less captchas.
Diffstat (limited to 'db')
-rw-r--r--db/re/item_db.conf2
-rw-r--r--db/re/mob_db.conf38
-rw-r--r--db/re/mob_skill_db.conf2
3 files changed, 21 insertions, 21 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index 403b0bf48..b1b53ac77 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -10204,7 +10204,7 @@ item_db: (
Name: "Pinkie Hat"
Type: "IT_ARMOR"
Buy: 160000
- Sell: 10000
+ Sell: 9500
Weight: 5
Def: 4
Loc: "EQP_HEAD_TOP"
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf
index c9183ff0b..7c046e548 100644
--- a/db/re/mob_db.conf
+++ b/db/re/mob_db.conf
@@ -3596,7 +3596,7 @@ mob_db: (
AttackMotion: 672
DamageMotion: 480
Drops: {
- CoinBag: 390
+ CoinBag: 388
CasinoCoins: 280
SharpKnife: 140
CactusDrink: 100
@@ -4085,8 +4085,8 @@ mob_db: (
AttackMotion: 672
DamageMotion: 480
Drops: {
- IceCube: 200
- IcedBottle: 11
+ IceCube: 180
+ IcedBottle: 9
Dagger: 6
IceGladius: 1
}
@@ -5856,7 +5856,7 @@ mob_db: (
SeaDrops: 300
BottleOfSeaWater: 150
EmptyBottle: 110
- CoinBag: 90
+ CoinBag: 88
BlueCoral: 70
CasinoCoins: 60
PirateShorts: 45
@@ -5906,7 +5906,7 @@ mob_db: (
AnimalBones: 330
LeatherPatch: 320
EmptyBottle: 110
- CoinBag: 95
+ CoinBag: 92
CentaurSpear: 4
}
},
@@ -6328,7 +6328,7 @@ mob_db: (
DamageMotion: 480
Drops: {
BanditHood: 700
- CoinBag: 300
+ CoinBag: 250
CasinoCoins: 220
RedApple: 200
Dagger: 20
@@ -6375,7 +6375,7 @@ mob_db: (
DamageMotion: 900
Drops: {
BanditHood: 800
- CoinBag: 500
+ CoinBag: 450
RedApple: 300
Lockpicks: 80
WoodenLog: 12
@@ -7945,7 +7945,7 @@ mob_db: (
Coal: 7000
CactusDrink: 6000
CactusPotion: 5000
- CoinBag: 4000
+ CoinBag: 4500
Coal: 3000
IronOre: 1000
Ruby: 100
@@ -8492,7 +8492,7 @@ mob_db: (
DamageMotion: 900
Drops: {
Bullet: 8000
- CoinBag: 500
+ CoinBag: 600
RedApple: 300
Lockpicks: 50
ArcmageBoxset: 35
@@ -9679,17 +9679,17 @@ mob_db: (
Sp: 0
Exp: 700
JExp: 10
- AttackRange: 6
- Attack: [87, 94]
+ AttackRange: 7
+ Attack: [94, 102]
Def: 70
Mdef: 80
Stats: {
- Str: 40
+ Str: 60
Agi: 15
Vit: 35
Int: 10
- Dex: 270
- Luk: 250
+ Dex: 290
+ Luk: 270
}
ViewRange: 10
ChaseRange: 12
@@ -10065,7 +10065,7 @@ mob_db: (
DamageMotion: 200
Drops: {
IceCube: 400
- IcedBottle: 22
+ IcedBottle: 24
Dagger: 12
IceGladius: 3
}
@@ -10359,7 +10359,7 @@ mob_db: (
ViewRange: 7
ChaseRange: 11
Drops: {
- PinkAntenna: 880
+ PinkAntenna: 800
CherryCake: 400
PinkieLeg: 500
PurificationPotion: 70
@@ -10602,7 +10602,7 @@ mob_db: (
AttackMotion: 672
DamageMotion: 200
Drops: {
- CoinBag: 390
+ CoinBag: 400
CasinoCoins: 280
SharpKnife: 140
CactusDrink: 100
@@ -11257,7 +11257,7 @@ mob_db: (
ViewRange: 7
ChaseRange: 11
Drops: {
- PinkAntenna: 800
+ PinkAntenna: 700
CherryCake: 400
PinkieLeg: 500
PurificationPotion: 70
@@ -11306,8 +11306,8 @@ mob_db: (
ViewRange: 7
ChaseRange: 11
Drops: {
- PinkAntenna: 900
CherryCake: 1200
+ PinkAntenna: 900
PinkieLeg: 700
Cherry: 300
PurificationPotion: 250
diff --git a/db/re/mob_skill_db.conf b/db/re/mob_skill_db.conf
index 481471e5e..924497ee6 100644
--- a/db/re/mob_skill_db.conf
+++ b/db/re/mob_skill_db.conf
@@ -1688,7 +1688,7 @@ SKILL_COND2 = {
GreenSlimeMother: {
NPC_SUMMONSLAVE: {
SkillState: "MSS_ANY"
- SkillLevel: 4
+ SkillLevel: 3
Rate: 10000
CastTime: 700
Delay: 22000