maple-v206/scripts/quest/q1451e.py

18 lines
500 B
Python

# [Job Adv] (Lv.100) Way of the Hero / Paladin / Dark Knight
heroicPentagon = 4031343
heroicStar = 4031344
sm.setSpeakerID(2081100) # Gritto
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()