maple-v206/scripts/quest/q17617s.py

38 lines
1.5 KiB
Python

# [Commerci Republic] Missing Goods
MAESTRA_FIAMETTA = 9390220
sm.setSpeakerID(MAESTRA_FIAMETTA)
sm.sendNext("The only odd thing about it was...")
sm.setPlayerAsSpeaker()
response = sm.sendAskYesNo("#b(Aha! I knew there had to be something!)")
if response:
sm.setPlayerAsSpeaker()
sm.sendNext("Yes?")
sm.setSpeakerID(MAESTRA_FIAMETTA)
sm.sendNext("The items Tepes deposited were obviously packed for sea, but Tepes brought a cart with him when he picked them up, "
"Usually the marchants move them straight to the ships...")
sm.setPlayerAsSpeaker()
sm.sendNext("Did you see which way he went?")
sm.setSpeakerID(MAESTRA_FIAMETTA)
sm.sendNext("Listen, kid. I don't keep track of every sailor who walks by. But there was a fish cart accident between here and Berry, so the western path is blocked.")
sm.setSpeakerID(MAESTRA_FIAMETTA)
sm.sendNext("And if he didn't go west, he probably went east, towards the canals")
sm.setPlayerAsSpeaker()
sm.sendNext("Alright, thank you so much for the information.")
sm.setSpeakerID(MAESTRA_FIAMETTA)
sm.sendNext("Whatever, kid. Just don't mess with my trading post.")
sm.startQuest(parentID)
#sm.completeQuest(parentID)
#sm.chatScript("Return the stolen goods to Tepes in San Commerci")
#sm.chatScript("You found the impostor at the eastern canals, when confronted, a Robed Lady appeared. But she fled.")
#sm.startQuest(17619) # [Commerci Republic] Come Back Here!