diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-08 20:06:01 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-08 20:06:01 -0300 |
commit | 63d6dd83f7b979211a1a4460e6761a07878c3918 (patch) | |
tree | f7f472988a146e94fca19c3b8669b23c7fd27065 /npc/soren/main.txt | |
parent | defb7ecaaabcbaca879e559c3f87daf1d4456510 (diff) | |
download | serverdata-63d6dd83f7b979211a1a4460e6761a07878c3918.tar.gz serverdata-63d6dd83f7b979211a1a4460e6761a07878c3918.tar.bz2 serverdata-63d6dd83f7b979211a1a4460e6761a07878c3918.tar.xz serverdata-63d6dd83f7b979211a1a4460e6761a07878c3918.zip |
During playtest we took exactly 5 minutes.
Therefore, increase time range in 30 seconds (both min and max)
Diffstat (limited to 'npc/soren/main.txt')
-rw-r--r-- | npc/soren/main.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/soren/main.txt b/npc/soren/main.txt index 161086c81..f72a756b9 100644 --- a/npc/soren/main.txt +++ b/npc/soren/main.txt @@ -173,7 +173,7 @@ OnTimer31000: // If we're done with waves if (.st >= 7) { getexp rand(1, 100), rand(1, 10); - .lifetime=gettimetick(2)+300+rand(0, 60); + .lifetime=gettimetick(2)+330+rand(0, 60); npctalk l("Disarmed with success for: @@", FuzzyTime(.lifetime, 2, 2)); stopnpctimer; .st=0; specialeffect(27); @@ -317,7 +317,7 @@ OnTimer30900: // If we're done with waves if (.st >= 7) { - .lifetime=gettimetick(2)+300+rand(0, 60); + .lifetime=gettimetick(2)+330+rand(0, 60); npctalk l("Disarmed with success for: @@", FuzzyTime(.lifetime, 2, 2)); stopnpctimer; .st=0; } @@ -464,7 +464,7 @@ OnTimer31200: // If we're done with waves if (.st >= 7) { - .lifetime=gettimetick(2)+300+rand(0, 60); + .lifetime=gettimetick(2)+330+rand(0, 60); npctalk l("Disarmed with success for: @@", FuzzyTime(.lifetime, 2, 2)); stopnpctimer; .st=0; } |