mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-10-18 00:03:26 +02:00
Resolve "Merge the best from 7.40 branch"
This commit is contained in:
@@ -9,7 +9,9 @@ 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,"bring","me","to","liberty","bay",Premium,CountMoney>=50,! -> Price=50, "Set the sails %N!", Queue, DeleteMoney, EffectOpp(11), Teleport(32349,32856,7), EffectOpp(11)
|
||||
ADDRESS,"bring","me","to","liberty","bay",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$",! -> *
|
||||
@@ -27,9 +29,6 @@ VANISH,! -> "Oh well."
|
||||
"back" -> *
|
||||
"return" -> *
|
||||
|
||||
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 -> "Set the sails!", DeleteMoney, Idle, EffectOpp(11), Teleport(32349,32856,7), 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."
|
||||
|
Reference in New Issue
Block a user