10 lines
480 B
Python
10 lines
480 B
Python
from net.swordie.ms.enums import WeatherEffNoticeType
|
|
PIERRE = 8900000
|
|
if chr.getInstance() is not None:
|
|
sm.spawnMob(PIERRE, 1155, 551, False)
|
|
sm.showFieldEffect("Map/Effect.img/rootabyss/firework") # "Welcome" effect
|
|
sm.showWeatherNotice("From the bottom of my heart, welcome to the tea party!", WeatherEffNoticeType.BossPierre, 10000)
|
|
|
|
sm.waitForMobDeath(PIERRE)
|
|
if sm.hasQuest(30010):
|
|
sm.completeQuest(30010) #[Root Abyss] Defeat the Second Guardian |