mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-10-14 06:34:55 +02:00
finish npcs
This commit is contained in:
@@ -51,6 +51,7 @@ VANISH,! -> "Good bye. Recommend us, if you were satisfied with
|
||||
"venore" -> Price=40, "Do you seek a passage to Venore for %P gold?", Topic=5
|
||||
"ankrahmun" -> Price=160, "Do you seek a passage to Ankrahmun for %P gold?", Topic=6
|
||||
"port","hope" -> Price=150, "Do you seek a passage to Port Hope for %P gold?", Topic=7
|
||||
"liberty","bay" -> Price=170, "Do you seek a passage to Liberty Bay for %P gold?", Topic=8
|
||||
|
||||
"thais",QuestValue(250)>2 -> Price=150, "Do you seek a passage to Thais for %P gold?", Topic=1
|
||||
"carlin",QuestValue(250)>2 -> Price=100, "Do you seek a passage to Carlin for %P gold?", Topic=2
|
||||
@@ -59,9 +60,9 @@ VANISH,! -> "Good bye. Recommend us, if you were satisfied with
|
||||
"venore",QuestValue(250)>2 -> Price=30, "Do you seek a passage to Venore for %P gold?", Topic=5
|
||||
"ankrahmun",QuestValue(250)>2 -> Price=150, "Do you seek a passage to Ankrahmun for %P gold?", Topic=6
|
||||
"port","hope",QuestValue(250)>2 -> Price=140, "Do you seek a passage to Port Hope for %P gold?", Topic=7
|
||||
"liberty","bay",QuestValue(250)>2 -> Price=160, "Do you seek a passage to Liberty Bay for %P gold?", Topic=8
|
||||
|
||||
|
||||
Topic>0,Topic<8,"yes",PZBlock,! -> "First get rid of those blood stains! You are not going to ruin my vehicle!"
|
||||
Topic>0,Topic<9,"yes",PZBlock,! -> "First get rid of those blood stains! You are not going to ruin my vehicle!"
|
||||
|
||||
#Topic=2,"yes",PZBlock,! -> *
|
||||
#Topic=3,"yes",PZBlock,! -> *
|
||||
@@ -80,6 +81,7 @@ Topic=5,"yes",Premium,QuestValue(227)=3,CountMoney>=Price -> "Set the sails!", D
|
||||
Topic=5,"yes",Premium,CountMoney>=Price -> "Set the sails!", DeleteMoney, Idle, EffectOpp(11), Teleport(32954,32023,6), EffectOpp(11)
|
||||
Topic=6,"yes",Premium,CountMoney>=Price -> "Set the sails!", DeleteMoney, Idle, EffectOpp(11), Teleport(33091,32883,6), EffectOpp(11)
|
||||
Topic=7,"yes",Premium,CountMoney>=Price -> "Set the sails!", DeleteMoney, Idle, EffectOpp(11), Teleport(32530,32784,6), EffectOpp(11)
|
||||
Topic=8,"yes",Premium,CountMoney>=Price -> "Set the sails!", DeleteMoney, Idle, EffectOpp(11), Teleport(32285,32892,6), 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