21 lines
597 B
Python
21 lines
597 B
Python
# Created by MechAviv
|
|
# Quest ID :: 17003
|
|
# [Commerci] Get Rich Quick
|
|
|
|
sm.setSpeakerID(9010010)
|
|
sm.sendNext("So how do you like Commerci, #h0#? You know, I actually heard something recently...")
|
|
|
|
|
|
sm.setSpeakerID(9010010)
|
|
sm.sendSay("I heard you could make gold while trading on Commerci, then use that gold to buy stuff.")
|
|
|
|
|
|
sm.setSpeakerID(9010010)
|
|
sm.sendSay("They say you have to talk to Maestra Fiametta in the largest building there to get started. Can you go find out more info for me? ")
|
|
|
|
|
|
sm.setSpeakerID(9010010)
|
|
sm.sendSay("Hey, I want to be rich too, you know?")
|
|
|
|
|
|
sm.startQuest(17003) |