diff options
-rw-r--r-- | world/map/npc/013-1/flowerpentagram.txt | 1 | ||||
-rw-r--r-- | world/map/npc/056-1/flowerpentagram5.txt | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/world/map/npc/013-1/flowerpentagram.txt b/world/map/npc/013-1/flowerpentagram.txt index 0ee7e47b..d7ffcada 100644 --- a/world/map/npc/013-1/flowerpentagram.txt +++ b/world/map/npc/013-1/flowerpentagram.txt @@ -5,7 +5,6 @@ OnSummon: announce "Sagatha: What fool trick is this? Who dares to toy around with the forest like this?", 0; callsub S_CleanUp; - // TODO: balance amounts // area closely to sagatha areamonster "013-1.gat", 119, 21, 134, 36, "", 1105, 3, "#FlowerPentagram::OnSquirrelDeath"; areamonster "013-1.gat", 119, 21, 134, 36, "", 1106, 2, "#FlowerPentagram::OnMushroomDeath"; diff --git a/world/map/npc/056-1/flowerpentagram5.txt b/world/map/npc/056-1/flowerpentagram5.txt index 13b86ecb..1218076c 100644 --- a/world/map/npc/056-1/flowerpentagram5.txt +++ b/world/map/npc/056-1/flowerpentagram5.txt @@ -42,7 +42,7 @@ L_Place: heal -5, 0; next; callfunc "FlowerPentagramCount"; - if (($@Flower_Pentagram_Time > gettimetick(2) - 3600) && ($@Flower_Pentagram_Mobcount > 5)) // TODO: balance treshold + if (($@Flower_Pentagram_Time > gettimetick(2) - 3600) && ($@Flower_Pentagram_Mobcount > 15)) goto L_TooEarly; set $@Flower_Pentagram_Time, gettimetick(2); if (countitem("RedSummonFlower") < 1) |