mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-10-14 06:34:55 +02:00
finish npcs
This commit is contained in:
36
data/npc/sebastiannargor.npc
Normal file
36
data/npc/sebastiannargor.npc
Normal file
@@ -0,0 +1,36 @@
|
||||
# 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."
|
||||
}
|
Reference in New Issue
Block a user