diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-05-07 16:48:19 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-05-07 16:48:19 -0300 |
commit | 48475f59c168ab97767212c93ca64105da0ba710 (patch) | |
tree | 3f52ea96b31d9887c00b3e0210b1af1951289fdd /npc/functions | |
parent | 2667d25751e5323523166a2f23b5195f11ee6013 (diff) | |
download | serverdata-48475f59c168ab97767212c93ca64105da0ba710.tar.gz serverdata-48475f59c168ab97767212c93ca64105da0ba710.tar.bz2 serverdata-48475f59c168ab97767212c93ca64105da0ba710.tar.xz serverdata-48475f59c168ab97767212c93ca64105da0ba710.zip |
The Episode is almost complete
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/util.txt | 4 | ||||
-rw-r--r-- | npc/functions/weather.txt | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/npc/functions/util.txt b/npc/functions/util.txt index d3aebb7d1..68967b55e 100644 --- a/npc/functions/util.txt +++ b/npc/functions/util.txt @@ -1191,6 +1191,10 @@ function script NewcomerEXPDROPUP { sc_end SC_CASH_RECEIVEITEM; sc_start SC_CASH_PLUSEXP, 86400000, (REBIRTH ? .@BONUS : .@BONUS*2/3); sc_start SC_CASH_RECEIVEITEM, 86400000, .@BONUS; + // This does not belong here, but... + if (getq(LoFQuest_EPISODE) == 13) { + sc_start SC_POISON, 86400000, 1, 10000, SCFLAG_NOAVOID|SCFLAG_FIXEDTICK; + } return .@BONUS; } diff --git a/npc/functions/weather.txt b/npc/functions/weather.txt index 149cb1618..f2642ee80 100644 --- a/npc/functions/weather.txt +++ b/npc/functions/weather.txt @@ -98,6 +98,8 @@ OnInit: htput(.wcore, "019-2", "iceland"); htput(.wcore, "019-3", "iceland"); htput(.wcore, "019-4", "iceland"); + htput(.wcore, "019-5", "iceland"); + htput(.wcore, "019-6", "iceland"); htput(.wcore, "020-1", "iceland"); htput(.wcore, "022-1", "iceland"); htput(.wcore, "024-1", "iceland"); |