From d0baeec9991aef430c44b9fa22aec9a196ef205d Mon Sep 17 00:00:00 2001 From: ThrisStraizo <45871917+ThrisStraizo@users.noreply.github.com> Date: Mon, 16 Feb 2026 14:28:02 -0800 Subject: [PATCH] NIN AF3 Audit This PR audits the LVL/HP and general behavior of the mobs of the NIN AF3 fight. --- scripts/zones/Yhoator_Jungle/IDs.lua | 1 + scripts/zones/Yhoator_Jungle/mobs/Kappa_Akuso.lua | 1 - scripts/zones/Yhoator_Jungle/npcs/qm3.lua | 1 + sql/mob_groups.sql | 6 +++--- sql/mob_spawn_points.sql | 4 ++-- 5 files changed, 7 insertions(+), 6 deletions(-) diff --git a/scripts/zones/Yhoator_Jungle/IDs.lua b/scripts/zones/Yhoator_Jungle/IDs.lua index d92e53550f9..d0b956375bc 100644 --- a/scripts/zones/Yhoator_Jungle/IDs.lua +++ b/scripts/zones/Yhoator_Jungle/IDs.lua @@ -31,6 +31,7 @@ zones[xi.zone.YHOATOR_JUNGLE] = HARVESTING_IS_POSSIBLE_HERE = 7690, -- Harvesting is possible here if you have . TREE_CHECK = 7697, -- The hole in this tree is filled with a sweet-smelling liquid. TREE_FULL = 7698, -- Your wine barrel is already full. + CHILL_RUNS_DOWN = 7699, -- A chill runs down your spine... WATER_HOLE = 7701, -- There is an Opo-opo drinking well here. It seems they feast here, too. FAINT_CRY = 7702, -- You hear the cry of a famished Opo-opo! PAMAMAS = 7705, -- You might be able to draw an Opo-opo here if you had more pamamas. diff --git a/scripts/zones/Yhoator_Jungle/mobs/Kappa_Akuso.lua b/scripts/zones/Yhoator_Jungle/mobs/Kappa_Akuso.lua index cf05a801958..53bd6378f08 100644 --- a/scripts/zones/Yhoator_Jungle/mobs/Kappa_Akuso.lua +++ b/scripts/zones/Yhoator_Jungle/mobs/Kappa_Akuso.lua @@ -19,7 +19,6 @@ entity.onMobInitialize = function(mob) end entity.onMobSpawn = function(mob) - mob:setMod(xi.mod.COUNTER, 0) mob:setMobMod(xi.mobMod.CANNOT_GUARD, 1) mob:setMobMod(xi.mobMod.BASE_DAMAGE_MULTIPLIER, 250) end diff --git a/scripts/zones/Yhoator_Jungle/npcs/qm3.lua b/scripts/zones/Yhoator_Jungle/npcs/qm3.lua index dbd67fee3f3..63f3c9256fe 100644 --- a/scripts/zones/Yhoator_Jungle/npcs/qm3.lua +++ b/scripts/zones/Yhoator_Jungle/npcs/qm3.lua @@ -18,6 +18,7 @@ entity.onTrigger = function(player, npc) npcUtil.giveKeyItem(player, xi.ki.OLD_TRICK_BOX) player:setCharVar('trueWillKilledNM', 0) else + player:messageSpecial(ID.text.CHILL_RUNS_DOWN) npcUtil.popFromQM(player, npc, { ID.mob.KAPPA_AKUSO, ID.mob.KAPPA_BONZE, ID.mob.KAPPA_BIWA }, { hide = 0 }) end else diff --git a/sql/mob_groups.sql b/sql/mob_groups.sql index 39858e233ba..b62fe1c4516 100644 --- a/sql/mob_groups.sql +++ b/sql/mob_groups.sql @@ -9309,9 +9309,9 @@ INSERT INTO `mob_groups` VALUES (37,423,124,'Bisque-heeled_Sunberry',0,128,280,6 INSERT INTO `mob_groups` VALUES (38,3232,124,'Puroboros',300,8,569,0,0,0,NULL); INSERT INTO `mob_groups` VALUES (39,532,124,'Bright-handed_Kunberry',0,128,358,5400,0,0,NULL); INSERT INTO `mob_groups` VALUES (40,6659,124,'Goblin_Digger',300,0,1042,0,0,0,NULL); -INSERT INTO `mob_groups` VALUES (41,2186,124,'Kappa_Akuso',0,128,0,5800,0,0,NULL); -INSERT INTO `mob_groups` VALUES (42,2188,124,'Kappa_Bonze',0,128,0,4600,0,0,NULL); -INSERT INTO `mob_groups` VALUES (43,2187,124,'Kappa_Biwa',0,128,0,4600,0,0,NULL); +INSERT INTO `mob_groups` VALUES (41,2186,124,'Kappa_Akuso',0,128,0,6100,0,0,NULL); +INSERT INTO `mob_groups` VALUES (42,2188,124,'Kappa_Bonze',0,128,0,5900,5900,0,NULL); +INSERT INTO `mob_groups` VALUES (43,2187,124,'Kappa_Biwa',0,128,0,5200,0,0,NULL); INSERT INTO `mob_groups` VALUES (44,1983,124,'Hobgoblin_Warrior',0,128,0,0,0,0,NULL); INSERT INTO `mob_groups` VALUES (45,1984,124,'Hobgoblin_White_Mage',0,128,0,0,0,0,NULL); INSERT INTO `mob_groups` VALUES (46,1972,124,'Hobgoblin_Black_Mage',0,128,0,0,0,0,NULL); diff --git a/sql/mob_spawn_points.sql b/sql/mob_spawn_points.sql index 1695b2a465c..bf6a1641aaf 100644 --- a/sql/mob_spawn_points.sql +++ b/sql/mob_spawn_points.sql @@ -44850,8 +44850,8 @@ INSERT INTO `mob_spawn_points` VALUES (17285541,0,'Tonberry_Shadower','Tonberry INSERT INTO `mob_spawn_points` VALUES (17285542,0,'Tonberry_Shadower','Tonberry Shadower',31,61,63,277.436,-18.500,-196.470,127); INSERT INTO `mob_spawn_points` VALUES (17285543,0,'Goblin_Digger','Goblin Digger',40,41,44,-69.276,6.961,-179.442,127); INSERT INTO `mob_spawn_points` VALUES (17285544,0,'Kappa_Akuso','Kappa Akuso',41,63,63,205.000,-1.000,83.000,230); -INSERT INTO `mob_spawn_points` VALUES (17285545,0,'Kappa_Bonze','Kappa Bonze',42,60,60,204.000,-1.000,83.000,230); -INSERT INTO `mob_spawn_points` VALUES (17285546,0,'Kappa_Biwa','Kappa Biwa',43,61,61,203.000,-1.000,83.000,230); +INSERT INTO `mob_spawn_points` VALUES (17285545,0,'Kappa_Bonze','Kappa Bonze',42,61,61,204.000,-1.000,83.000,230); +INSERT INTO `mob_spawn_points` VALUES (17285546,0,'Kappa_Biwa','Kappa Biwa',43,62,62,203.000,-1.000,83.000,230); INSERT INTO `mob_spawn_points` VALUES (17285547,0,'Hobgoblin_Warrior','Hobgoblin Warrior',44,50,55,0.000,0.000,0.000,0); INSERT INTO `mob_spawn_points` VALUES (17285548,0,'Hobgoblin_White_Mage','Hobgoblin White Mage',45,50,55,0.000,0.000,0.000,0); INSERT INTO `mob_spawn_points` VALUES (17285549,0,'Hobgoblin_Black_Mage','Hobgoblin Black Mage',46,50,55,0.000,0.000,0.000,0);