18 lines
491 B
Python
18 lines
491 B
Python
# [Job Adv] (Lv.100) Way of the Buccaneer / Corsair
|
|
|
|
heroicPentagon = 4031860
|
|
heroicStar = 4031861
|
|
|
|
|
|
sm.setSpeakerID(2081500) # Samuel
|
|
|
|
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()
|