summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-02-03 16:26:06 -0300
committerJesusaves <cpntb1@ymail.com>2022-02-03 16:26:06 -0300
commit9db1761f535ac3a9d89cc466b864607ba04e6acf (patch)
tree9565b5cd504107d53c4061e41eb2472d254c6779
parentec117137a944cf4d6d0f72f1ed454aea6e3e4ccf (diff)
downloadserverdata-9db1761f535ac3a9d89cc466b864607ba04e6acf.tar.gz
serverdata-9db1761f535ac3a9d89cc466b864607ba04e6acf.tar.bz2
serverdata-9db1761f535ac3a9d89cc466b864607ba04e6acf.tar.xz
serverdata-9db1761f535ac3a9d89cc466b864607ba04e6acf.zip
Fix some rarity on drops
-rw-r--r--db/re/item_db.conf2
-rw-r--r--db/re/mob_db.conf3
-rw-r--r--npc/016-7/main.txt2
3 files changed, 4 insertions, 3 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index d61267fcc..a9f1b4457 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -8813,7 +8813,7 @@ item_db: (
{
Id: 2509
AegisName: "GoldenBlackPearlRing"
- Name: "Golden Pearl Ring"
+ Name: "Golden Black Pearl Ring"
Type: "IT_ARMOR"
Buy: 10000
Sell: 5000
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf
index d06e07abe..8aecacc78 100644
--- a/db/re/mob_db.conf
+++ b/db/re/mob_db.conf
@@ -10742,6 +10742,7 @@ mob_db: (
TitaniumOre: 60
Amethyst: 40
Sapphire: 20
+ EarthPowder: 1
}
},
{
@@ -11869,7 +11870,7 @@ mob_db: (
HardSpike: 800
RawLog: 700
BugLeg: 600
- GoldPieces: 1
+ DarkDesertMushroom: 1
}
},
{
diff --git a/npc/016-7/main.txt b/npc/016-7/main.txt
index 1609fa4ef..7dcf5637c 100644
--- a/npc/016-7/main.txt
+++ b/npc/016-7/main.txt
@@ -35,7 +35,7 @@ OnPirateDie:
end;
OnVictory:
- if (rand2(50000) < readparam2(bLuk))
+ if (rand2(10000) < REBIRTH+((readparam2(bLuk) + readparam2(bVit)) / 2))
getitem PirateBandana, 1;
areatimer("016-7", 23, 25, 52, 35, 10, "#MarineShipAttack::OnReward");
end;