maple-v206/scripts/field/chaos_summon_zakum.py

14 lines
440 B
Python

#field.spawnMob(8800102, -54, 86, False, 999999999)
for i in range(8):
field.spawnMob(8800102 + i, -54, 86, False, 999999999)
breakLoop = False
while not breakLoop and field is not None and field.getChars().size() > 0:
breakLoop = True
for i in range(8):
if field.getLifeByTemplateId(8800103 + i) is not None:
breakLoop = False
if sm.waitForMobDeath(8800102):
sm.killMobs()
sm.dispose()