From 35b1645f73a274a89141fe6d8d221aea587de5a6 Mon Sep 17 00:00:00 2001 From: Jessica Tölke Date: Thu, 13 Jun 2013 17:45:11 +0200 Subject: Flowerpentagram balancing: Increase treshold of monsters that are allowed to be still alive when trying to trigger a new summoning. --- world/map/npc/013-1/flowerpentagram.txt | 1 - world/map/npc/056-1/flowerpentagram5.txt | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'world/map') 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) -- cgit v1.2.3-60-g2f50