diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-10-19 19:06:42 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-10-19 19:06:42 -0300 |
commit | 62617ca50d6a905d5a38ec78a6072838d939d8de (patch) | |
tree | 7f427c2392cda0e1d35afaa5da3ca5ceae43cfd3 | |
parent | e759d12bbdf51041a95cbe54a203217889bc956e (diff) | |
download | serverdata-jesusalva/parua.tar.gz serverdata-jesusalva/parua.tar.bz2 serverdata-jesusalva/parua.tar.xz serverdata-jesusalva/parua.zip |
Broken notesjesusalva/parua
-rw-r--r-- | npc/012-3-0/parua.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/012-3-0/parua.txt b/npc/012-3-0/parua.txt index 72ed2072..5e640695 100644 --- a/npc/012-3-0/parua.txt +++ b/npc/012-3-0/parua.txt @@ -263,6 +263,7 @@ function CaveLogic { sleep(15); // New wave condition: All mobs dead, or 1 minute have passed + // FIXME: Misbehaved? if (mobcount(.MAPA$, "Parua::OnPetDeath") <= 0 || .wtime >= 60) NextRound(); @@ -294,6 +295,7 @@ function NextRound { // This prevents from excess of House Maggots, for example .@lv+=any(0, 0, 0, 1, 1, 2); //debugmes("[Candor] Difficulty is %d, pool is %d", .@lv, $@PARUA_DIFFICULTY); + // FIXME: GreenSlime broken .@lv=rand2(0, .@lv); switch (.@lv) { |