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! May Earth protect you, even whilst sailing!"
ADDRESS,"hi$",! -> *
ADDRESS,"hiho$",! -> *
ADDRESS,! -> Idle
BUSY,"please","bring","me","to","cormaya",PZFree,Premium,QuestValue(250)>2,CountMoney>=150,! -> Price=150, "Full steam ahead %N!", Queue, DeleteMoney, EffectOpp(3), Teleport(33309,31989,15), EffectOpp(3)
BUSY,"please","bring","me","to","cormaya",PZFree,Premium,CountMoney>=160,! -> Price=160, "Full steam ahead %N!", Queue, DeleteMoney, EffectOpp(3), Teleport(33309,31989,15), EffectOpp(3)
BUSY,"please","bring","me","to","cormaya",Premium,QuestValue(250)>2,CountMoney>=150,! -> Price=150, "Full steam ahead %N!", Queue, DeleteMoney, EffectOpp(3), Teleport(33309,31989,15), EffectOpp(3)
BUSY,"please","bring","me","to","cormaya",Premium,CountMoney>=160,! -> Price=160, "Full steam ahead %N!", Queue, DeleteMoney, EffectOpp(3), Teleport(33309,31989,15), EffectOpp(3)
ADDRESS,"please","bring","me","to","cormaya",Premium,QuestValue(250)>2,CountMoney>=150,! -> Price=150, "Full steam ahead %N!", Queue, DeleteMoney, EffectOpp(3), Teleport(33309,31989,15), EffectOpp(3)
ADDRESS,"please","bring","me","to","cormaya",Premium,CountMoney>=160,! -> Price=160, "Full steam ahead %N!", Queue, DeleteMoney, EffectOpp(3), Teleport(33309,31989,15), EffectOpp(3)
BUSY,"hello$",! -> "Shut up and wait like the rest, jawoll!", Queue
BUSY,"hi$",! -> *
BUSY,"hiho$",! -> *
@@ -56,8 +60,6 @@ VANISH,! -> "Yeah, yeah, walk, it's cheaper."
Topic=1,"yes",PZBlock,! -> "First get rid of those blood stains! You are not going to ruin my vehicle!"
# f<>r post-quest
Topic=1,"yes",Premium,QuestValue(227)=4,CountMoney>=Price -> "Full steam ahead!", DeleteMoney, Idle, EffectOpp(3), Teleport(33309,31989,15), EffectOpp(3),SetQuestValue(227,5)