summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-11-08 19:44:01 -0300
committerJesusaves <cpntb1@ymail.com>2022-11-08 19:44:01 -0300
commit30bdc5e446b4881ee5dec2b20cc8e58fd079b370 (patch)
treeb66a7ff7bf779af2967a4dbfc99f98edf960eb29
parent67e508b97c7bf58f3a5677e9a215e9a4f4e2f26f (diff)
downloadserverdata-30bdc5e446b4881ee5dec2b20cc8e58fd079b370.tar.gz
serverdata-30bdc5e446b4881ee5dec2b20cc8e58fd079b370.tar.bz2
serverdata-30bdc5e446b4881ee5dec2b20cc8e58fd079b370.tar.xz
serverdata-30bdc5e446b4881ee5dec2b20cc8e58fd079b370.zip
I can fix getusers() myself
-rw-r--r--world/map/npc/annuals/fathertime.txt3
1 files changed, 1 insertions, 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";