diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-11-08 19:44:01 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-11-08 19:44:01 -0300 |
commit | 30bdc5e446b4881ee5dec2b20cc8e58fd079b370 (patch) | |
tree | b66a7ff7bf779af2967a4dbfc99f98edf960eb29 /world | |
parent | 67e508b97c7bf58f3a5677e9a215e9a4f4e2f26f (diff) | |
download | serverdata-30bdc5e446b4881ee5dec2b20cc8e58fd079b370.tar.gz serverdata-30bdc5e446b4881ee5dec2b20cc8e58fd079b370.tar.bz2 serverdata-30bdc5e446b4881ee5dec2b20cc8e58fd079b370.tar.xz serverdata-30bdc5e446b4881ee5dec2b20cc8e58fd079b370.zip |
I can fix getusers() myself
Diffstat (limited to 'world')
-rw-r--r-- | world/map/npc/annuals/fathertime.txt | 3 |
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"; |