SabrehavenServer/data/npc/sebastiannargor.npc
ErikasKontenis c99f5c5e45 finish npcs
2019-12-10 16:16:58 +02:00

37 lines
1.5 KiB
Plaintext

# GIMUD - Graphical Interface Multi User Dungeon
Name = "Sebastian"
Outfit = (151,95-53-109-115-3)
Home = [32027,32814,7]
Radius = 2
Behaviour = {
ADDRESS,"hello$",! -> "Ho, %N."
ADDRESS,"hi$",! -> *
ADDRESS,! -> Idle
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" -> *
"nargor" -> "Yes. We are in Nargor."
"liberty bay" -> Price=100, "Do you seek a passage to Liberty Bay for %P?", Topic=1
"meriana" -> Price=50, "Do you seek a passage to Meriana 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(32346,32625,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."
}