summaryrefslogtreecommitdiff
path: root/npc/functions/weather.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2024-01-18 17:05:11 -0300
committerJesusaves <cpntb1@ymail.com>2024-01-18 17:05:11 -0300
commit429dc2d09e0e9ff187a47ac484f6234079c92d84 (patch)
treede1bd3fd8b3afc90e4922b5c2e24fa308e23040a /npc/functions/weather.txt
parent1c7437af4782701411dcadb109d909c3d5f9b51a (diff)
downloadserverdata-429dc2d09e0e9ff187a47ac484f6234079c92d84.tar.gz
serverdata-429dc2d09e0e9ff187a47ac484f6234079c92d84.tar.bz2
serverdata-429dc2d09e0e9ff187a47ac484f6234079c92d84.tar.xz
serverdata-429dc2d09e0e9ff187a47ac484f6234079c92d84.zip
Morning Rush & Night Wishes
Diffstat (limited to 'npc/functions/weather.txt')
-rw-r--r--npc/functions/weather.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/functions/weather.txt b/npc/functions/weather.txt
index 8c1643359..51a852ae2 100644
--- a/npc/functions/weather.txt
+++ b/npc/functions/weather.txt
@@ -243,6 +243,8 @@ OnMinute45:
attachrid(.@players[.@i]);
callfunc("SC_Bonus", 180, SC_INCMHPRATE, 10, 10);
percentheal 100, 100;
+ callfunc("SC_Bonus", 60, SC_INCFLEERATE, 40, 40); // Night Wishes
+ message(.@players[.@i], "Night wishes: Evasion up!");
message(.@players[.@i], "The night falls.");
detachrid();
}
@@ -257,6 +259,8 @@ OnMinute45:
attachrid(.@players[.@i]);
callfunc("SC_Bonus", 180, SC_INCMHPRATE, 10, 10);
percentheal 100, 100;
+ callfunc("SC_Bonus", 60, SC_ATTHASTE_POTION3, 15, 15); // Morning Rush
+ message(.@players[.@i], "Morning rush: Attack speed up!");
message(.@players[.@i], "The day rises.");
detachrid();
}