diff options
author | Jesusaves <cpntb1@ymail.com> | 2025-08-05 20:01:56 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2025-08-05 20:01:56 -0300 |
commit | 1e739be9a5414dab5a3ce9809e57dfc88809d994 (patch) | |
tree | af1cd0f86c50385592323dedf3a3c635edbe9760 | |
parent | 79fe58a152a3016207337eaf4e5d7ca634425d7d (diff) | |
download | serverdata-1e739be9a5414dab5a3ce9809e57dfc88809d994.tar.gz serverdata-1e739be9a5414dab5a3ce9809e57dfc88809d994.tar.bz2 serverdata-1e739be9a5414dab5a3ce9809e57dfc88809d994.tar.xz serverdata-1e739be9a5414dab5a3ce9809e57dfc88809d994.zip |
Include Monster Grant V to the Silver Bell shop
-rw-r--r-- | npc/017-1/fairy_collector.txt | 1 | ||||
-rw-r--r-- | npc/functions/hub.txt | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/npc/017-1/fairy_collector.txt b/npc/017-1/fairy_collector.txt index 1eab1119f..a4a1fb27b 100644 --- a/npc/017-1/fairy_collector.txt +++ b/npc/017-1/fairy_collector.txt @@ -418,6 +418,7 @@ OnInit: sellitem MageCardX, 1; sellitem NinjaCardX, 1; sellitem NatureCardX, 1; + sellitem MonsterGrantV, 1; sellitem LightGreenDiamond, 1; end; diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt index e2143e010..aca498224 100644 --- a/npc/functions/hub.txt +++ b/npc/functions/hub.txt @@ -1502,9 +1502,9 @@ function script HUB_PCBonus { // Tanker if (JobClass & CLASS_TANKER) { - bonus bDef, .@blvl / 80; // Max +10 DEF + bonus bDef, .@blvl / 80; // Max +10 DEF bonus bDef2, .@blvl / 20; // Max -40 DMG - bonus bMaxHP, .@blvl; // Max 800 HP + bonus bMaxHP, .@blvl; // Max 800 HP } else { bonus bDef, -(.@blvl / 20); // Max -40 DEF } |