maple-v206/scripts/quest/q1457e.py

18 lines
492 B
Python

# [Job Adv] (Lv.100) Way of the NightLord / Shadower
heroicPentagon = 4031517
heroicStar = 4031518
sm.setSpeakerID(2081400) # Hellin
sm.sendNext("You have returned.")
sm.sendNext("I will take these tokens of heroism from you, and grant you your 4th job skills.\r\nYou helped a great deal in the fight to come.")
sm.consumeItem(heroicPentagon, 1)
sm.consumeItem(heroicStar, 1)
sm.completeQuestNoRewards(parentID)
chrJobID = sm.getChr().getJob()
sm.jobAdvance(chrJobID+1)
sm.dispose()