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/056-1/flowerpentagram5.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'world/map/npc/056-1') 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