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

@@ -58,10 +58,6 @@ VANISH,! -> "Bye."
"east" -> Price=7, "Do you seek a passage to the east end of Port Hope for %P gold?", Topic=1
"cent" -> Price=7, "Do you seek a passage to the centre of Port Hope for %P gold?", 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 -> "Here we go!", DeleteMoney, Idle, EffectOpp(11), Teleport(32679,32777,7), EffectOpp(11)
Topic=1,"yes",CountMoney<Price -> "Sorry, you do not have enough gold."
Topic=2,"yes",Premium,CountMoney>=Price -> "Here we go!", DeleteMoney, Idle, EffectOpp(11), Teleport(32628,32771,7), EffectOpp(11)