From 30bdc5e446b4881ee5dec2b20cc8e58fd079b370 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 8 Nov 2022 19:44:01 -0300 Subject: I can fix getusers() myself --- world/map/npc/annuals/fathertime.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/world/map/npc/annuals/fathertime.txt b/world/map/npc/annuals/fathertime.txt index c4720032..0670c3c9 100644 --- a/world/map/npc/annuals/fathertime.txt +++ b/world/map/npc/annuals/fathertime.txt @@ -81,8 +81,7 @@ L_Friday: end; L_Pirate: - //set $@BLANC, (getusers(0) / 5) + 1; // "Segmentation fault (core dumped)" - set $@BLANC, 2; + set $@BLANC, (getusers(1) / 5) + 1; areamonster "001-1", 20, 20, 120, 120, "Blanc's Minion", 1121, $@BLANC, "#HolidayConfig::OnLameShield"; areamonster "002-1", 20, 20, 120, 120, "Blanc's Minion", 1119, $@BLANC, "#HolidayConfig::OnLameShield"; areamonster "003-4", 20, 20, 170, 120, "Blanc's Minion", 1122, 1, "#HolidayConfig::OnLameHat"; -- cgit v1.2.3-60-g2f50