remove pz block from world and captain npcs to allow travel with skull. Also introduce please bring me to city when addressing npc

This commit is contained in:
ErikasKontenis
2021-04-07 23:30:09 +03:00
parent 32e076647c
commit 0af275b70b
33 changed files with 286 additions and 251 deletions

View File

@@ -11,8 +11,12 @@ ADDRESS,"hello$",! -> "Welcome, %N!"
ADDRESS,"hi$",! -> *
ADDRESS,"hiho$",! -> *
ADDRESS,! -> Idle
BUSY,"please","bring","me","to","kazordoon",PZFree,Premium,QuestValue(250)>2,CountMoney>=150,! -> Price=150, "Full steam ahead %N!", Queue, DeleteMoney, EffectOpp(3), Teleport(32658,31957,15), EffectOpp(3)
BUSY,"please","bring","me","to","kazordoon",PZFree,Premium,CountMoney>=160,! -> Price=160, "Full steam ahead %N!", Queue, DeleteMoney, EffectOpp(3), Teleport(32658,31957,15), EffectOpp(3)
BUSY,"please","bring","me","to","kazordoon",Premium,QuestValue(250)>2,CountMoney>=150,! -> Price=150, "Full steam ahead %N!", Queue, DeleteMoney, EffectOpp(3), Teleport(32658,31957,15), EffectOpp(3)
BUSY,"please","bring","me","to","kazordoon",Premium,CountMoney>=160,! -> Price=160, "Full steam ahead %N!", Queue, DeleteMoney, EffectOpp(3), Teleport(32658,31957,15), EffectOpp(3)
ADDRESS,"please","bring","me","to","kazordoon",Premium,QuestValue(250)>2,CountMoney>=150,! -> Price=150, "Full steam ahead %N!", Queue, DeleteMoney, EffectOpp(3), Teleport(32658,31957,15), EffectOpp(3)
ADDRESS,"please","bring","me","to","kazordoon",Premium,CountMoney>=160,! -> Price=160, "Full steam ahead %N!", Queue, DeleteMoney, EffectOpp(3), Teleport(32658,31957,15), EffectOpp(3)
BUSY,"hello$",! -> "Don't hurry.", Queue
BUSY,"hi$",! -> *
BUSY,"hiho$",! -> *
@@ -57,8 +61,6 @@ VANISH,! -> "No patience, these brats!"
"kazordoon",QuestValue(250)>2 -> Price=150, "Do you want to go to Kazordoon? And try the beer there? %P gold?", Topic=1
"passage",QuestValue(250)>2 -> *
Topic=1,"yes",PZBlock,! -> "First get rid of those blood stains! You are not going to ruin my vehicle!"
Topic=1,"yes",Premium,CountMoney>=Price -> "Full steam ahead!", DeleteMoney, Idle, EffectOpp(3), Teleport(32658,31957,15), EffectOpp(3)
Topic=1,"yes",CountMoney>=Price -> "I'm sorry, but you need a premium account in order to travel onboard our ships."
Topic=1,"yes" -> "You don't have enough money."