maple-v206/scripts/quest/q30005s.py

34 lines
1.1 KiB
Python

# [Root Abyss] The World Girl
MYSTERIOUS_GIRL = 1064001 # npc Id
sm.setPlayerAsSpeaker()
sm.sendNext("How in the world did you end up here, anyway? It's not exactly the greatest place for a little girl.")
sm.setSpeakerID(MYSTERIOUS_GIRL)
sm.sendNext("Root Abyss is my land. I created it a long time ago.")
sm.setPlayerAsSpeaker()
sm.sendNext("Whaat?! You CREATED this place?")
sm.setSpeakerID(MYSTERIOUS_GIRL)
sm.sendNext("I picked this land because it was fertile and hidden away."
"I was hoping to restore my powers, but the darkness is too strong now.")
sm.setPlayerAsSpeaker()
sm.sendNext("You pretty much sound like a crazy person. Who ARE you?")
sm.setSpeakerID(MYSTERIOUS_GIRL)
sm.sendNext("My name is Alicia. Some people call me the #rWorld Tree#k.")
sm.setPlayerAsSpeaker()
sm.sendNext("World Tree? YOU are the World Tree?!")
sm.setSpeakerID(MYSTERIOUS_GIRL)
sm.sendNext("I was sleeping here to recover from the Black Mage's attacks. This area is really quite rich with life energy.")
sm.setPlayerAsSpeaker()
sm.sendNext("I still can't believe you're a tree.")
sm.startQuest(parentID)
sm.dispose()