mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-10-13 22:34:53 +02:00
implement please bring me to [city] functionality
This commit is contained in:
@@ -9,6 +9,8 @@ Behaviour = {
|
||||
ADDRESS,"hello$",! -> "Greetings, daring adventurer. If you need a passage, let me know."
|
||||
ADDRESS,"hi$",! -> *
|
||||
ADDRESS,! -> Idle
|
||||
BUSY,"please","bring","me","to","liberty","bay",PZFree,Premium,CountMoney>=50,! -> Price=50, "Set the sails %N!", Queue, DeleteMoney, EffectOpp(11), Teleport(32349,32856,7), EffectOpp(11)
|
||||
|
||||
BUSY,"hello$",! -> "One moment please %N. You're next in line.", Queue
|
||||
BUSY,"hi$",! -> *
|
||||
BUSY,! -> NOP
|
||||
@@ -21,7 +23,7 @@ VANISH,! -> "Oh well."
|
||||
"sail" -> "Where do you want to go? To Liberty bay?"
|
||||
"passage" -> *
|
||||
|
||||
"liberty bay" -> Price=50, "Do you seek a passage to Liberty bay for %P?", Topic=1
|
||||
"liberty","bay" -> Price=50, "Do you seek a passage to Liberty bay for %P?", Topic=1
|
||||
"back" -> *
|
||||
"return" -> *
|
||||
|
||||
|
Reference in New Issue
Block a user