mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-10-17 07:43:27 +02:00
finish npcs
This commit is contained in:
34
data/npc/ocelus.npc
Normal file
34
data/npc/ocelus.npc
Normal file
@@ -0,0 +1,34 @@
|
||||
# GIMUD - Graphical Interface Multi User Dungeon
|
||||
|
||||
Name = "Ocelus"
|
||||
Outfit = (80,0-0-0-0)
|
||||
Home = [32311,32622,4]
|
||||
Radius = 3
|
||||
|
||||
Behaviour = {
|
||||
|
||||
ADDRESS,"hello$",! -> "Greetings, dear visitor %N."
|
||||
ADDRESS,"hi$",! -> *
|
||||
ADDRESS,"djanni'hah$",! -> *
|
||||
ADDRESS,! -> Idle
|
||||
BUSY,"hello$",! -> "Please wait, human %N. I'll be with you in a minute."
|
||||
BUSY,"hi$",! -> *
|
||||
BUSY,! -> NOP
|
||||
VANISH,! -> "Farewell, human."
|
||||
|
||||
"bye" -> "Farewell!", Idle
|
||||
"farewell" -> *
|
||||
"visitor" -> "As you can see I am a djinn. We usually don't have jobs in your sense of the word. I am just here to watch and to listen to the music of the sea."
|
||||
"djinn" -> "We djinns are a powerful and proud race. But look out human, not all djinns are as nice as I am. Especially the green djinns don't like humans at all."
|
||||
"quaras" -> "The quara are the leftover minions of a powerful undersea race that once battled for the control of the magic currents here."
|
||||
"magic currents" -> "Yes, magic is strong on these isles. In the past, two ancient races lived here. One on land and the others in the shadows of the deep sea ...",
|
||||
"The creatures of the sea tried to gain control over the island. They started a war against the land dwellers during which the isle was shattered and both civilisations destroyed ...",
|
||||
"All that has remained are distant memories, some of their work and the fact that the magic of the isles has turned into chaos."
|
||||
"king" -> "Human kings come and go. Djinns are not such short-lived creatures and don't care much about humans."
|
||||
"thais" -> "The noisy human cities are of absolutely no interest for me."
|
||||
"raymond striker" -> "Now that Marina and me have arranged a date, I hope this human is forgotten soon."
|
||||
"marina" -> "Marina and I have arranged a date already, I am so excited."
|
||||
"pirates" -> "Many humans sail the seas, I can't tell them apart. You humans look all the same to me."
|
||||
"voodoo" -> "Some humans are tapping the energy of these isles with some strange results. Perhaps that explains the voodoo we've heard about."
|
||||
|
||||
}
|
Reference in New Issue
Block a user