From 6bb3e69373e3d68460c4c377b7e4aa98361e3a94 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 27 Jul 2023 00:48:54 -0300 Subject: Miscellaneous changes - Disable TMW Classic portal for non-staff (not being cleaned up properly) - First sign is now a warp portal (for convenience) - Reduce amount of summons to half, and increase their duration --- npc/033-2/magic.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/033-2') diff --git a/npc/033-2/magic.txt b/npc/033-2/magic.txt index 0ee0dc2..e597b40 100644 --- a/npc/033-2/magic.txt +++ b/npc/033-2/magic.txt @@ -235,8 +235,8 @@ function script Crossroads_Magic { case Ele_Ghost: .@MB = MisterPrickel; break; default: .@MB = Assassin; break; // ??? } - .@t = 10 + (min(readparam2(bInt), 150) / 15) + (.@PW/5); - .@a = 1 + (.@PW/25) + (.@RG/2); // Amount of spawns + .@t = 10 + (min(readparam2(bInt), 150) / 15) + (.@PW/5) + .@RG; + .@a = 1 + ((.@PW/25) + (.@RG/2)) / 2; // Amount of spawns // Actual summoning core for (.@i=0; .@i < .@a; .@i++) { .@m = summon("Summoned Monster", .@MB, .@t); -- cgit v1.2.3-70-g09d2