maple-v206/scripts/field/abysscave_ent.py

11 lines
401 B
Python

# Root Abyss | Abyssal Cave (Vellum's Boss Map)
from net.swordie.ms.enums import WeatherEffNoticeType
sm.showWeatherNotice("Vellum is nowhere to be seen. Take a look around the altar.", WeatherEffNoticeType.SnowySnowAndSprinkledFlowerAndSoapBubbles, 10000)
if sm.hasQuest(30012):
sm.waitForMobDeath(9400942)
sm.completeQuest(30012) #[Root Abyss] Defeat the Final Guardian
sm.dispose()