mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-10-20 09:13:27 +02:00
finish Access to Meriana part
This commit is contained in:
@@ -21,12 +21,15 @@ VANISH,! -> "Oh well."
|
||||
"sail" -> "Where do you want to go? To Treasure Island?"
|
||||
"passage" -> *
|
||||
|
||||
"treasure island" -> Price=200, "Do you seek a passage to Treasure Island for %P?", Topic=1
|
||||
"treasure","island" -> Price=200, "Do you seek a passage to Treasure Island for %P?", Topic=1
|
||||
"peg","leg",QuestValue(17502)>5 -> Price=50, "Ohhhh. So... <lowers his voice> 'you know who' sent you so I sail you to 'you know where'. <wink> <wink> It will cost 50 gold to cover my expenses. Is it that what you wish?", Topic=2
|
||||
|
||||
Topic=1,"yes",PZBlock,! -> "First get rid of those blood stains! You are not going to ruin my vehicle!"
|
||||
|
||||
Topic=2,"yes",PZBlock,! -> "First get rid of those blood stains! You are not going to ruin my vehicle!"
|
||||
|
||||
Topic=1,"yes",Premium,CountMoney>=Price -> "Set the sails!", DeleteMoney, Idle, EffectOpp(11), Teleport(32132,32913,7), EffectOpp(11)
|
||||
Topic=2,"yes",Premium,CountMoney>=Price -> "Set the sails!", DeleteMoney, Idle, EffectOpp(11), Teleport(32348,32625,7), EffectOpp(11)
|
||||
|
||||
Topic>0,"yes",CountMoney>=Price -> "I'm sorry, but you need a premium account in order to travel onboard our ships."
|
||||
Topic>0,"yes" -> "You don't have enough money."
|
||||
Topic>0 -> "We would like to serve you some time."
|
||||
|
Reference in New Issue
Block a user