diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-04-14 22:24:20 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-04-14 22:24:20 -0300 |
commit | 9ce79291a280d0ebc93a076810a7e848fb0d397b (patch) | |
tree | 1aec1f3606f6f5aee535a03b8555728a31cb017f /npc/functions | |
parent | 9ed3fc1f95fe28741686280b1ae7da3b9f9ca403 (diff) | |
download | serverdata-9ce79291a280d0ebc93a076810a7e848fb0d397b.tar.gz serverdata-9ce79291a280d0ebc93a076810a7e848fb0d397b.tar.bz2 serverdata-9ce79291a280d0ebc93a076810a7e848fb0d397b.tar.xz serverdata-9ce79291a280d0ebc93a076810a7e848fb0d397b.zip |
Add Kaflosh. Maybe. Hopefully. This one requires some serious testing
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/weather.txt | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/npc/functions/weather.txt b/npc/functions/weather.txt index 1d384a04..5de86a5b 100644 --- a/npc/functions/weather.txt +++ b/npc/functions/weather.txt @@ -38,27 +38,27 @@ OnInit: htput(.wcore, "043-1", CLIMATE_DESERT); // Woodlands - htput(.wcore, "007-1", CLIMATE_WOODLAND); - htput(.wcore, "008-1", CLIMATE_WOODLAND); - htput(.wcore, "009-1", CLIMATE_WOODLAND); - htput(.wcore, "010-1", CLIMATE_WOODLAND); - htput(.wcore, "011-1", CLIMATE_WOODLAND); - htput(.wcore, "012-1", CLIMATE_WOODLAND); - htput(.wcore, "013-1", CLIMATE_WOODLAND); - htput(.wcore, "014-1", CLIMATE_WOODLAND); - htput(.wcore, "015-1", CLIMATE_WOODLAND); - htput(.wcore, "016-1", CLIMATE_WOODLAND); - htput(.wcore, "017-1", CLIMATE_WOODLAND); - htput(.wcore, "018-1", CLIMATE_WOODLAND); - htput(.wcore, "025-1", CLIMATE_WOODLAND); - htput(.wcore, "026-1", CLIMATE_WOODLAND); - htput(.wcore, "027-1", CLIMATE_WOODLAND); - htput(.wcore, "028-1", CLIMATE_WOODLAND); - htput(.wcore, "029-1", CLIMATE_WOODLAND); - htput(.wcore, "051-1", CLIMATE_WOODLAND); // ? - htput(.wcore, "052-1", CLIMATE_WOODLAND); - htput(.wcore, "055-1", CLIMATE_WOODLAND); - htput(.wcore, "057-1", CLIMATE_WOODLAND); + htput(.wcore, "007-1", CLIMATE_MODERATE); + htput(.wcore, "008-1", CLIMATE_MODERATE); + htput(.wcore, "009-1", CLIMATE_MODERATE); + htput(.wcore, "010-1", CLIMATE_MODERATE); + htput(.wcore, "011-1", CLIMATE_MODERATE); + htput(.wcore, "012-1", CLIMATE_MODERATE); + htput(.wcore, "013-1", CLIMATE_MODERATE); + htput(.wcore, "014-1", CLIMATE_MODERATE); + htput(.wcore, "015-1", CLIMATE_MODERATE); + htput(.wcore, "016-1", CLIMATE_MODERATE); + htput(.wcore, "017-1", CLIMATE_MODERATE); + htput(.wcore, "018-1", CLIMATE_MODERATE); + htput(.wcore, "025-1", CLIMATE_MODERATE); + htput(.wcore, "026-1", CLIMATE_MODERATE); + htput(.wcore, "027-1", CLIMATE_MODERATE); + htput(.wcore, "028-1", CLIMATE_MODERATE); + htput(.wcore, "029-1", CLIMATE_MODERATE); + htput(.wcore, "051-1", CLIMATE_MODERATE); // ? + htput(.wcore, "052-1", CLIMATE_MODERATE); + htput(.wcore, "055-1", CLIMATE_MODERATE); + htput(.wcore, "057-1", CLIMATE_MODERATE); // Icelands htput(.wcore, "019-1", CLIMATE_ICELAND); @@ -163,8 +163,8 @@ OnInit: } /////////////////////////////////////////////////////////////////// - // Every 5 seconds, we clean up any ongoing weather effects -OnTimer5000: + // Every 2.5 seconds, we clean up any ongoing weather effects +OnTimer2500: // No weather effect if (!htsize(.wtime)) { initnpctimer; |