diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/002-1/dan.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/002-1/dan.txt b/npc/002-1/dan.txt index ae8e34113..28a670d3e 100644 --- a/npc/002-1/dan.txt +++ b/npc/002-1/dan.txt @@ -105,27 +105,27 @@ OnFakeKill: OnRespawnPiou1: if (getq(ShipQuests_Dan) == 1) DanCheck(); - sleep 59000; + sleep 49000; areamonster(instance_mapname("002-1"), 52, 32, 73, 41, "Piou", Piou, 1, instance_npcname("PiouSpwn")+"::OnRespawnPiou1"); end; OnRespawnPiou2: if (getq(ShipQuests_Dan) == 1) DanCheck(); - sleep 61000; + sleep 51000; areamonster(instance_mapname("002-1"), 52, 32, 73, 41, "Piou", Piou, 1, instance_npcname("PiouSpwn")+"::OnRespawnPiou2"); end; OnRespawnPiou3: if (getq(ShipQuests_Dan) == 1) DanCheck(); - sleep 59500; + sleep 49500; areamonster(instance_mapname("002-1"), 52, 32, 73, 41, "Piou", Piou, 1, instance_npcname("PiouSpwn")+"::OnRespawnPiou3"); end; OnRespawnPiou4: if (getq(ShipQuests_Dan) == 1) DanCheck(); - sleep 61500; + sleep 51500; areamonster(instance_mapname("002-1"), 52, 32, 73, 41, "Piou", Piou, 1, instance_npcname("PiouSpwn")+"::OnRespawnPiou4"); end; OnRespawnPiou5: if (getq(ShipQuests_Dan) == 1) DanCheck(); - sleep 60000; + sleep 50000; areamonster(instance_mapname("002-3"), 31, 26, 40, 31, "Piou", Piou, 1, instance_npcname("PiouSpwn")+"::OnRespawnPiou5"); end; |