diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-31 19:00:46 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-31 19:00:46 -0300 |
commit | 8161ddb9979e2d7ab4f0db4ea8350b97127f1a04 (patch) | |
tree | 1894c422bf099355ca3ade398c8e8c36bfdab7b9 | |
parent | b31b91fa0ff7add0c043b7a0d69da9a4c1824cea (diff) | |
download | serverdata-8161ddb9979e2d7ab4f0db4ea8350b97127f1a04.tar.gz serverdata-8161ddb9979e2d7ab4f0db4ea8350b97127f1a04.tar.bz2 serverdata-8161ddb9979e2d7ab4f0db4ea8350b97127f1a04.tar.xz serverdata-8161ddb9979e2d7ab4f0db4ea8350b97127f1a04.zip |
Safer inUse usage, to get rid of 1s invalid time window
-rw-r--r-- | db/re/mob_db.conf | 2 | ||||
-rw-r--r-- | npc/003-1-1/yetiking.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index b24987627..c1dfe539c 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -1380,7 +1380,7 @@ mob_db: ( Dex: 50 Luk: 80 } - ViewRange: 4 + ViewRange: 5 ChaseRange: 8 Size: 0 Race: 2 diff --git a/npc/003-1-1/yetiking.txt b/npc/003-1-1/yetiking.txt index e46046e34..2f5edb4fc 100644 --- a/npc/003-1-1/yetiking.txt +++ b/npc/003-1-1/yetiking.txt @@ -24,6 +24,7 @@ L_Summon: } delitem EverburnPowder, 1; dispbottom l("Emoc otem itey gnik!"); // come to me yeti king, spelled backwards. Sorry. + .inUse=1; initnpctimer; end; @@ -35,7 +36,6 @@ L_Die: OnTimer1000: setnpcdisplay .name$, NPC_YETI_KING; - .inUse=1; end; OnTimer2000: |