maple-v206/scripts/reactor/bellumNormal.py

7 lines
316 B
Python

from net.swordie.ms.enums import WeatherEffNoticeType
if chr.getInstance() is not None:
sm.removeReactor()
sm.invokeAfterDelay(1500, "spawnMob", 9400942, -200, 440, False)
sm.showWeatherNotice("You ignore my warnings?! I will show you no mercy!", WeatherEffNoticeType.BossVellum, 10000)
sm.dispose()