mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-04-30 17:49:20 +02:00
41 lines
2.0 KiB
Plaintext
41 lines
2.0 KiB
Plaintext
# GIMUD - Graphical Interface Multi User Dungeon
|
|
|
|
Name = "Sebastian"
|
|
Outfit = (151,95-53-109-115-3)
|
|
Home = [32349,32624,7]
|
|
Radius = 2
|
|
|
|
Behaviour = {
|
|
ADDRESS,"hello$",! -> "Ho, %N."
|
|
ADDRESS,"hi$",! -> *
|
|
ADDRESS,! -> Idle
|
|
BUSY,"please","bring","me","to","nargor",PZFree,Premium,QuestValue(17520)>3,CountMoney>=50,! -> Price=50, "Set the sails %N!", Queue, DeleteMoney, EffectOpp(11), Teleport(32025,32812,7), EffectOpp(11)
|
|
BUSY,"please","bring","me","to","liberty","bay",PZFree,Premium,CountMoney>=50,! -> Price=50, "Set the sails %N!", Queue, DeleteMoney, EffectOpp(11), Teleport(32316,32702,7), EffectOpp(11)
|
|
|
|
BUSY,"hello$",! -> "One moment please %N. You're next in line.", Queue
|
|
BUSY,"hi$",! -> *
|
|
BUSY,! -> NOP
|
|
VANISH,! -> "Hm."
|
|
|
|
"bye" -> "Bye, %N.", Idle
|
|
"farewell" -> *
|
|
"job" -> "I am the captain of this ship."
|
|
"captain" -> *
|
|
"sail" -> "Where do you want to go? I can sail you to Liberty Bay and Nargor."
|
|
"passage" -> *
|
|
"meriana" -> "Yes. We are in Meriana."
|
|
|
|
"liberty","bay" -> Price=50, "Do you seek a passage to Liberty Bay for %P?", Topic=1
|
|
"nargor",QuestValue(17520)<4 -> "Sorry, but you have to get permission from the Raymond Striker if you wan't to sail to Nargor."
|
|
"nargor" -> Price=50, "Do you seek a passage to Nargor for %P?", Topic=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 -> "Set the sails!", DeleteMoney, Idle, EffectOpp(11), Teleport(32316,32702,7), EffectOpp(11)
|
|
Topic=2,"yes",Premium,CountMoney>=Price -> "Set the sails!", DeleteMoney, Idle, EffectOpp(11), Teleport(32025,32812,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."
|
|
Topic>0 -> "We would like to serve you some time."
|
|
}
|