diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-04-05 03:19:21 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-04-05 03:19:21 -0300 |
commit | a33298493f416062171fb970f1737d176225917a (patch) | |
tree | bdad29de3f1954d0ea3809fe097fc4cf76cc8305 | |
parent | bc56efc094a90485e4f54cb30aa1512734257b45 (diff) | |
download | serverdata-a33298493f416062171fb970f1737d176225917a.tar.gz serverdata-a33298493f416062171fb970f1737d176225917a.tar.bz2 serverdata-a33298493f416062171fb970f1737d176225917a.tar.xz serverdata-a33298493f416062171fb970f1737d176225917a.zip |
Serena#Ctrl::OnVerify - Stop if wave variable vanished
-rw-r--r-- | npc/001-2-32/serena.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/001-2-32/serena.txt b/npc/001-2-32/serena.txt index 864a5fa9..5284caa6 100644 --- a/npc/001-2-32/serena.txt +++ b/npc/001-2-32/serena.txt @@ -136,6 +136,9 @@ OnATLUpdate: // Check for possible cheats, and update default values OnVerify: + if (!.atlf) + end; + if (readbattleparam(getcharid(3), UDT_ATKRANGE) > .atl_Rng) .atl_Rng=readbattleparam(getcharid(3), UDT_ATKRANGE); |