From 8413c5da8ca62235b0c5a2594fe9e0b6c1d47885 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 31 Mar 2020 16:45:48 -0300 Subject: End March Updates (#549) * Mana Guardian EXP +750 DEF -6 LUK -160 * Second monster point table * Banshee Bow no longer crits. Added more damage and a walk speed bonus. Lowered HP penalty in half. * Release [Sand Cutter] weapon, with power matching Banshee. PS. If Sand Cutter dealt only 120 damage, it would draw with setzer. * Add Virus monster (ID 1139) The main and most annoying attack is poison; otherwise it is quite weak. More vulnerable to magic than slashing. Drops the following three items: Acorn, 11.00% Snapples, 5.00% Gumi Candy, 0.11% Range 6. --- world/map/npc/functions/mob_points.txt | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'world/map/npc/functions/mob_points.txt') diff --git a/world/map/npc/functions/mob_points.txt b/world/map/npc/functions/mob_points.txt index 72b5ac23..e60b0588 100644 --- a/world/map/npc/functions/mob_points.txt +++ b/world/map/npc/functions/mob_points.txt @@ -135,9 +135,24 @@ function|script|MobPoints // -o11c ; // END - if (MPQUEST == 1) + setarray @points_extended, + 100, // 1130 Moonshroom + 20, // 1131 ManaBug + 80, // 1132 LavaSlime + 80, // 1133 Anne + 200, // 1134 SUSAN + 80, // 1135 LovelyMaggot + 10, // 1136 LesserGhost + 500, // 1137 Tormenta + 200 // 1138 ManaGuardian + ; + + if ((MPQUEST == 1) && (@mobID < 1130)) set Mobpt, Mobpt + @points[@mobID - 1002]; + if ((MPQUEST == 1) && (@mobID > 1129)) + set Mobpt, Mobpt + @points_extended[@mobID - 1130]; + callfunc "ValonCount"; if (((QL_VALON >= 2) && (QL_VALON < 6)) && (@mobID == $@ValonMob[@valon_mob])) goto L_ValonMobKill; -- cgit v1.2.3-60-g2f50